Yet Another Blank Edit Bar (5.6.2.1)
Permalink
Hi,
this is my first post to the concrete forums. I am a potential user who is seriously considering using concrete5. I have a http/php website that is in the works (created using espresso on a Mac) for a static site. It makes use of includes for headers, footers and some block-type data.
So far I have been following the video tuts online for converting a static site over to concrete5, and I like what I see. Everything so far on my home page is working, however, the edit bar is blank.
I have the header_required and footer_required lines where they should go (AFAIK). I do not have any additional calls for other jquery sources and I am relying solely on the jquery provided by concrete5.
I have attached some code.
headersnippet include the first portion of my site down to just below <body>
footersnippet includes the last portion of my site to just above </body>. this includes script code for my slider.
screenshot...3:46pm is a shot of the blank banner
screenshot...4:47 is the error console in chrome.
All scripting seems to work fine on this test page. Moving from tab to tab, bringing up google maps, and the slider all work. In troubleshooting I have removed all additional php calls for the page (nav menus, social and search bars, and slider). There is a blank bar still. But like I said, it seems everything on the page works fine.
I have not edited any concrete5 config files as some do (at least I haven't gotten that far yet.).
Do any of you have any suggestions of where to look or go to correct my blank bar? Should I reinstall concrete5? I will provide as much info as I can. Unfortunately the test site is available only to our LAN on our testing server at the moment.
Thanks in advance.
-Josh
this is my first post to the concrete forums. I am a potential user who is seriously considering using concrete5. I have a http/php website that is in the works (created using espresso on a Mac) for a static site. It makes use of includes for headers, footers and some block-type data.
So far I have been following the video tuts online for converting a static site over to concrete5, and I like what I see. Everything so far on my home page is working, however, the edit bar is blank.
I have the header_required and footer_required lines where they should go (AFAIK). I do not have any additional calls for other jquery sources and I am relying solely on the jquery provided by concrete5.
I have attached some code.
headersnippet include the first portion of my site down to just below <body>
footersnippet includes the last portion of my site to just above </body>. this includes script code for my slider.
screenshot...3:46pm is a shot of the blank banner
screenshot...4:47 is the error console in chrome.
All scripting seems to work fine on this test page. Moving from tab to tab, bringing up google maps, and the slider all work. In troubleshooting I have removed all additional php calls for the page (nav menus, social and search bars, and slider). There is a blank bar still. But like I said, it seems everything on the page works fine.
I have not edited any concrete5 config files as some do (at least I haven't gotten that far yet.).
Do any of you have any suggestions of where to look or go to correct my blank bar? Should I reinstall concrete5? I will provide as much info as I can. Unfortunately the test site is available only to our LAN on our testing server at the moment.
Thanks in advance.
-Josh
Thanks everyone. Moving the js files and the slider configs below the footer brought everything back up.
Thanks
Thanks
Hello,
The console shows that you have a script throwing an error within the page (not an external script) That might be the cause of the problem.
The console shows that you have a script throwing an error within the page (not an external script) That might be the cause of the problem.
you may need to put them after the include footer.
let me know if that works. if it does not ill try helping you out.