Edit Bar wont disapear when not logged
Permalink
Hi I have just recently discovered Concrete 5 and I have to say im really impressed. I have been testing a out a wesbite i had previously made, turning the design into a template was easy but i have encountered a strange problem.
When I am not loged in and i want to preview my site the edit bar still appears at the top of the page. It does not have any options on it just the full width bar stays fixed to the top of the screen over my own navigation bar.
I dont know if its a JavaScript issue but it is really annoying me.
You can check the site at:
http://thebothwellpartnership.co.uk/c5/concrete5.5.2.1/...
Any help would be greatly appreciated
Thanks Chris :-)
When I am not loged in and i want to preview my site the edit bar still appears at the top of the page. It does not have any options on it just the full width bar stays fixed to the top of the screen over my own navigation bar.
I dont know if its a JavaScript issue but it is really annoying me.
You can check the site at:
http://thebothwellpartnership.co.uk/c5/concrete5.5.2.1/...
Any help would be greatly appreciated
Thanks Chris :-)
thanks for your quick reply.
I was having problems with the header form the start, i tried having at the start of the of the head section and at the end neither has seem to worked. Really impressed with the system and its ease of implementation and If i could get this working i think ill move allot of my work over. Ill attach the template so you can have a look.
Much Appreciated Chris :-)
I was having problems with the header form the start, i tried having at the start of the of the head section and at the end neither has seem to worked. Really impressed with the system and its ease of implementation and If i could get this working i think ill move allot of my work over. Ill attach the template so you can have a look.
Much Appreciated Chris :-)
another quick note, probably a JS conflict again. The edditable areas seem a little tempramentale, usually i can edit them but sometimes they just have the dashed border around them and when you rollover these areas the border changes colour but the content area dosnt go its usual grey r/o colour and the edit options dont display when you click on them.
Like a said this problem only seems to happen now and again.
Like a said this problem only seems to happen now and again.
Looking at your default.php -you have a missing <head> tag.
BUt the reall issues is most probably this bit at the end:
The first line really ought to be at the top - but that's not the real problem. The second line should be
Note that the footer_required bit is what actually generates the edit bar etc, and the unusual way you're calling it is most likely what's causing the issue.
BUt the reall issues is most probably this bit at the end:
The first line really ought to be at the top - but that's not the real problem. The second line should be
<?php Loader::element('footer_required');?>
Note that the footer_required bit is what actually generates the edit bar etc, and the unusual way you're calling it is most likely what's causing the issue.
Still no joy. I actually just copied the footer and header includes from an online tutorial. Im thinking if it is a problem with my install because when i remove all Js files in my site it still does the same so I dont think its any of my stuff causing the conflict. What are you using to check the JavaScript errors? Strange problem and I cant seem to find anyone else who has the same issue.
To check for JavaScript errors, use the developer console:
http://www.concrete5.org/documentation/how-tos/editors/getting-help...
I suggest you temporarily change your theme to a default theme like plain yogurt or greek yogurt. That way, you will know if your problem is theme related or to do with other content/script.
http://www.concrete5.org/documentation/how-tos/editors/getting-help...
I suggest you temporarily change your theme to a default theme like plain yogurt or greek yogurt. That way, you will know if your problem is theme related or to do with other content/script.
thanks for the reply. Gettin the error
<b>Fatal error</b>: Call to a member function getPageHeaderMenuItems() on a non-object in <b>/home/bothwell/public_html/c5/concrete5.5.2.1/concrete/tools/page_controls_menu_js.php</b> on line <b>109</b><br />
I think it must be the install, I did as you recomended and changed the theme and I'm still getting the same issue. Ill try a reinstall and see how I get on. Cheers.
<b>Fatal error</b>: Call to a member function getPageHeaderMenuItems() on a non-object in <b>/home/bothwell/public_html/c5/concrete5.5.2.1/concrete/tools/page_controls_menu_js.php</b> on line <b>109</b><br />
I think it must be the install, I did as you recomended and changed the theme and I'm still getting the same issue. Ill try a reinstall and see how I get on. Cheers.
Do you get the same result using another theme?
yes exact same error and the edit bar still shows up, no options on it though, just stays fixed to the top of the screen. Im attempting a re-install the now
Add this between your Doctype declaration and your opening head tag
<html lang="en">
No joy, i think it must be an install issue as it still dosnt work when i change the theme to a defualt one. This site was only a test for a feasbility report at work, and for the purpose of that it dosnt really matter If i fix it. We are looking at implemeting either this or WebPop, any one have any opinions on the matter?
Hey chriscraig.
Since I saw that you still have the problem with the toolbar-div showing up at the top of your page:
I am quite sure you set permissions to edit for "guests" somwhere.
Check the permission settings.
See also:
http://www.concrete5.org/community/forums/customizing_c5/ccm-toolba...
Regards,
pureTest
Since I saw that you still have the problem with the toolbar-div showing up at the top of your page:
I am quite sure you set permissions to edit for "guests" somwhere.
Check the permission settings.
See also:
http://www.concrete5.org/community/forums/customizing_c5/ccm-toolba...
Regards,
pureTest
Your tools/page_controls_menu.js is complaining
<b>Fatal error</b>: Call to a member function getPageHeaderMenuItems() on a non-object in <b>/home/bothwell/public_html/c5/concrete5.5.2.1/concrete/tools
Might be worth zipping up your templates and posting them here so we can have a look. As a general rule, the only bits that are absolutely essential in a template, in addition to the page areas, are:
which should immediately follow the <head> tag and