Results 1 to 10 of 10
  1. #1
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Pure Blue Products Ribbon

    How do I turn off the Pure Blue Products Ribbon

    More Specifically, turn off NEW PRODUCTS | SPECIALS | FEATURE PRODUCTS

    THANKS

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Pure Blue Products Ribbon

    Never heard the word "ribbon" used before, so not sure what you are referring to.

    Can you perhaps describe what you are after using different terminology?
    20 years a Zencart User

  3. #3
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Re: Pure Blue Products Ribbon

    menu across the top under header

    HOME | NEW PRODUCTS | SPECIALS | FEATURE PRODUCTS

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Pure Blue Products Ribbon

    Do you want to remove the entire menu, or just parts of it?
    20 years a Zencart User

  5. #5
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Re: Pure Blue Products Ribbon

    products, not bar itself

  6. #6
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Pure Blue Products Ribbon

    The template has a file called tpl_top_nav.php

    includes/templates/pure_blue/tpl_top_nav.php

    In that file you will see:

    PHP Code:
    <div class="top-nav-right"></div>
        <ul class="list-style-none">
            <li class="home-link"><a href="<?php echo '' HTTP_SERVER DIR_WS_CATALOG;?>"><!--img src="images/spacer.gif" width="1" height="14" alt=""--></a></li>

    <?php
    if ($current_page_base == 'products_new') {    $active    'tab_active'
        } else { 
    $active '';
    }
    ?>
            <li class="<?php echo $active;?>"><a href="index.php?main_page=products_new"><?php echo TOP_MENU_NEW_PRODUCTS;?></a></li>

    <?php
    if ($current_page_base == 'specials') { $active 'tab_active'
        } else { 
    $active '';
    }
    ?>
            <li class="<?php echo $active;?>"><a href="index.php?main_page=specials"><?php echo TOP_MENU_SPECIALS;?></a></li>

    <?php
    if ($current_page_base == 'account' || $current_page_base == 'login' || $current_page_base == 'account_edit' || $current_page_base == 'address_book' || $current_page_base == 'account_password' || $current_page_base == 'account_newsletters' || $current_page_base == 'account_notifications') { $active 'tab_active'
        } else { 
    $active '';
    }
    ?>
            <li class="<?php echo $active;?>"><a href="<?php echo zen_href_link(FILENAME_ACCOUNT'''SSL'); ?>"><?php echo TOP_MENU_MY_ACCOUNT;?></a></li>

    <?php
    if ($current_page_base == 'shopping_cart') { $active 'tab_active'
        } else { 
    $active '';
    }
    ?>
            <li class="<?php echo $active;?>"><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART'''NONSSL'); ?>"><?php echo TOP_MENU_VIEW_CART;?></a></li>
        </ul>
    </div>
    You can DISABLE elements you don't want simply by COMMENTING OUT the code:

    HTML Code:
    <!-- DISABLE BEGIN
    <?php
    if ($current_page_base == 'products_new') {	$active	= 'tab_active'; 
    	} else { $active = '';
    }?>
    		<li class="<?php echo $active;?>"><a href="index.php?main_page=products_new"><?php echo TOP_MENU_NEW_PRODUCTS;?></a></li>
    
    <?php
    if ($current_page_base == 'specials') { $active = 'tab_active'; 
    	} else { $active = '';
    }?>
    		<li class="<?php echo $active;?>"><a href="index.php?main_page=specials"><?php echo TOP_MENU_SPECIALS;?></a></li>
    DISABLE END-->
    20 years a Zencart User

  7. #7
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Re: Pure Blue Products Ribbon

    Thank you, Happy holidays!

  8. #8
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,269
    Plugin Contributions
    3

    Default Re: Pure Blue Products Ribbon

    Quote Originally Posted by pageblair View Post
    Thank you, Happy holidays!
    Pleasure... Surely you mean Happy Christmas? (I am not currently on a holiday.)
    20 years a Zencart User

  9. #9
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Re: Pure Blue Products Ribbon

    yes!!!!!

  10. #10
    Join Date
    May 2010
    Location
    WA State
    Posts
    1,678
    Plugin Contributions
    3

    Default Re: Pure Blue Products Ribbon

    Quote Originally Posted by schoolboy View Post
    Pleasure... Surely you mean Happy Christmas? (I am not currently on a holiday.)
    Here in the Colonies, we call it a vacation.

 

 

Similar Threads

  1. v150 display 3 columns of products on Pure Blue Template
    By Paul. in forum Templates, Stylesheets, Page Layout
    Replies: 11
    Last Post: 12 Aug 2012, 08:06 AM
  2. bluecart ribbon color
    By pageblair in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 22 Mar 2011, 08:24 PM
  3. Nav overlay not working in IE - Pure Blue template
    By tiagail in forum Addon Templates
    Replies: 2
    Last Post: 21 Feb 2011, 10:32 PM
  4. EZPages not displaying in header with Pure Blue Template
    By Twaddle in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 20 Feb 2010, 01:21 PM
  5. Replies: 6
    Last Post: 25 Dec 2009, 10:40 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