Page 1 of 2 12 LastLast
Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    May 2008
    Location
    UK
    Posts
    13
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    You can try adding the code generated by fireworks into includes/templates/cherry_zen/common/tpl_header.php
    So you can add HTML within a PHP file ok, I assume i add it to:

    <!--bof-branding display-->


    Thanks!!

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

    Default Re: Cherry Zen Template Support Thread

    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
    Steve
    Zen cart version: 1.3.9h

  3. #3
    Join Date
    Apr 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi,

    I have been testing cherry in IE7 and FF, they are all working well now. But when changing browser to IE6, something strange happened, here are some pics:

    first one is in FF, without problem;

    the 2nd in IE6, the header;

    the 3rd in IE6, right column;


    any idea?

    www.lessuv.com/store,

    thanks.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	cherryinFF.jpg 
Views:	212 
Size:	7.2 KB 
ID:	3888   Click image for larger version. 

Name:	cherryinIE6.jpg 
Views:	220 
Size:	7.3 KB 
ID:	3889   Click image for larger version. 

Name:	cherryinIE6b.jpg 
Views:	220 
Size:	14.6 KB 
ID:	3890  


  4. #4
    Join Date
    Apr 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by uvfch View Post
    Hi,

    I have been testing cherry in IE7 and FF, they are all working well now. But when changing browser to IE6, something strange happened, here are some pics:

    first one is in FF, without problem;

    the 2nd in IE6, the header;

    the 3rd in IE6, right column;


    any idea?

    www.lessuv.com/store,

    thanks.
    Solved, no reply needed, thanks!!

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

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by uvfch View Post
    Solved, no reply needed, thanks!!
    Please share how you solved this problem. Others, like myself, may have issues like this too.

    Thanks
    Steve
    Zen cart version: 1.3.9h

  6. #6
    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.

  7. #7
    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 } } ?>

  8. #8
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    I found an issue with this template

    Paragraph spaces dont Show

    http://www.homepartyusa.com/bayberry...-2008-p-5.html

    That description should be like this

    This catalog is perfect for a number of uses including Mail Order, Catalog distribution, leave-behinds, order stuffers and more! It's updated seasonally and has a bound in envelope, making it easy for your customers to place their orders. Filled with hundreds of high impulse products. An exceptional marketing tool to help grow your business!

    Note: Prices listed in the Bayberry Lane catalog are RETAIL PRICES. Our company's name is NOT printed on any catalog so you can pass them off as your catalogs.


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

    Any ideas? Cant believe no one else has found this

  9. #9
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    you have to hit enter twice in order for the space to show up and some times that wont even work
    Last edited by CnTGifts; 8 May 2008 at 03:08 AM.

  10. #10
    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;}

 

 
Page 1 of 2 12 LastLast

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