Concrete 5.5 Theme Edit Not Working [**FIX**]

Permalink 1 user found helpful
Hello, I LOVE the brand new Concrete 5.5, and I just installed it on my website. However, I found a problem: the 'predefined' C5 themes' editing bar worked fine, but on my themes it didn't show up and didn't work at all.

Turns out, the new update (Concrete 5.5) adds a new line theme's code.


**SOLUTION**

Just before the </body> tag, add:
<code>
<?php Loader::element('footer_required'); ?>
</code>

and voila! they work fine again...

If you have a 'footer.php' element, just add it there and it'll automatically update on all of your pages.

**If I didn't explain myself completely, please feel free to ask questions.

NBardales
 
NBardales replied on at Permalink Best Answer Reply
NBardales
for some reason, the text between the 'code' tags didn't show up...

<?php   Loader::element('footer_required'); ?>


<?php Loader::element('footer_required'); ?>
apc123 replied on at Permalink Reply
apc123
I've got the same problem with the editing options not displaying. In your original note you write, "Just before the tag"... What tag? Where do I need add the footer required bit?

thanks
apc123 replied on at Permalink Reply
apc123
Never mind. I got it. Add it before the closing body tag and everything is hunky dory.
NBardales replied on at Permalink Reply
NBardales
Sorry about not answering, didn't notice your question. For future reference: Yes, it goes right before the 'body' tag of your document.
jordanlev replied on at Permalink Reply
jordanlev
Glad you figured this out.
BTW, this footer element has always been in Concrete5, and should have always been in themes (it's where the google analytics code entered into the dashboard settings goes on the page). I guess it's just more noticeable now that they're putting a lot more javascript down there in the footer.
apc123 replied on at Permalink Reply
apc123
Thanks for pointing out the Google Analytics. I was using 'SITE_TRACKING_CODE' in the header and forgot all about the footer using analytics this way as well.
NBardales replied on at Permalink Reply
NBardales
Really? I didn't know that. It's a good thing, C5 requires it now, so we (I) don't leave it out again...
hgeert replied on at Permalink Reply
hgeert
Still not work for me, nothing display. only a white bar.
peterroos replied on at Permalink Reply
For me it does not work either.
I have got a lot of directories called elements. And in it are files footer.php and header.php. I added your line, but it still does not work.
What is the exact file where I have to add it?
Peter
peterroos replied on at Permalink Reply
For me it does not work either.
I have got a lot of directories called elements. And in it are files footer.php and header.php. I added your line, but it still does not work.
What is the exact file where I have to add it?
Peter
peterroos replied on at Permalink Reply
For me it does not work either.
I have got a lot of directories called elements. And in it are files footer.php and header.php. I added your line, but it still does not work.
What is the exact file where I have to add it?
Peter
peterroos replied on at Permalink Reply
For me it does not work either.
I have got a lot of directories called elements. And in it are files footer.php and header.php. I added your line, but it still does not work.
What is the exact file where I have to add it?
Peter
peterroos replied on at Permalink Reply
I found it!
The Dutch translation was the cause of it.
Turning it off solved the problem
peterroos replied on at Permalink Reply
I found it!
The Dutch translation was the cause of it.
Turning it off solved the problem
peterroos replied on at Permalink Reply
I found it!
The Dutch translation was the cause of it.
Turning it off solved the problem
pschwaller replied on at Permalink Reply
I'm not getting this to work and we already have the "footer_required" in our footer.php file, under our themes. When we upgraded to 5.6 the editing options and the dashboard tool bar dropped completely from our site. - is there another work-around?
tlamb replied on at Permalink Reply
I have the same issue in 5.6 - this code seems to be present already. What else can we try?
spencerhudson replied on at Permalink Reply
spencerhudson
bumb ... any more news on this topic