Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Changing menu link

    Quote Originally Posted by bearaman View Post
    Hi,
    Great mod, just what I was looking for. Thanks!
    I'd like to change where the home tab links to. Currently, it goes to www.mysie.com/shop/ but I'd like to change it to just www.mysite.com - how do you do this? I've tried changing the header_tpl but it makes no difference.
    Thanks again.
    B.
    Open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and change this:

    <a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>

    to:

    <a href="http://www.mysite.com">Home</a>

  2. #2
    Join Date
    Apr 2008
    Posts
    48
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Hello , love the ad on !! I was wondering if it is possible to have the drop down menu extend a little further down? I have a lot of products and when the menu drops down , it cuts off a lot of my products...my website is

    http://jygoods.com/shop/index.php?ma...Path=1326_1330

    that is where you can see the categories and how it doesnt drop down all the way...

    And one more issue, when i click on information in the menubar, it brings me to the shops original homepage and not the information page,

    thanks for any help...

  3. #3
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by jgg1974 View Post
    Hello , love the ad on !! I was wondering if it is possible to have the drop down menu extend a little further down? I have a lot of products and when the menu drops down , it cuts off a lot of my products...my website is

    http://jygoods.com/shop/index.php?ma...Path=1326_1330

    that is where you can see the categories and how it doesnt drop down all the way...

    And one more issue, when i click on information in the menubar, it brings me to the shops original homepage and not the information page,

    thanks for any help...
    Sorry, that is a limitation of this mod, it doesn't work well with a lot of categories.

    There is no "information" page.

  4. #4
    Join Date
    Sep 2008
    Posts
    130
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Good afternoon jettrue, I'd like to thank and commend you on the mod, it's an awesome and very functional addon. But WTF is it with the about us page!!?? (jokes, jokes)

    So, I've gone through the steps and installed the applicable files into their applicable places, and the menu is looking great, working awesome, everyone's happy, birds are singing, rainbows abound.

    Then, as is the usual course of events, I open the site in IE, curse, and look for a solution.

    (you, reader, can view the site here: http://store.persite.com )

    The menubar works, the a:hover works, but the menu itself won't fly out. Considering this is the bulk majority of its purpose, and IE is the bulk majority of our installed base, this is something that I'd need to get working at some point.


    I've followed your advice, and added the following to my .htaccess

    Code:
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^http://store.persite.com$ [NC]
    RewriteRule ^(.*)$ http://www.store.persite.com/$1 [R=301,L]
    AddType text/x-component .htc
    What happens if I make it ^www.store.persite.com$ and http://store.persite.com/$1 ? Same thing. /shrug


    So, what's causing my grief? I would love to keep this working in its current iteration!

    Thanks for reading, and thanks in advance.

    -Tim
    <!-- just commenting -->

  5. #5
    Join Date
    Nov 2008
    Posts
    69
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    I spent several hours on this tonight and got the menu up and running. I have a site set at a width of 747px though and am having a terrible time figuring out the css file.

    The tentative site is listed here: www.cornerstonewebsites.com/zencart/index.php.

    Any help would be appreciated.

  6. #6
    Join Date
    Sep 2008
    Posts
    130
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    How the heck is mine the only one that doesn't want to work? What am I doing wrong?



    -Tim
    <!-- just commenting -->

  7. #7
    Join Date
    Nov 2004
    Location
    West Mids, England
    Posts
    203
    Plugin Contributions
    1

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by yelow View Post
    How the heck is mine the only one that doesn't want to work? What am I doing wrong?



    -Tim
    I've checked it out in IE8 and IE8 compatibility mode and IE7 as well as firefox on windows XP machines and it looks and works fine.

    Happy Days??

    Craig

  8. #8
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by yelow View Post
    Good afternoon jettrue, I'd like to thank and commend you on the mod, it's an awesome and very functional addon. But WTF is it with the about us page!!?? (jokes, jokes)

    So, I've gone through the steps and installed the applicable files into their applicable places, and the menu is looking great, working awesome, everyone's happy, birds are singing, rainbows abound.

    Then, as is the usual course of events, I open the site in IE, curse, and look for a solution.

    (you, reader, can view the site here: http://store.persite.com )

    The menubar works, the a:hover works, but the menu itself won't fly out. Considering this is the bulk majority of its purpose, and IE is the bulk majority of our installed base, this is something that I'd need to get working at some point.


    I've followed your advice, and added the following to my .htaccess

    Code:
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^http://store.persite.com$ [NC]
    RewriteRule ^(.*)$ http://www.store.persite.com/$1 [R=301,L]
    AddType text/x-component .htc
    What happens if I make it ^www.store.persite.com$ and http://store.persite.com/$1 ? Same thing. /shrug


    So, what's causing my grief? I would love to keep this working in its current iteration!

    Thanks for reading, and thanks in advance.

    -Tim
    But WTF is it with the about us page!!?? (jokes, jokes)
    Ha, ha, ha, Tim is so funny.

    What happens if I make it ^www.store.persite.com$ and http://store.persite.com/$1 ? Same thing. /shrug
    Two questions for ya:

    1)In your includes/configure.php file, do you have your site listed with or without the www?

    2) Did you upload includes/csshover.htc?

 

 

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg