Page 5 of 9 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 86
  1. #41
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Category Tab Simple Dropdown Menu

    Quote Originally Posted by beep View Post
    Yes, Safari is my visitors' third most popular browser... If anyone else reading this thread is Safari savvy, please help?!
    Well, I download Safari, and the dropdowns work fine without any changes (see attached image).
    Attached Images Attached Images  
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

    Default Re: Category Tab Simple Dropdown Menu

    Quote Originally Posted by 1kell View Post
    Take that back it is showing up now but the "dropdown" categories are not listing in a dropdown menu, they are in a box crammed in next to each other and flying off so far that you can't select an item to click on. Looks very messy, a bit of guidance on fixing it up? I can try with css but don't know how successful I will be ...
    Strange, I don't see it on your site.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  3. #43
    Join Date
    Jul 2008
    Posts
    151
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu

    I managed to fix it with the "li li {float:none;} suggestion. Its looking good now aside from one MAJOR error.

    I don't know what is happening with my cPath, ever since I installed the Cat Tabs menu up the top, and modified it using the Add On to turn it into a dropdown menu, the cPath is wrong when you navigate around.

    If you have a look and start clicking back and forth between products & categories,, the cPath (in the address bar) doesn't completely refresh - it adds paths on.

    I have had to turn breadcrumbs off as it is causing a similar problem, where the breadcrumbs end up like this:

    Cat A - Cat D - Cat C - Product 1

    Showing the history of clicks, rather than where you are.

    This is a crappy error and has only come in since updating the Cat Tabs. Does anyone know what would be causing this? It creates navigation problems when trying to go back to subcategories. If you choose a sub cat with more subcats underneath and click on one, its impossible to go back to the first subcat even when choosing it from the dropdown.

    site is located at mi ra cle baby . co . nz/estore. If I can fix that it would be perfect!

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

    Default Re: Category Tab Simple Dropdown Menu

    Quote Originally Posted by 1kell View Post
    I managed to fix it with the "li li {float:none;} suggestion. Its looking good now aside from one MAJOR error.

    I don't know what is happening with my cPath, ever since I installed the Cat Tabs menu up the top, and modified it using the Add On to turn it into a dropdown menu, the cPath is wrong when you navigate around.

    If you have a look and start clicking back and forth between products & categories,, the cPath (in the address bar) doesn't completely refresh - it adds paths on.

    I have had to turn breadcrumbs off as it is causing a similar problem, where the breadcrumbs end up like this:

    Cat A - Cat D - Cat C - Product 1

    Showing the history of clicks, rather than where you are.

    This is a crappy error and has only come in since updating the Cat Tabs. Does anyone know what would be causing this? It creates navigation problems when trying to go back to subcategories. If you choose a sub cat with more subcats underneath and click on one, its impossible to go back to the first subcat even when choosing it from the dropdown.

    site is located at mi ra cle baby . co . nz/estore. If I can fix that it would be perfect!
    That is correct behaviour- Breadcrumbs is designed to take the user back through the path that they navigated to get to the current page. This mod uses the same function as the Zencart breadcrumbs- that's is why it works the same way.

    It you just want to put a straight category reference, replace the following lines (67/68 and 81/82):

    PHP Code:
    $cPath_new=zen_get_path($subcategories_tab->fields['categories_id']);
    $cPath_new=str_replace('=0_''='$cPath_new); 
    with

    PHP Code:
    $cPath_new="cPath=".$subcategories_tab->fields['categories_id']; 
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  5. #45
    Join Date
    Jul 2008
    Posts
    151
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu

    No, its not how it used to be and is causing navigation errors, for example you select a subcategory under 'feeding' such as 'bottles', and then choose a brand under bottles. Whenever you choose 'bottles' from the menu after that, you can never get back to the bottles subcategory, it will divert straight to the brand under it that you initially chose, so you can never go back and choose to look at another brand/subsubcategory.

    E.g Correct way:
    (CAT)Feeding - (SUBCAT)bottles - (SUBSUBCAT)brand a, then the person wants to look at brand b so they go (CAT)Feeding - (SUBCAT)bottles - (SUBSUBCAT)brand b.

    Only instead it starts going (CAT)Feeding - (SUBSUBCAT)bottles is brand a. You can't get back to bottles to choose another brand

  6. #46
    Join Date
    Jul 2008
    Posts
    151
    Plugin Contributions
    0

    link problem Re: Category Tab Simple Dropdown Menu

    I've just noticed in the page script the code seems jumbled up where it opens the EZPages nav bar, then before it closes that off, it opens the Cat Tabs bar, closes that, then closes the EZPages bar. That seems to be wrong, the EZPages should open and close (div tags), then the Cat Tabs should open and close, shouldn't it? This might be causing the error as described in my previous post. Any clue? Here is the script in brief:

    [SCR]<!--bof-header ezpage links-->
    <div id="navEZPagesTop">
    <a href="http://mywebsite.com/estore/index.php?main_page=page&amp;id=1&amp;zenid=ik4jbo1uvhigiruousa2fngj00">Reward Points</a>&nbsp;&nbsp;&nbsp;
    [morelinks here, deleted for this post] &nbsp;&nbsp;&nbsp;
    <a href="http://mywebsite.com/estore/index.php?main_page=page&amp;id=19&amp;zenid=ik4jbo1uvhigiruousa2fngj00">Contact Us</a>
    </div>


    <!--bof-optional categories tabs navigation display-->


    <style type="text/css">

    #navCatTabsDropdown li
    {
    float:left;
    width:auto;
    background-color: e978be;
    position: relative;
    padding:0em 0em 0em 1em;
    }

    #navCatTabsDropdown ul li a:link {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight:normal;
    color: #ffffff;
    text-decoration: none;
    }

    #navCatTabsDropdown ul li a:visited, {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight:normal;
    color: #ffffff;
    text-decoration: none;
    }

    #navCatTabsDropdown ul li a:hover {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight:normal;
    color: #ffffff;
    text-decoration: none;
    background: #e978be;
    }

    #navCatTabsDropdown ul li a:active {
    font-family: arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight:normal;
    color: #ffffff;
    text-decoration: none;
    }

    #navCatTabsDropdown li li {float: none;}

    #navCatTabsDropdown * li ul
    {
    float:left;
    visibility:hidden;
    text-align:left;
    position:absolute;
    top:16px;
    left:-4em;
    padding: 0em 0.5em 0em 0.3em;
    line-height:15pt;
    z-index: 100;
    }

    #navCatTabsDropdown * li:hover ul
    {
    visibility:visible;
    background-color: #c04edb;
    }

    <br class="clearBoth" />
    </style>

    <div id="navCatTabsWrapper"><div id="navCatTabs"><div id="navCatTabsDropdown"><ul><li><a class="category-top" href="http://mywebsite.com/estore/index.php?main_page=index&amp;cPath=21&amp;zenid=ik4jbo1uvhigiruousa2fngj00">Nap pies</a><ul><li><a href="http://mywebsite.com/estore/index.php?main_page=index&amp;cPath=73_75_23&amp;zenid=ik4jbo1uvhigiruousa2fngj0 0">One-Size Nappies</a></li><br />
    [ETC ETC ETC All the links are here, deleted them for this post...]

    </div></div></div><!--eof-optional categories tabs navigation display-->

    <php echo zen_ez_pages_link(ndex.php?main_page=contact_us); ?>

    <!--eof-header ezpage links-->

    </div>
    [/SCR]

    See the second to last line, and the last line, should be up closing the EZ Pages bar before the Cat Tabs starts, shouldn't it? Why is it doing this?

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

    Default Re: Category Tab Simple Dropdown Menu

    Quote Originally Posted by 1kell View Post
    I've just noticed in the page script the code seems jumbled up where it opens the EZPages nav bar, then before it closes that off, it opens the Cat Tabs bar, closes that, then closes the EZPages bar. That seems to be wrong, the EZPages should open and close (div tags), then the Cat Tabs should open and close, shouldn't it? This might be causing the error as described in my previous post. Any clue? Here is the script in brief:

    PHP Code:
    <!--bof-header ezpage links-->
    <
    div id="navEZPagesTop">
      <
    a href="http://mywebsite.com/estore/index.php?main_page=page&amp;id=1&amp;zenid=ik4jbo1uvhigiruousa2fngj00">Reward Points</a>&nbsp;&nbsp;&nbsp;
      [
    morelinks heredeleted for this post] &nbsp;&nbsp;&nbsp;
      <
    a href="http://mywebsite.com/estore/index.php?main_page=page&amp;id=19&amp;zenid=ik4jbo1uvhigiruousa2fngj00">Contact Us</a>
    </
    div>
     

    <!--
    bof-optional categories tabs navigation display-->

     
    <
    style type="text/css">

    #navCatTabsDropdown li 
    {
        
    float:left;
        
    width:auto;
        
    background-colore978be;
        
    positionrelative;
        
    padding:0em 0em 0em 1em;
            }
            
    #navCatTabsDropdown ul li a:link {
        
    font-familyarialhelveticasans-serif;
        
    font-size10pt;
        
    font-weight:normal;
        
    color#ffffff;
        
    text-decorationnone;
    }        

    #navCatTabsDropdown ul li a:visited, {
        
    font-familyarialhelveticasans-serif;
        
    font-size10pt;
        
    font-weight:normal;
        
    color#ffffff;
        
    text-decorationnone;
    }        

    #navCatTabsDropdown ul li a:hover {
        
    font-familyarialhelveticasans-serif;
        
    font-size10pt;
        
    font-weight:normal;
        
    color#ffffff;
        
    text-decorationnone;
        
    background#e978be;
    }        

    #navCatTabsDropdown ul li a:active {
        
    font-familyarialhelveticasans-serif;
        
    font-size10pt;
        
    font-weight:normal;
        
    color#ffffff;
        
    text-decorationnone;
    }        
        
    #navCatTabsDropdown li li {float: none;}    

    #navCatTabsDropdown * li ul
    {
    float:left;
        
    visibility:hidden;
        
    text-align:left;
        
    position:absolute;
        
    top:16px;
        
    left:-4em;    
        
    padding0em 0.5em 0em 0.3em;
        
    line-height:15pt;
        
    z-index100;
    }

    #navCatTabsDropdown * li:hover ul 
    {
        
    visibility:visible;
        
    background-color#c04edb;
        
    }

     <
    br class="clearBoth" />  
    </
    style>

    <
    div id="navCatTabsWrapper"><div id="navCatTabs"><div id="navCatTabsDropdown"><ul><li><class="category-top" href="http://mywebsite.com/estore/index.php?main_page=index&amp;cPath=21&amp;zenid=ik4jbo1uvhigiruousa2fngj00">Nappies</a><ul><li><a href="http://mywebsite.com/estore/index.php?main_page=index&amp;cPath=73_75_23&amp;zenid=ik4jbo1uvhigiruousa2fngj00">One-Size Nappies</a></li><br />
    [
    ETC ETC ETC All the links are heredeleted them for this post...]

    </
    div></div></div><!--eof-optional categories tabs navigation display-->
     
    <
    php echo zen_ez_pages_link(ndex.php?main_page=contact_us); ?>

    <!--eof-header ezpage links-->

    </div> 

    See the second to last line, and the last line, should be up closing the EZ Pages bar before the Cat Tabs starts, shouldn't it? Why is it doing this?
    I'm not sure- Have you changed (or use any mod) that changes tpl_main_page.php?
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

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

    Default Re: Category Tab Simple Dropdown Menu

    Quote Originally Posted by hem View Post
    I'm not sure- Have you changed (or use any mod) that changes tpl_main_page.php?
    Sorry, that should be tpl_header.php. Here's the relevant section from the default version:

    PHP Code:
    <!--bof-optional categories tabs navigation display-->
    <?php require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>
    <!--eof-optional categories tabs navigation display-->

    <!--bof-header ezpage links-->
    <?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE$_SERVER['REMOTE_ADDR'])))) { ?>
    <?php 
    require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?>
    <?php 
    ?>
    <!--eof-header ezpage links-->
    As you can see the category tab navigation is called and closed before the ezpages header.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  9. #49
    Join Date
    Jul 2008
    Posts
    151
    Plugin Contributions
    0

    Default Re: Category Tab Simple Dropdown Menu

    I went in and tidied that up so the ez pages nav is called and closed, then the nav_cat_tabs is called and closed, so it seems like clean code in that respect now. Hasn't changed the initial navigation error though.

  10. #50
    Join Date
    Apr 2010
    Posts
    68
    Plugin Contributions
    0

    css problem Re: Category Tab Simple Dropdown Menu

    I'm having what I think is a z-index issue with the drop down not hovering over a slide show and image on my home page. I have played around with the z-index on the images as well as the menu, but can't seem to resolve the issue.

    The problem is only occurring in IE8, which I have researched and it seems to be a common problem with the z-index.

    Very, very, frustrating. Anyone run into this issue at all??



    My website address is: http://www.tregreekboutique.com/zencart

    Thanks!

 

 
Page 5 of 9 FirstFirst ... 34567 ... LastLast

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

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