Great thanks a million...yes I completely forgot about configuration/layout settings.
it's perfect now, you are a STAR!
Printable View
Don't know what I've done but HOME CATEGORIES INFORMATION etc has shifted over to the far left, any ideas? www.actorxfactor.co.uk
It was an issue with the way you commented things in includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css
Just replace the top color section of that file with this:
Code:body {
behavior: url(includes/csshover.htc);
}
/*green
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {color: #4f4f4f!important;background:#D5E88F;}
*/
/*blue*/
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#6C99D9;}
/*red
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #ffffff!important;background:#DC262E;}
*/
/*grey
div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover, div#dropMenu ul.level2 a:hover {color: #4f4f4f!important;background:#D5D5D5;}
*/
Hi Jade,
I would like to change order in which the links appear in the dropdown navigation menu.
In addition to the regular pages (discount coupons, etc.) under INFORMATION, I have 7 ezpages added.
Also, I would like to move one of the ezpages under the CATEGORIES dropdown menu but it will not be a category, just an information page for the categories.
Is this possible?
Thanks in advance,
Julie
You want to sort the ezpage links? Have you given them a sort order for the header when you add them?
As far as the ezpage under the categories, I don't think that will work very well... actually wait, we can do a manual work around. Open up includes/classes/categories_ul_generator.php, and change this line:
to this:Code:$parent_group_end_string = '</ul>',
Of course replacing "index.php?main_page=page&id=2" with your own link.Code:$parent_group_end_string = '<li><a href="index.php?main_page=page&id=2">YOUR PAGE NAME</a></li></ul>',
I am using zencart version 1.37 and applezen template.
I would like to move the "home, login, and search" buttons from the top header into my logo.gif. My website is www.lukefontana.com.
I would also like to extend the site-bg-grey.gif into the upper header area that is currently white.
If anyone has any help it would be much appreciated.
Thanks
Adam Fontana
Hi, I have renamed the "Categories" link on the header but I can't work out how to rename "Categories", "New Products" & "All Products" in the side box, any assistance greatly appreciated,
Gordon:smile:
I already posted this on the main forum, sorry I'm so impatient, but this is buggin'me maan!
When I have overspill and the right scroll bar appears, the page content moves to the left to accommodate the bar, how can this be prevented?
Thanks,
Gordon.
www.actorxfactor.co.uk