Then there was some error in the upload, because it works correctly on my 1.3.9g test site.
What does the latest debug log in /cache/ say?
What is your template folder name, and what did you change the /your_template/ folder to?
Then there was some error in the upload, because it works correctly on my 1.3.9g test site.
What does the latest debug log in /cache/ say?
What is your template folder name, and what did you change the /your_template/ folder to?
It turns out that it must have been an upload issue. The FTP was laggy all day, and uploading a fresh new copy fixed the issue. I don't think I will continue to work with this host... too many issues like this.
Fantastic add-on, by the way. The only thing I had to change was in the CSS. I changed this:
to this:Code:#navEZPagesTop .activeEZPage, #navEZPagesTop .activeILPage, #ezpages .activeEZPage, #ezpages .activeILPage { font-weight: bold; color: #AD006A; }
Otherwise, the links were not displaying in the styles I specified. Adding the "a" in those spots fixed the issue. and it now works great!Code:#navEZPagesTop a.activeEZPage, #navEZPagesTop a.activeILPage, #ezpages a.activeEZPage, #ezpages a.activeILPage { font-weight: bold; color: #AD006A; }
Glad you have it sorted. It's curious that you needed to add the "a" to the selector - my test (Classic) site didn't need this, and .activeEZPage etc. do not exist outside this mod, so would never have been styled elsewhere. #navEZPagesTop .activeEZPage would have a higher priority than #navEZPagesTop a which could already be used in the stylesheet, so it ought to override that. Anyway, there's a tip if you need help making the styling stick.
Makes no difference.
Thanks for another great mod, Glenn! Just noticed this new one now that I am again revisiting what to do with my EZPages links. Sounds like just what the doctor ordered once again.
Karen
reiterated from a related thread:
my site is here. Ezipages bar is at the top of the content area. Both the 'livestock' and 'product' stores have the same issue.All that aside, I'm now having issues with image vertical alignment (using ezipages improved menu). Seems that the image is displayed higher than the line of text.