Re: htaccess or csshover.htc error? ADD WWW and it doesn't work
Quote:
Originally Posted by
airtime
Could you give me a coding example of how I could put a Cateory next to the information box? I took a look at includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php but it is still beyond me.
thanks,
Airtime
Just do it with regular 'ole html, mimicking the category HTML that is produced by viewing the source of your site, something like this:
Code:
<li class="submenu"><a href="index.php?main_page=index&cPath=1">Main Category Name</a>
<ul class="level2">
<li><a href="index.php?main_page=index&cPath=2">Subcategory A</a></li>
<li class="submenu"><a href="index.php?main_page=index&cPath=3">SubCategory B</a>
<ul class="level3">
<li class="submenu"> <a href="index.php?main_page=index&cPath=4">Sub Sub Category of B</a>
<ul class="level4">
<li> <a href="index.php?main_page=index&cPath=5">Sub Sub Sub Category of B</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
Re: CSS Dropdown menu for your header- With Categories!
Hi there
I have installed your menu however i am having problems with the width of the menu. I dont want the menu to go all the way to the right edge of the page, i want it to stay in the middle so that my site's background is still visible.
Please see at http://www.bluesatinsashes.com.au/shop
Please help, i am a zen cart newbie :blush:
I need your help in CSS Dropdown menu...
Hello, Jettrue:
I added your CCS drop down header menu onto my site. www.loveinrose.com. It looks good. Thank you for your constribution!
You said I can add or delete links on the header menu by working on include/template/your template/tpi_header.php.
I want to add a link of "the latest news" (instead of in the sidebox), below the "Home", under "Search" (you will see "seach" when you hover on "HOME".
Could you please tell me how to do it? My site is www.loveinrose.com. Thank you!!
Lina
Re: I need your help in CSS Dropdown menu...
Quote:
Originally Posted by
lina0962
Hello, Jettrue:
I added your CCS drop down header menu onto my site.
www.loveinrose.com. It looks good. Thank you for your constribution!
You said I can add or delete links on the header menu by working on include/template/your template/tpi_header.php.
I want to add a link of "the latest news" (instead of in the sidebox), below the "Home", under "Search" (you will see "seach" when you hover on "HOME".
Could you please tell me how to do it? My site is
www.loveinrose.com. Thank you!!
Lina
Actually, in the readme.txt, I have this:
You can add or remove links from the header menu by opening up includes/templates/YOUR_TEMPLATE/tpl_drop_menu.php.
But if you open the above file, you can simple add the link right after this:
Code:
<li><a href="<?php echo zen_href_link(FILENAME_ADVANCED_SEARCH); ?>"><?php echo HEADER_TITLE_SEARCH; ?></a></li>
Like This:
Code:
<li><a href="index.php?main_page=news_archiv">Name of link here</a></li>
Re: CSS Dropdown menu for your header- With Categories!
Yes, I made it!! Thank you very much for your help!!
Lina
Re: CSS Dropdown menu for your header- With Categories!
Great contribution...
Only ONE small issue...
how do i make is span over the whole screen? i'd like to have it "melt" in with the bordeaux header to form one band that reaches from side to side
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
stevefriedman71
Great contribution...
Only ONE small issue...
how do i make is span over the whole screen? i'd like to have it "melt" in with the bordeaux header to form one band that reaches from side to side
Check this post, it worked for my site perfectly.
http://forum.zen-cart.com/showpost.p...&postcount=140
Corbett
Re: CSS Dropdown menu for your header- With Categories!
This may be a repost, but "Discount Coupons" is misspelled...
and I noticed on some users' sites that they still have the typo in their dropdown menu.
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
stevefriedman71
Great contribution...
Only ONE small issue...
how do i make is span over the whole screen? i'd like to have it "melt" in with the bordeaux header to form one band that reaches from side to side
Sorry I didn't respond sooner, looks like you've gotten it figured out! :cool:
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
onelove5683
This may be a repost, but "Discount Coupons" is misspelled...
and I noticed on some users' sites that they still have the typo in their dropdown menu.
Thanks! Someone caught that before, but I had forgotten to fix it. Its now been updated on my puter, so the next upgrade won't have the issue.