Update issue: Website Editing Bar Missing
Permalink 1 user found helpful
I just updated to 5.5.1 and went to my site to make updates. The website editing bar doesn't show up on my custom theme now and I cannot edit the content on my website. Everything worked before the upgrade.
I checked my theme to make sure that all my php had the right syntax and was in the right place and it is still there with other themes that I try.
I only started using C5 about a month ago, so I'm still learning it. Any advice would be much appreciated.
Thanks in advance.
I checked my theme to make sure that all my php had the right syntax and was in the right place and it is still there with other themes that I try.
I only started using C5 about a month ago, so I'm still learning it. Any advice would be much appreciated.
Thanks in advance.
Hi, I'm getting the same problem...but not with all pages; only with nested pages. And not with all of them.
I controlled page view scripts, and all have
Also, inc/footer.php has
Any further suggestion?
Federico
I controlled page view scripts, and all have
<?php $this->inc('inc/footer.php'); ?>
Also, inc/footer.php has
<?php Loader::element('footer_required'); ?>
Any further suggestion?
Federico
Ok it has to do with core_commerce. Strange interactions in javascript...to be investigated.
I checked the code maybe 4 or 5 times, but I guess I looked over this every time. Thanks for the heads up. Really appreciated.
I am totally confused. I am having the exact same issue but am very much of a beginner. I am using the Concrete5 default theme. You would think that would have been updated. The footer in the default.php file of the theme has the code
<?php $this->inc('elements/footer.php'); ?>
in it. Being new to changing code and not totally understanding what you meant, I replaced the above code with what you have in your comment. No changes. I still have no "edit" or "dashboard" that comes up when I log in. Can you help me further with this? Thank you so much!!
Tammy
<?php $this->inc('elements/footer.php'); ?>
in it. Being new to changing code and not totally understanding what you meant, I replaced the above code with what you have in your comment. No changes. I still have no "edit" or "dashboard" that comes up when I log in. Can you help me further with this? Thank you so much!!
Tammy
I solved my problem with uninstall "likes this block".
Madelyn :-)
Madelyn :-)
<?php Loader::element('footer_required'); ?>
in your theme?