Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Location
    South Africa
    Posts
    7
    Plugin Contributions
    0

    Idea or Suggestion Re: Cherry Zen Template Support Thread

    Hello,
    Can someone please help me.

    I'm using my site as a showcase only for the time being.

    I did set it to Showcase in admin. Now I would like to remove the "Specials..." link from the Categories box. I've tried everything I could think of. I would also like to know if I can remove the link between the specials and categories links. It doesn't serve any purpose but I don't know how to get rid of it

    And also if you could help me with some info on how to remove or hide the "Shopping Cart" and "Checkout links" at the top of the page. I only need the "Home" link.

    If I'm not making any sense please visit my site and have a look http://www.complete-online.co.za

    I would really appreciate any help.

    Thank you.

  2. #2
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by HJL View Post
    Hello,
    Can someone please help me.

    I'm using my site as a showcase only for the time being.

    I did set it to Showcase in admin. Now I would like to remove the "Specials..." link from the Categories box. I've tried everything I could think of. I would also like to know if I can remove the link between the specials and categories links. It doesn't serve any purpose but I don't know how to get rid of it

    And also if you could help me with some info on how to remove or hide the "Shopping Cart" and "Checkout links" at the top of the page. I only need the "Home" link.

    If I'm not making any sense please visit my site and have a look http://www.complete-online.co.za

    I would really appreciate any help.

    Thank you.
    1. Specials Link: Turn off in admin, under Configuration, "Layout Settings". You can also turn off the line between specials and categories there:
    Categories Separator between links Status

    2. Open up includes/templates/cherry_zen/common/tpl_header.php and change this section (approx. 39-46)

    Code:
          } else {
            if (STORE_STATUS == '0') {
    ?>
                <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN; ?></span></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT; ?></span></a></li>
                <?php } } ?>
                <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><span><?php echo HEADER_TITLE_CART_CONTENTS; ?></span></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><span class="last"><?php echo HEADER_TITLE_CHECKOUT; ?></span></a></li>

    to this:
    Code:
          } else {
            if (STORE_STATUS == '0') {
    ?>
                <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN; ?></span></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_MY_ACCOUNT; ?></span></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><span><?php echo HEADER_TITLE_CART_CONTENTS; ?></span></a></li>
                <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><span class="last"><?php echo HEADER_TITLE_CHECKOUT; ?></span></a></li>
                <?php } } ?>

  3. #3
    Join Date
    Oct 2007
    Location
    South Africa
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Thank you very much Jade,

    I really do appreciate the help!!

    HJL

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 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