Results 1 to 10 of 86

Hybrid View

  1. #1
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Category Tab Simple Dropdown Menu

    Quote Originally Posted by Derek Bryant View Post
    Hi Andrew

    I may not be following the instructions correctly

    I am using the classic template, where does the tpl_modules_categories_tabs.php file or the whole custom folder have to be copied?

    thanks

    Derek
    If you are using the classic folder then just copy the files from the custom\ folders into the classic\ folders.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  2. #2
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    162
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu

    Hi Andrew

    this is the effect www.derekbryant.co.uk/zen the categories were centre justified

    Derek

  3. #3
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Category Tab Simple Dropdown Menu

    Quote Originally Posted by Derek Bryant View Post
    Hi Andrew

    this is the effect www.derekbryant.co.uk/zen the categories were centre justified

    Derek
    The dropdown menu is to the top left, under the ZenCart logo. When you move the mouse onto them they display a menu pane.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  4. #4
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    162
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu

    This is the section I would like centred if possible not left justified

    thanks

    Derek

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Category Tab Simple Dropdown Menu

    Do you want the dropdown pane centered below the category name it belongs to?

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Category Tab Simple Dropdown Menu

    The styling for this mod is embedded in the PHP file, so find the file involved and add
    left: -40%;
    to this:
    Code:
    #navCatTabsDropdown * li ul
    {
    	visibility:hidden;
    	position:absolute;
    	left: -40%;
    	padding: 0.5em;
    	z-index: 100;
    }
    Adjust to taste when you have more variety of boxes to test it on.

  7. #7
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    162
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu

    thanks gjh42

    tried that but doesn't seem to make any difference

    Derek

  8. #8
    Join Date
    Nov 2008
    Location
    London
    Posts
    94
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu

    I have just notice that now when viewed in safari all the page content of pushed off the page to the right. It didn't do this before and looks fab in EI and Firefox. I have tried altering the css position but it just makes the menu overlap.
    The menu itself looks fine but any ideas how I put the page content back where it is supposed to be?

  9. #9
    Join Date
    Nov 2008
    Location
    London
    Posts
    94
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu

    ... and apparently when I align the #navCatTabsDropdown li right all the contents go back to normal but then the categories are listed backwards.

 

 

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. v139f Category Tab Simple Dropdwn issue
    By kjharrison in forum Basic Configuration
    Replies: 1
    Last Post: 2 Dec 2012, 10:58 PM
  3. Problem with Sort Order and Category Tab Simple Dropdown Menu Mod
    By dbltoe in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 15 Jun 2011, 07:08 PM
  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