Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Problem with Sort Order and Category Tab Simple Dropdown Menu Mod

    I don't use this but wanted to fix the mod and, in the process, maybe learn something.

    I seem to have everything but the alignment of the sub-menus working on netzencommerceDOTcom/zc4.

    Take a look and see what you can do with firebug.

    THANX
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  2. #12
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Problem with Sort Order and Category Tab Simple Dropdown Menu Mod

    try this :

    Code:
    #navCatTabsDropdown * li ul
    {
    	display: block;
    	visibility: hidden;
    	position: absolute;
    	padding: 0.5em;
    	white-space: nowrap;
    	z-index: 100;
    left:0;
    
    }

  3. #13
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Problem with Sort Order and Category Tab Simple Dropdown Menu Mod


    Sometimes you can't see the forest for the Interstate!
    Now to play with the errors in the queries.

    THANX
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  4. #14
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Problem with Sort Order and Category Tab Simple Dropdown Menu Mod

    No problems. I have read your good advice many times on the forum. Nice to repay that just a little bit. Good luck with this.

  5. #15
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Problem with Sort Order and Category Tab Simple Dropdown Menu Mod

    Payback is the reason I'm here. Need to pay back a lot to the devs for what they've done.
    And, as Ajeh says, "You might even learn something!"
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  6. #16
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Problem with Sort Order and Category Tab Simple Dropdown Menu Mod

    I've compiled and repackaged the menu files.
    The synopsis is:

    • The original tpl file code had break tags outside the list tags that broke HTML validation.
    • The original code maintained a div from the original tpl file that had embedded styles in the stylesheet that were fighting the styles in the mod. Rather than rename the div, it was simply removed.
    • The code would not display properly without the break tags due to incorrect css.
    • When nesting un-ordered lists, one must be careful in using the * in a style call. (i.e., using #myID * li ul { will also mess with #myID ul ( if one is not present.) A missing basic call was being controlled by one of the "*" styles.
    • Adding a <style> call to any Zen Cart tpl file will automatically break HTML validation as the file is presented inside a <div>.
    • The mod does NOT properly discover products that have been linked to a category and will only show products that were CREATED under that category.

    So.... I

    • Removed the style, div, and breaks from the tpl file.
    • Created a catTabsMenu.css with the proper code that can either be uploaded or included in the main stylesheet.
    • Felt that there was no reason to wait till the product discovery problems were fixed.
    • Plan to address the query problems as soon as time permits.
    • Verified that the mod now validates in a clean install of Zen Cart. (A clean install with demos has a problem with the #whatsNew being used twice.)
    • Repackaged the mod with the new files and new instructions for the user.
    • Want to thank niccol for the pointers and helping me see the trees.

    Version 1.3.9 of the mod will be submitted to the Free Software Add-Ons section and is available here until it is approved.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  7. #17
    Join Date
    May 2011
    Location
    Sydney, Australia
    Posts
    32
    Plugin Contributions
    0

    Default Re: Problem with Sort Order and Category Tab Simple Dropdown Menu Mod

    Thank you so much dbltoe and niccol! You both do such amazing work on here and it really is appreciated.

  8. #18
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,691
    Plugin Contributions
    11

    Default Re: Problem with Sort Order and Category Tab Simple Dropdown Menu Mod

    The revised Category Tab Simple Dropdown Menu contribution is now available at http://www.zen-cart.com/index.php?ma...oducts_id=1448.

    I created a support thread at http://www.zen-cart.com/forum/showthread.php?t=181612.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Category Tab Simple Dropdown Menu 1.3.9 Support Thread
    By dbltoe in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 30 Mar 2024, 06:12 PM
  2. Category Tab Simple Dropdown Menu
    By hem in forum All Other Contributions/Addons
    Replies: 85
    Last Post: 26 Jun 2015, 02:06 PM
  3. 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
  4. Replies: 1
    Last Post: 12 Mar 2011, 07:18 AM
  5. Category Tab Simple Dropdown menu
    By marshanite in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 16 Mar 2010, 04:56 PM

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