5.6 Missing Edit bar, Fasthosts server
Permalink
I am attempting to update a site to 5.6 on doing so the edit bar disappears on the front of the site.
Everything works in the admin area, but nothing on the front end? Just the gradient bar.
No errors according the inspectors can anyone spot anything that would break this? Normally I attribute these issues with Javascript problems, but from what I can see everything is loading correctly
I could do with running 5.6 for the speed benefits but may have to revert to 5.5.2.1
Everything works in the admin area, but nothing on the front end? Just the gradient bar.
No errors according the inspectors can anyone spot anything that would break this? Normally I attribute these issues with Javascript problems, but from what I can see everything is loading correctly
I could do with running 5.6 for the speed benefits but may have to revert to 5.5.2.1
Environment Information
Viewing 15 lines of 39 lines. View entire code block.
Are you using Twitter Bootstrap in your theme (lodestar)?
Yes, we are using Twitter bootstrap, though it has been heavily customised.
I do think I have been able to solve the issue?,
There where a couple of errors php in the header files, mainly the use of double quotes in the Area declaration
I removed the extra brackets cleared the cache and things appear to be working in a default theme now to test with the custom version.
Thank you for your help
I do think I have been able to solve the issue?,
There where a couple of errors php in the header files, mainly the use of double quotes in the Area declaration
$a = new GlobalArea(('sideNav'));
I removed the extra brackets cleared the cache and things appear to be working in a default theme now to test with the custom version.
Thank you for your help