Assuming that you're using a version of ZC 1.5.5 then, installed possibly before the sanitization script was updated to allow ez-pages to have and properly handle html in an ez-page. (sorry, I had thought the icons were controlled/presented in a define page, but see from the above image that it is an ez-page and there had been earlier posts that ez-pages were over sanitized).
See the following thread about updating the sanitization scripts/addressing some of the issues identified with ZC 1.5.5.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
So, noticed the post earlier today on the other thread asking about why there were no sideboxes on the index page. I didn't think it was appropriate for me to answer. The template was designed to not have sideboxes on the main page. As to why it appears you are missing possible the define_main_page content is hard to tell. On a mobile it appears that the remainder of the page displays but a portion of content has been "omitted" though it could also have been bypassed by a modification made to some code. The absence of a debug log (assuming the remainder of the site is setup) leads to questioning the condition of the files involved with ZC and each of the templates. If they are both experiencing the same problem then that would typically imply that the file(s) in question are non-overridden files and could be induced by a number of methods. So the easy question to ask which can be hard to answer is how is the site specifically modified as compared to a base install? Does this problem persist if you briefly transition to the ZC basic classic template?
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Regarding the other layout boxes on other pages, have you gone to the layout manager on the tools menu and reset the sideboxes (assume the instructions include this guidance... possibly...). It won't fix the lack of sideboxes on the main page (template specifically designed to exclude them though such things can be changed.. Just might take a bit of css work which should be addressed at the template's forum rather than this one.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Hello, using
zencart 1.54
Sheffield Blue 2.0
Well I really messed up my top ribbon and links.
The ribbon now is much wider than before.
The down arrows have disappeared
The dropdowns are not working
The links are wrong.
I have been looking at this problem for over a day and can't get it fixed.
You can see this at http://religious-shop.com
If you need any additional information, please let me know.
Any help, suggestions or hints would be greatly appreciated.
Thanks,
Frank
Well with a little help from another post, here is how I fixed the problem:
open common/html_header.php
check that
Code:
/** CDN for jQuery core **/
is above
Code:
/**
* load all site-wide jscript_*.js files from includes/templates/YOURTEMPLATE/jscript, alphabetically
after doing this the problem was solved.
Strange (to me). I see in the clean file set zc 1.5.5a that the jQuery and site-wide jscript bits are sequenced as your fix suggests. Yet in my Resp Sheff Blue 2.0 the jQuery call comes after the side-wide jscript call, and before the page-specific jscript call.
But the strange part is that I've not had the symptoms with ribbon that you describe.
Bookmarks