Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
bsteinagel
How do I go about replacing the "Contact Us" link in menu with a link to a FAQ page that I created using the define pages editor? Here's a link to my site. I'd like it to say FAQ where it says HEADER_TITLE_FAQS in the menu.
Brad Steinagel Photography
I edited the tpl_drop_menu.php file so it says the following:
Code:
<li><a href="<?php echo zen_href_link(FILENAME_FAQS, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_FAQS; ?></a></li
I'm thinking I have a php file misnamed somewhere?
Thanks,
Brad:censored:
Just make it a regular link:
<li><a href="name of page here">FAQ</a></li>
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
GCWeb
Hello
I am a newbie to the customization of ZenCart.
I just installed CSS Horizontal Drop Down Menu. This is a great addition to Zen Cart. The installation went fine once I figured where everything went. I even surprised myself. :shocking:
The only problem I am having at this time is that it does not work with the older IE 6.02900. The menu is working on all browsers except there is no drop down function in the older IE. Is there a work around for this? Am I Missing something? I did read something about the .htaccess but I think that was only for the proper direction of the links.
Any help would be greatly appreciated.
Thank You
G
Nope, please read the readme, that file is needed, as well as csshover.htc.
1 Attachment(s)
Re: CSS Dropdown menu for your header- With Categories!
How do I get rid of the nav tabs above the menu. See image.
Thank you
Re: CSS Dropdown menu for your header- With Categories!
I got it. Admin > Config > Ez Page settings > Display Status header =0
Re: CSS Dropdown menu for your header- With Categories!
Thank you Jade
That worked. At first it took some time for the page to load. I did not mention that Zen is in a subdirectory to Joomla. I just had to make sure I had the .htaccess third line ending with the subdirectory.
Code:
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www.yoursite.com$ [NC]
RewriteRule ^(.*)$ http://yoursite.com/zen/$1 [R=301,L]
Now I have to fix the Shopping Cart being located under the Home tab and I'm all set.
Thanks again Jade :clap:
Re: CSS Dropdown menu for your header- With Categories!
Fixed the shopping cart under home tab layout problem. Very easy fix.
The menu is being used in the arch_shoppe template.
div#dropMenu {
width:100%; changed to width:99%;
margin:0 auto;
text-align:center;
z-index:1000;
position:relative;
}
Re: CSS Dropdown menu for your header- With Categories!
Firstly thanks for your time and trouble with this mod and secondly apologies for probably being very thick.
I installed everything and as per the readme I pasted the chunk of code into the tpl_header file as I've made a lot of changes, but everything below the menus now fails to display.
I've been quite careful with what I'm copying and where I'm pasting it.
I read a very early post from someone having the same problem, but I'm either correctly avoiding what your suggesting in the fix to his question or not understanding it:unsure:
I've noticed another poor soul who posted outside this thread earlier in the year with the same problem but with no reply - so there are at least 3 of us you haven't a clue :)
Re: CSS Dropdown menu for your header- With Categories!
I installed the menu and everything is working perfectly but for some reason
in internet explorer 7 it puts at x like when an image is missing over my logo in my header and it wasnt there before
Also in mozilla firefox it pushes my logo down and covers up part of the blue header bar at the top top part of my page where u cannot see the home or login in button....id really like to just remove the Home and login button at the top if i get this problem resolved because u dont need to login buttons and home buttons.
here is my website so u can see what im saying with internet explorer and firefox both:
http://www.rickiesdiscountelectronics.com
Id really appreciate it if someone could help me with this thanks
Re: CSS Dropdown menu for your header- With Categories!
Quote:
Originally Posted by
rickiesdiscount
I installed the menu and everything is working perfectly but for some reason
in internet explorer 7 it puts at x like when an image is missing over my logo in my header and it wasnt there before
Also in mozilla firefox it pushes my logo down and covers up part of the blue header bar at the top top part of my page where u cannot see the home or login in button....id really like to just remove the Home and login button at the top if i get this problem resolved because u dont need to login buttons and home buttons.
here is my website so u can see what im saying with internet explorer and firefox both:
http://www.rickiesdiscountelectronics.com
Id really appreciate it if someone could help me with this thanks
i fixed the internet explorer problem, but still havent fixed the mozilla firefox problem...any help would be really appreciated thanks
Re: CSS Dropdown menu for your header- With Categories!
Hello,
Love the header! I just have one problem that when it opens in IE the shopping cart gets pushed down to the next line see below. What can I do to fix this? Thank you!
http://dropyourdrawers.net/screenshot.jpg