Yes, easy pages is on. Left Right status is off and Single column status is on....
I see what's wrong now... But it's still not working. If I set the ezpages to on for the header, they show up in the dropdown bar, not in the links tab... that isn't showing. I enabled the ezpage "dojos" in the header. It's showing up, just not under "links".
www.canemasters.com
Last edited by canemasters; 21 Jun 2008 at 04:10 PM.
Canemasters
www.canemasters.com
In the line that is suppose to be making "LINKS" show up in the main drop down bar, what is this file ezpages_drop_menu.php ? That file doesn't exist in my sideboxes directory. ezpages.php does exist though.... however, if I change it to say ezpages.php instead of ezpages_drop_menu.php, the entire site stops loading past that line of code.
<li class="submenu" id="ezpages"><?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?></li>
Canemasters
www.canemasters.com
I had to re-enable the left column status for our customers until it's up on the drop down bar, but I don't think that would disable it from being where it needs to be so long as the single column status is set to on.
Canemasters
www.canemasters.com
You want the ezpages on its own dropdown, called "links" correct?
Change this:
To this:Code:<li class="submenu" id="ezpages"><?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?></li>
Code:<li class="submenu" id="ezpages"><a>Links</a> <ul class="level2"> <?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?> </ul></li>
For give me jettrue for not understanding you, or you are miss understanding me. When you place your mouse over the categories and move it to home the menu shifts to the left and there is a long blank white space on the right side. This only happens in IE. I'm checking it in IE7. Thanks again.You can't get rid of that space (I'm assuming its a little sliver), but you can give div#DropMenu the same background color as the bar:
background:#B74336;
Randy
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
yes i have looked in that CSS file and i have changed other things attempting to change what i need changed but i have found the wrong width's.
please take alook if you wish: www.regalogratis.net
If you look at the site, notice the size of the drop down menus, compared to the actual buttons.
thanks
Bookmarks