Results 1 to 10 of 2344

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

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

    Under the heading "Information" in my dropdown list I am attempting (unsuccessfully) to add a category with subcategories, but it ain't pretty!!

    Specifically, on my PittiVintage site I would Like a "Charts" category with "Size Charts" and "Item Condition" as subcategories. How would I achieve that?

    Thanks for any and all suggestions.

  2. #2
    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 MeltDown View Post
    Under the heading "Information" in my dropdown list I am attempting (unsuccessfully) to add a category with subcategories, but it ain't pretty!!

    Specifically, on my PittiVintage site I would Like a "Charts" category with "Size Charts" and "Item Condition" as subcategories. How would I achieve that?

    Thanks for any and all suggestions.
    Have you tried kind of copying the HTML of the categories section?
    Code:
    <li class="submenu"><a href="http://www.zencart137.jadetrue.com/index.php?main_page=index">Information</a>
    <ul class="level2">
    <li class="submenu">
    <a href="http://www.zencart137.jadetrue.com/index.php?main_page=index&amp;cPath=2">Category with A Subcategory</a>
    <ul class="level3">
    <li class="submenu">
    <a href="http://www.zencart137.jadetrue.com/index.php?main_page=index&amp;cPath=3">Subcategory</a>
    </li>
    </ul>
    </li></ul></li>
    I hope I got that right... these things are always tricky, and its easy to miss something. If you get it close, but not quite, I can always look at your source and help you find whats wrong.

  3. #3
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    Have you tried kind of copying the HTML of the categories section?

    I hope I got that right... these things are always tricky, and its easy to miss something. If you get it close, but not quite, I can always look at your source and help you find whats wrong.

    Thanks for your help - I was successfully able to add the category and sub-categoy. I did copy the HTML code but was obviously missing something. Your suggestion gave me the impetus to keep focusing on that.

    I have another Apple Zen question, if I may: I attempted to install Dr. Byte's Column Layout Grid for Product Listing but am receiving the following SQL error:

    1062 Duplicate entry 'PRODUCT_LISTING_LAYOUT_STYLE' for key 2
    in:
    [INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) VALUES ('Product Listing - Layout Style', 'PRODUCT_LISTING_LAYOUT_STYLE', 'rows', 'Select the layout style:
    Each product can be listed in its own row (rows option) or products can be listed in multiple columns per row (columns option)', '8', '40', NULL, now(), NULL, 'zen_cfg_select_option(array("rows", "columns"),');]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    I've searched through a number of threads concerning this add-on but haven't seen others having SQL issues, as I am. I ran the SQL through both phpMyAdmin and the admin SQL Query Executor without success. Could it be a conflict with Apple Zen? I only ask because I know that Apple Zen forces sideboxes to the right and I'm wondering if that could possibly cause an issue with this mod.

    Thanks - Tim

  4. #4
    Join Date
    Mar 2007
    Posts
    66
    Plugin Contributions
    0

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

    Ok. So now I have got a template that I like but does not have a drop down menu. I download CSS_dropdown_menu. Installed it and I know it's working but don't have clue wat to do now.

    I want it to be exactly like the Apple Zen menu . Can I copy the files from the apple zen template? Which Files?

    or

    Can someone give me the file to make my menu like applezen

    Please HELP

  5. #5
    Join Date
    Mar 2007
    Posts
    66
    Plugin Contributions
    0

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

    No Worries!!

    I Got It Sorted

    Thanx

  6. #6
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

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

    Quote Originally Posted by Bread_O View Post
    No Worries!!

    I Got It Sorted

    Thanx
    How did you get it sorted??? Why not post an explanation so other
    forum users can benefit...

  7. #7
    Join Date
    Mar 2007
    Posts
    66
    Plugin Contributions
    0

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

    I had downloaded the first version and when I installed it, it didn't give me the menu, just 1st set of link and 2nd set of links. I now downloaded the latest version 1.2 and it comes up just like the apple zen menu with all the links.

    Brilliant mod keep up the good work Jettrue

  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 MeltDown View Post
    I've searched through a number of threads concerning this add-on but haven't seen others having SQL issues, as I am. I ran the SQL through both phpMyAdmin and the admin SQL Query Executor without success. Could it be a conflict with Apple Zen? I only ask because I know that Apple Zen forces sideboxes to the right and I'm wondering if that could possibly cause an issue with this mod.

    Thanks - Tim
    Noo, thats a SQL error, and forcing sideboxes to the right as nothing to do with that. I have that same mod on my test site with no issues. The duplicate key error means that has already been added to your SQL; perhaps the first time you ran it, part of the SQL query worked, so you already have that in your database. I'd go to phpmyadmin and search for PRODUCT_LISTING_LAYOUT_STYLE and see if there are any entries for that in there, and remove them if so?

 

 

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