Re: Ezpages Improved Menus support
Quote:
Originally Posted by
gjh42
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:
Code:
#navEZPagesTop .activeEZPage, #navEZPagesTop .activeILPage, #ezpages .activeEZPage, #ezpages .activeILPage {
font-weight: bold;
color: #AD006A;
}
to this:
Code:
#navEZPagesTop a.activeEZPage, #navEZPagesTop a.activeILPage, #ezpages a.activeEZPage, #ezpages a.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!
Re: Ezpages Improved Menus support
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.
Re: Ezpages Improved Menus support
Quote:
Originally Posted by
gjh42
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.
Does adding the "a" to your website's CSS break the add-on's functionality, or does it still work?
Re: Ezpages Improved Menus support
Re: Ezpages Improved Menus support
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. :hug:
Karen
Re: Ezpages Improved Menus support
reiterated from a related thread:
Quote:
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.
my site is here. Ezipages bar is at the top of the content area. Both the 'livestock' and 'product' stores have the same issue.
Re: Ezpages Improved Menus support
You have specified that all images in links have 6px of bottom padding:
a img{border:none;padding-bottom:6px}
Why did you add this padding? Either make a rule that applies only to the situation where you need padding, or make a rule for this situation where you don't want padding.
Re: Ezpages Improved Menus support
Great mod but I can't seem to change the normal header link colour. I've checked the stylesheets but nothing seems to take effect. Any pointers would be welcome!
By the way I had to add a. to the selector.
Re: Ezpages Improved Menus support
I need to see your site live to help you. Which selector did you add a. to? Are you referring to post #11? If so, what browser are you using?
Re: Ezpages Improved Menus support
Sorry - working far too late! It was the visited colour I was seeing. Once I added a class to the top of the new stylesheet problem solved!
Yes I meant in post #11 :blush:
Thanks again - it's perfect now!