Page 187 of 235 FirstFirst ... 87137177185186187188189197 ... LastLast
Results 1,861 to 1,870 of 2345
  1. #1861
    Join Date
    Dec 2008
    Posts
    65
    Plugin Contributions
    0

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

    Quote Originally Posted by Natty View Post
    Hey fellow Zenners

    I'm lookin at adding a couple of my EZ-Pages into the Category list of the drop down menu.

    I've can't find where I can add a couple of URL's to display with my Categories.

    Hope some can help
    Thanks
    Natty
    I had a thought... outside of the box.

    Move the content of my ez-pages (just some amazon associate links) to Products in a Category with a Product Type of Document General and I've removed the image link from template. Just what I was after. Result.

    Time for me to get back in my box now.

    Thanks
    Natty

  2. #1862
    Join Date
    Jul 2008
    Posts
    362
    Plugin Contributions
    0

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

    Hey all,

    I have been using this mod for the past year or so.

    I just noticed that my text in the drop down menus are not correctly aligned they are cut off and extend over the box.

    Link: www.truwater.com.au

    I would like to extend the width to match the main buttons on the header. I have tried through the css but could not get it to work.

    Any advise would be great thanks.

  3. #1863
    Join Date
    Jun 2010
    Posts
    15
    Plugin Contributions
    0

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

    Quote Originally Posted by photogirl View Post
    The only problem I'm having is that I want to change the heading of "Categories" to "Products" and I can't seem to find the right file/include that will allow me to change that.
    Check tpl_drop_menu.php in includes/teamplates/your_template/common

    You will find it in there where it has this PHP snippet:

    echo HEADER_TITLE_CATEGORIES;

    You could change this to:

    echo 'Products';

    That will do what you want it to do.

  4. #1864
    Join Date
    Jan 2010
    Location
    Ireland
    Posts
    88
    Plugin Contributions
    0

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

    Hi guys, I'm using this mod on babyclothingcentral.co.uk and it works really nicely, only thing is I don't need the top level categories of 'baby boys clothes' and 'baby girls clothes' to be links. Is there anyway of turning them into just text while still keeping the other top level categories (ie 'comforters & soft toys') as links?

    ps, if you click on 'baby boys clothes' you'll see why I don't want them to appear, they are from an old design of the site and aren't needed anymore

    thanks

  5. #1865
    Join Date
    Jun 2010
    Posts
    4
    Plugin Contributions
    0

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

    Hi...
    I posted this query to the AppleZen support site but there has been no response so I am wondering if the same or similar rules apply to this dropdown menu.

    The AppleZentemplate came with 6 dd menu bars in the header.
    I removed two sections from the DDown menus and copied the 'HOME' or 'catalog' header and submenus to position # two (leaving a net five headers). Thru css.stylesheet I adjusted the header width to 20% (from the previous 16.67%) -that worked and the headers refilled the full width of the header bar BUT the submenus still are at old size.

    Q1 --how to adjust width of each to match new header size?

    Q2 --- The first header is OK/ The second header is a copy of the old INFORMATIOON header redefined to become the new BOOKS header.
    I need to make each a book("S & G At Home" etc.) with either an internal link to EZ Page 2/3 etc so I can alter the contents there OR an external URL link I thought I had defined these OK but for the life of me I cannot work out how to substitute/ link and change the name for each of the existing four.

    Its a great site.. but support seems to be limited at this time.

    Thanks in advance. If the answers are already out there, just a post a number or direction would be fine.

    Site is www.sootieandgemma.com if anyone can help. Iam in 1.9.3d using Mozilla. I am a newbie if it has not already shown!

    Barrie (from way down under)

  6. #1866
    Join Date
    Nov 2007
    Posts
    162
    Plugin Contributions
    0

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

    I'm getting a CSS Validation error that several others have mentioned in this and other threads over the past couple years.

    I have found several postings about the problem but no solution.


    The css error is:

    body Property behavior doesn't exist!

    Here is the way it appears in the stylesheet_header_menu.css file


    body {
    behavior:url(includes/csshover.htc)
    }




    In this thread
    http://www.zen-cart.com/forum/showth...%29#post857205

    there was a solution posted about using the IE6/Javascript mod, but that solution caused the css to validate but not the headers to drop down properly in IE and apparently the only way to get them working again was to put the non-validating code back in the stylesheet and sacrifice having a non-validated site.


    If anyone has found a solution so a site will validate AND can still maintain the css drop-down headers I'd appreciate the info.

    Zencart ROCKS!
    www.ZenCrystals.com
    www.CraftMagick.com
    Magickal & Metaphysical supplies/services

  7. #1867
    Join Date
    Dec 2009
    Posts
    37
    Plugin Contributions
    0

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

    Quote Originally Posted by schla104 View Post
    I am having the exact same problem I believe. I am using zen cart v1.3.9c and when I try to use this mod on a clean copy of the default template, the home button looks normal, but the rest of the stuff has some strange text in it. It doesn't display all of the buttons and actually stops the rest of the site from loading. This is on my development copy on my WAMP 2.0i setup.

    Has anyone been able to get this to work with 1.3.9c?

    I even tried another route of creating a copy of the apple zen template(which uses this menu). I can use the original version of the template fine. When I try to use my copied version, that's when things get screwy. I haven't even change anything. Just copied the apple zen folder in includes>templates. The copy does continue to load though unlike the previous example.


    Hi all, I am a newb by all means but I do have a few tips with this mod and maybe someone can help me too here.
    1.) Make sure you follow the template system so when you upgrade you do not overwrite files that make this work. I do not know the exact link but look at the faq/tutorial and set up your template properly so upgrading is easier.
    2.) If you wish to limit your categories you must edit the categories_ul_generator
    var $root_category_id = 1,
    $max_level = 1 Max level 1 means only top level will show
    2 will go top + one ect ....... Again I am a newb so I no almost zero about what it means.......
    3.) You can edit this even more and change your tpl_drop_menu and get your top level cats to tile across, if anyone needs to know how I can post, I just hate typing ....lol Also you have to edit your Extra definitions file located includes/languages/english/extra_definitions/your_template/headermenu.php this is where the name shows up so edit this if you would like categories to say products ect ect....


    I think these explanations should help those who have recently posted of problems with strange titles and the drop downs not working.

    Now for the help I need
    I need to make it so 7 or so menus fit across the bar. I think this is done in the style sheet but I really do not know where, I will continue to fiddle with it and I will post when I figure it out, but if someone can let me know I would appreciate it. Also I do not know where the author has gone but I have not seen her post in sometime, I hope all is well.........(maybe they just got sick of supporting this)

  8. #1868
    Join Date
    Jun 2010
    Posts
    48
    Plugin Contributions
    0

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

    OK, the dropdown menu mod is great and I have it working quite nicely but am getting exhausted trying to figure out how to remove or fill the spare white space to the left of the menu.

    URL is www.plumfashion.co.uk/store. Am using v. 1.3.9b. Would be grateful if someone could tell me how to rectify this.


    Also, in FF the menu overlays the shockwave quite nicely but in IE, of course, this isn't so. Any clues how to fix this please?

    Many thanks.

  9. #1869
    Join Date
    Jun 2010
    Posts
    15
    Plugin Contributions
    0

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

    Forgive me, I have not read all 189 pages of this thread! I'm using 1.3.9d. Are there known issues/a thread for known issues in this version of zen cart? Many thanks in advance.

  10. #1870
    Join Date
    Jun 2010
    Posts
    48
    Plugin Contributions
    0

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

    OK- fixed the white space thing (hurrah) but still having a few niggles with the menu.

    Can anyone advise how to get the menu and drop downs to appear above shockwave movie. It works in FF for me, but not in IE.

    Also, if anyone knows how to resize the drop downs so they match the static labels in the main menu block I would be very grateful.

    Site here: www.plumfashion.co.uk/store.
    using version 1.3.9b
    Thanks!

 

 

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR