Version 5.5.1

Permalink
I've just updated to Version 5.5.1, and the problem is that I've now got an "Edit this Page" button on the home page, but not on any of the other pages. On the other pages I've just got a blank grey bar at the top of the page.

Do I need to change a setting somewhere?

 
edwardpicot replied on at Permalink Reply
I tell a lie, actually. It's just one particular page - my "catalogue" page - which doesn't seem to accept edits.
adajad replied on at Permalink Reply
adajad
My guess is your Catalogue page is a single page that doesn't load the required js because it is lacking the code below just before the closing /body tag:

<?php Loader::element('footer_required'); ?>
edwardpicot replied on at Permalink Reply
Interesting... but actually I can't see that piece of code before the closing body tag on my other pages either.

I'm thinking the simplest way round this may be just to rebuild my catalogue page.
adajad replied on at Permalink Reply
adajad
When you say you can't see the code, are you then referring to when looking on your themes files or when you are looking at the source from a web browser?

The piece of code above must be in your source files (on the server).

I answered some theme related questions and also suggested some links for a deeper understanding in this post:
http://www.concrete5.org/community/forums/themes/how-to-work-with-a...

I suggest you head over to that post and also read the first link in the same post.
edwardpicot replied on at Permalink Reply
Adajad -

Thanks for the hints. Just in case anybody has the same problem and comes across this thread in their search for an answer, I thought I'd better post a note about what turned out to be going on in the end. I noticed when I tried to rebuild the Catalogue page from scratch that it seemed editable up to a certain point, and then all of a sudden the editing panel at the top of the page would turn into a blank grey bar. Eventually I went back and tried it again, adding elements to the page one at a time, and it became apparent that it was becoming non-editable as soon as anything to do with the e-commerce add-on was used - either an item for sale or a link to the shopping cart. So then I downloaded and installed the most up-to-date version of the e-commerce add-on, and immediately everything started to work properly.
edwardpicot replied on at Permalink Reply
Further development: I rebuilt my catalogue page, and the new version of the page, once I had published my edits, couldn't be edited either! Furthermore it didn't work properly - the slideshow which I'd installed at the top of the page disappeared as soon as my edits were published. So I've deleted the new page, and I'm back to where I was.

What's going on?