Re: CSS Dropdown menu for your header- With Categories!
I'm having a problem with the ezpage part of the flyout menu. The menu works fine in Firefox, but it breaks in IE7.
If the ezpage drop menu sidebox is turned off, I have no problems. Turn it on and all the menu items disappear save for the HOME button.
http://www.daggersedge.com/store/
help?
thanks
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
Can you put it where you want it, and then let me look?
Ok I put the code back. Again the catagory listings are poping out and sitting below the bar instead of in a drop down...
Thanks for having a look. :smile:
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
HomsteadMom
Ok I put the code back. Again the catagory listings are poping out and sitting below the bar instead of in a drop down...
Thanks for having a look. :smile:
There must be a problem with your includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
The default way I have the drop down has the categories directly after the HOME drop down. Can you try re-uploading the original file?
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
vindiki
Hi there. I hope this is a simple to solve. I do not want the my products to be displayed after hovering over a category. I only want the categories to be displayed. Another way to say it is that I want to turn off the display for everything that would be considered level 3 and higher. Is this possible? Thanks.
Yep, its simple. :cool:
open up includes/classes/categories_ul_generator.php and change $max_level to 1.
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
darkswan
I'm having a problem with the ezpage part of the flyout menu. The menu works fine in Firefox, but it breaks in IE7.
If the ezpage drop menu sidebox is turned off, I have no problems. Turn it on and all the menu items disappear save for the HOME button.
http://www.daggersedge.com/store/
help?
thanks
Few things to check:
Do you have LEFT/RIGHT status set to OFF, SINGLE COLUMN status set to ON?
Does your information section in includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php look like this:
Code:
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_INFORMATION; ?></a>
<ul class="level2">
<li><a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_PRIVACY); ?>"><?php echo HEADER_TITLE_PRIVACY_POLICY; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CONDITIONS); ?>"><?php echo HEADER_TITLE_CONDITIONS_OF_USE; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a></li>
<?php if (defined('FILENAME_SITE_MAP')) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_SITE_MAP; ?></a></li>
<?php } ?>
<?php if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') { ?>
<li><a href="<?php echo zen_href_link(FILENAME_GV_FAQ, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_GV_FAQ; ?></a></li>
<?php } ?>
<li><a href="<?php echo zen_href_link(FILENAME_DISCOUNT_COUPON, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_DISCOUNT_COUPON; ?></a></li>
<?php if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') { ?>
<li><a href="<?php echo zen_href_link(FILENAME_UNSUBSCRIBE, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_UNSUBSCRIBE; ?></a></li>
<?php } ?>
<?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
</ul>
</li>
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
Few things to check:
Do you have LEFT/RIGHT status set to OFF, SINGLE COLUMN status set to ON?
Yes
Quote:
Does your information section in includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php look like this:
Code:
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_INFORMATION; ?></a>
<ul class="level2">
<li><a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_PRIVACY); ?>"><?php echo HEADER_TITLE_PRIVACY_POLICY; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CONDITIONS); ?>"><?php echo HEADER_TITLE_CONDITIONS_OF_USE; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_ABOUT_US); ?>"><?php echo HEADER_TITLE_ABOUT_US; ?></a></li>
<?php if (defined('FILENAME_SITE_MAP')) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_SITE_MAP); ?>"><?php echo HEADER_TITLE_SITE_MAP; ?></a></li>
<?php } ?>
<?php if (MODULE_ORDER_TOTAL_GV_STATUS == 'true') { ?>
<li><a href="<?php echo zen_href_link(FILENAME_GV_FAQ, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_GV_FAQ; ?></a></li>
<?php } ?>
<li><a href="<?php echo zen_href_link(FILENAME_DISCOUNT_COUPON, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_DISCOUNT_COUPON; ?></a></li>
<?php if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') { ?>
<li><a href="<?php echo zen_href_link(FILENAME_UNSUBSCRIBE, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_UNSUBSCRIBE; ?></a></li>
<?php } ?>
<?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
</ul>
</li>
No. The ezpage callout is in the HOME submenu. However even when it is moved to the block you listed, it still breaks. I have updated it to reflect the code listed above and now the menu breaks at teh INFORMATION submenu.
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
darkswan
No. The ezpage callout is in the HOME submenu. However even when it is moved to the block you listed, it still breaks. I have updated it to reflect the code listed above and now the menu breaks at teh INFORMATION submenu.
Ah, I see your issue. You have a after the ezpages section</div> that doesn't belong.
<li><a href="http://www.darkswan.com/store/index.php?main_page=specials">Specials</a></li>
</div>
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
Ah, I see your issue. You have a after the ezpages section</div> that doesn't belong.
<li><a href="http://www.darkswan.com/store/index.php?main_page=specials">Specials</a></li>
</div>
Then that error would be in the ezpages orginal code. That link is specifically from teh EZpage editor as an external link.
THe same error happens with the classic template. I've put the
Any suggestions for a fix? Would the error be in the expages MODULE or in the tpl_ezpages_bar_header.php?
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
darkswan
Then that error would be in the ezpages orginal code. That link is specifically from teh EZpage editor as an external link.
THe same error happens with the classic template. I've put the
Any suggestions for a fix? Would the error be in the expages MODULE or in the tpl_ezpages_bar_header.php?
Hmm, I'm not sure what you mean about the error being in the ezpages original code? There's no extra div in the files I've uploaded.
Try looking for a stray div in includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php or includes/templates/YOUR_TEMPLATE/sideboxes/tpl_ezpages_drop_menu.php
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
jettrue
Hmm, I'm not sure what you mean about the error being in the ezpages original code? There's no extra div in the files I've uploaded.
Try looking for a stray div in includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php or includes/templates/YOUR_TEMPLATE/sideboxes/tpl_ezpages_drop_menu.php
That's just it, I did not alter the code at all, I simply put the files where instructed. The files in:
includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and includes/templates/YOUR_TEMPLATE/sideboxes/tpl_ezpages_drop_menu.php
are exactly the same files in your module zip file.