Page 138 of 326 FirstFirst ... 3888128136137138139140148188238 ... LastLast
Results 1,371 to 1,380 of 3251
  1. #1371
    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 CnTGifts View Post


    I switched over to the default template and the space is there

    Any ideas? Cant believe no one else has found this
    You can either use two <br />'s between your paragraphs (in plain text mode), use the HTML editor instead and press enter twice, or add this to your css:


    p {padding:.5em;}

  2. #1372
    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. #1373
    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 FatGuyinAZ View Post
    I'm having an issue with this template when viewed with IE6. I wasn't aware of this until I saw it tonight at my sister's house. The sidebox and headers on the right are not in alignment. If anyone could check out my site with IE6 then offer some sort of fix, that would be awesome.

    Thank you
    Do you have this in your css (added in my last update):

    Code:
    * html #navColumnTwo {
        margin-right: -170px !important; /* Fixes IE6 Issue */
        }

  4. #1374
    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

  5. #1375
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Thank you that works

  6. #1376
    Join Date
    Oct 2007
    Location
    Safford, AZ
    Posts
    323
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Do you have this in your css (added in my last update):

    Code:
    * html #navColumnTwo {
        margin-right: -170px !important; /* Fixes IE6 Issue */
        }
    Yes that is in the CSS I have. I am using your 1.5 version of Cherry Zen. I started thinking and I changed the above from -170 to -150 and the problem is fixed.

    Thank you
    Steve
    Zen cart version: 1.3.9h

  7. #1377
    Join Date
    Jan 2008
    Posts
    94
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Great template. Just downloaded it for a new site.

    I have a question, how do I center align the EzPages gray bar below the logo? Right now it is left aligned. Thanks again!

    Kevin
    www.PosterExpo.com
    www.Artisthood.com

  8. #1378
    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 kbmets7 View Post
    Great template. Just downloaded it for a new site.

    I have a question, how do I center align the EzPages gray bar below the logo? Right now it is left aligned. Thanks again!

    Kevin
    www.PosterExpo.com
    www.Artisthood.com
    Try adding text-align:center to #navEZPagesTop

  9. #1379
    Join Date
    Jul 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Jade! Love this template. This looks great!

    I am switching our site www.NoNameJava.com over to this template and am having a couple minor issues (one I'm sure is anyway).

    Could you tell me how to get the logo and banner at the top to line up without any spaces. I have a 750px wide logo and a 250px wide banner to cover the minimum site width of 1000px. The logo is set to float left and I have removed (set to 0px) the side margin - although there still seems to be a small space there. I'd like the banner to float to the right inline with the logo, but it wants to fall below and towards the center???

    Ultimately I'd like to have these inline with another bar running below the logo (like the search bar/home/checkout...) with links to catagories and contact us pages etc.

    The other issue is with the shopping cart side box. If I set this to be on I get the following error in the sidebox:

    Fatal error: Call to undefined function: tm_box_head() in /usr/local/4admin/apache/vhosts/nonamejava.com/httpdocs/includes/templates/template_default/sideboxes/tpl_shopping_cart.php on line 64

    Any help you could give would be greatly appreciated.

    By the way... are you a coffee drinker?

  10. #1380
    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 nonamejava View Post
    Hi Jade! Love this template. This looks great!

    I am switching our site www.NoNameJava.com over to this template and am having a couple minor issues (one I'm sure is anyway).

    Could you tell me how to get the logo and banner at the top to line up without any spaces. I have a 750px wide logo and a 250px wide banner to cover the minimum site width of 1000px. The logo is set to float left and I have removed (set to 0px) the side margin - although there still seems to be a small space there. I'd like the banner to float to the right inline with the logo, but it wants to fall below and towards the center???

    Ultimately I'd like to have these inline with another bar running below the logo (like the search bar/home/checkout...) with links to catagories and contact us pages etc.

    The other issue is with the shopping cart side box. If I set this to be on I get the following error in the sidebox:

    Fatal error: Call to undefined function: tm_box_head() in /usr/local/4admin/apache/vhosts/nonamejava.com/httpdocs/includes/templates/template_default/sideboxes/tpl_shopping_cart.php on line 64

    Any help you could give would be greatly appreciated.

    By the way... are you a coffee drinker?
    You'll have to set the width of the site to a static width, and it will have to be a little bigger than 1000px because of padding issues and such (try 1020px).Change #nw in stylesheet.css to the below:

    Code:
    #nw {
    	width:1020px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
    	}

 

 

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

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