Have lost editing capability on home page
Permalink
Now when I logon as administrator to edit I am shown the Dashboard. The only way I can get to a page is to go to the site map and click on 'visit'. I get the editor bar on every page and can edit them except the Home page. My logon link shows as being logged off, but every other page shows the logon link as being logged on.
Any help appreciated.
Phil
Any help appreciated.
Phil
Does your homepage have javascript errors that are causing the edit bar to not appear?
I don't have any errors coming up, I just don't have the editing bar.
Have you looked for errors displayed in the javascript console in your browser's developer tools?
This is the error showing up in Developer Tools console
--------------------------------------
HTML1521: Unexpected "</body>" or end of file. All open elements should be closed before the end of the document.
---------------------------------------
--------------------------------------
HTML1521: Unexpected "</body>" or end of file. All open elements should be closed before the end of the document.
---------------------------------------
So that would indicate that you have some bad HTML in the page, take a look at your page structure and see if you can sort it out. If not post a URL and we can try to help.
In your footer you have this
I think it should be like this
<script type="text/javascript" src="/application/files/cache/js/72973ac5e7d4e2ba86ad8b3d0e47df730cf98342.js" data-source="/updates/concrete5.7.5.13/concrete/blocks/image/js/hover.js /packages/jb_megamenu/blocks/jb_megamenu/js/jquery.hoverIntent.minified.js /packages/jb_megamenu/blocks/jb_megamenu/js/jquery.dcmegamenu.1.3.3.js /packages/jb_megamenu/blocks/jb_megamenu/js/jquery.KeyTips.js /packages/jb_megamenu/blocks/jb_megamenu/js/modernizr.js"></script>
I think it should be like this
<script type="text/javascript" src="/application/files/cache/js/72973ac5e7d4e2ba86ad8b3d0e47df730cf98342.js" data-source="/updates/concrete5.7.5.13/concrete/blocks/image/js/hover.js"></script> <script type="text/javascript" src="/packages/jb_megamenu/blocks/jb_megamenu/js/jquery.hoverIntent.minified.js"></script> <script type="text/javascript" src="/packages/jb_megamenu/blocks/jb_megamenu/js/jquery.dcmegamenu.1.3.3.js"></script> <script type="text/javascript" src="/packages/jb_megamenu/blocks/jb_megamenu/js/jquery.KeyTips.js"></script> <script type="text/javascript" src="/packages/jb_megamenu/blocks/jb_megamenu/js/modernizr.js"></script>
I have gone back one version of the page and everything seems to be working good now. Not sure why it happened suddenly but at least I can edit now.