Ezpages Improved Menus support
This mod affects one or both of the ez-page menus in the header bar or sidebox (#navEZPagesTop or #ezpages).
* You can make the active link (pointing to the current page) highlighted with any desired styling.
* You can substitute images for ez-page names in either of the menus by saving an image file with an appropriate name.
* You can add a subheading above any ez-page name in the sidebox by defining its content.
* You can add a comment below any ez-page name in the sidebox by defining its content.
* Menu display content is all compatible with multiple languages (even though stock ez-page contents are not).
Re: Ezpages Improved Menus support
The zip will be attached here until it is available in Free Addons.
Re: Ezpages Improved Menus support
Ezpages Improved Menus is now available in Free Addons.
Re: Ezpages Improved Menus support
Hi. I'm looking forward to using this mod. I have uploaded the file and I am using the very latest version of Zen Cart.
I am trying to use images in my EZ Pages navigation. I was wondering, could you clarify this step:
"If you want to use images for the links, name them like ezpheadxx.gif, replacing xx with the ez-page id"
I'm sure this is some css thing I am unfamiliar with, right?
Thank you so much,
Amy
Re: Ezpages Improved Menus support
No, actually it is a handle for the code to grab to find that a link is to be replaced with an image. By having a file named ezphead23.gif in /includes/templates/your_template/buttons/english/, the code will know that you want to use ezphead23.gif instead of the headerbar link text for ez-page id 23.
Re: Ezpages Improved Menus support
Oh, now I feel silly, the EZ Pages ID from the Zen Cart admin. Going to change it right now. thanks for being so helpful and prompt.
Re: Ezpages Improved Menus support
Glad to help. It would be nice if you could post a link to your site when it is working, so people can see a live example.
Re: Ezpages Improved Menus support
When we're done, absolutely! Thanks again.
Re: Ezpages Improved Menus support
I just uploaded the files for this add-on, and it caused everything underneath my header logo to disappear. It appears that the file causing the issue is templates/yourtemplate/templates/tpl_ezpages_bar_header.php. The Zen Cart version is 1.3.9g.
Re: Ezpages Improved Menus support
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?