Page 165 of 326 FirstFirst ... 65115155163164165166167175215265 ... LastLast
Results 1,641 to 1,650 of 3251
  1. #1641
    Join Date
    Jul 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Could anyone please help...
    upon installing the Cherry Zen template tpl_search_header.php was not in my options in the Layout Boxes Controller section, if I ftp the file into a subfolder called cherry_zen in the modules/sideboxes directory the option shows but will still not display a search box in the header (top-left) as everyone else seems to have no problem with at all...

    Any ideas at all would be greatly appreciated - thanks

  2. #1642
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Cherry Zen Template Support Thread

    Make sure you if you are using the over ride system you go through and rename the Cherry Zen folders to your custom name template. Then
    [FONT=&quot] Go to "Admin/Tools" then "Layout Boxes Controller" and turn on the Be sure to turn on the tpl_search_header.php, by setting the "single column status" to on. This will put the search box on the top left of the site.[/FONT]
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  3. #1643
    Join Date
    Jun 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi there
    I am using Cherry Zen Template, but the product listing page does not show up if there is only one product in the sub-category. Really dunno where went wrong. Please help!!
    Here is the product listing page http://www.omegagolfshop.com//index....ex&cPath=84_88

    Many thanks.

  4. #1644
    Join Date
    Jun 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I found another two problems.

    1) A blank page comes up once I click "Add to cart" button for any product. I have to click go back and shopping cart to view the content.

    2) Also a black page comes up when I tried to changes and updates the quantity of product in shopping cart.

    How can I fix the problems??

  5. #1645
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    hi jettrue,

    how would you move the add to cart button up so it displays right under the item info and/or attributes?

    no ideas on the header issue?

    thanks.

  6. #1646
    Join Date
    Jul 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi,

    I am trying to make the cherry zen template 800px wide. I have changed the stylesheet to 800px but the HOME LOGIN MY ACCOUNT SHOPPING CART CHECKOUT section has dropped a little into the header area, I tired reseting to 880px but still no good. It seems that it will only go to 900px without dropping down.

    Anyone had this problem and know how to fix?

    I'm using a clean install 1.3.8

    Thanks for any help you can give

  7. #1647
    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 gsdcypher View Post
    hi jettrue,

    i've manged to get the cart items to display in the header, but it pushes my centered logo to the left (which covers the images on the left)...

    how to i get the logo to remain centered and still have the cart items (and a shopping cart image) display on the right?

    i added this to the style sheet:
    Code:
    #ShoppingCart {
        float:right; 
        padding-right:25px;
        text-align:center;
        }
    And this to the tpl_header.php:
    Code:
          <!-- bof cart in header -->
          <div id="ShoppingCart" class="clearfix">      
          My Cart: <span class="style1">
          <?php echo sizeof($_SESSION['cart']->get_products()); ?> &nbsp;items&nbsp;&nbsp;
          <?php $header_cart = $currencies->format($_SESSION['cart']->show_total());  
          echo $header_cart;
          ?>
          </span>
          <br class="clearBoth" />
          </div>
          <!-- eof cart in header -->
    and here is a link to the test site so you can see what is happening:
    http://tinyurl.com/5fbh7b

    thanks!
    Remove the <br class="clearBoth" /> and add a <div class="clearBoth"></div> immediately before <!-- eof cart in header -->

  8. #1648
    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 R1Lover View Post
    To answer my own question here, in this template it uses the default body background,so when you change the body background the pop up also changes... not good for what I need so I will have to change this.
    You might want to have a little more patience when posting questions, you can't expect responses that quickly.

    Also, a quick search in the forum would have answered your question even more quickly, here's a section of css you can add to your stylesheet.css, of course changing the background color to what you want. This of course will change the background color of all popups, you can change the image only with #popupImage:

    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
    background-color: #ffffff;
    }

  9. #1649
    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 jenclark View Post
    I'm trying to figure out what size to make the background image so the light blue is textured. Then my next problem is where to change the code or include the picutre. I have searched the forum but nothing seems to let me know what to do.

    Here is my site http://artisticscrapdesigns.com/zencart/ also how do I change the url so it's just artisticscrapdesigns.com and not the zencart. Do I have to uninstall and reinstall for this?
    I have no idea what you mean about the textured background image, could you describe the issue in more detail?

    The second question would be best asked in the general forum, thanks!

  10. #1650
    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 MeltDown View Post
    Hi Jade - I assume you meant tpl_modules_main_product_image.php. I merged the two, cleanly it seems, and reloaded the original includes/templates/common/tpl_main_page.php but can see no effect. It is still pulling drastically to the left, especially noticeable in FF as it throw the left sidebox out of whack.

    I'll look back at changes I was working on prior to this issue to see if I can track it down. Any thoughts are much appreciated.
    The main_product_image.php is NOT what is messing up your sideboxes. Your site is STILL showing a modified tpl_main_page.php, as your site is using TABLES as the basis for the layout, and my template does not. Compare the source of my test site (www.cherryzen.jadetrue.com) and and yours, and you'll see, for starters, that for the content portion of the site, you have this:
    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">
    whereas my site has this:
    Code:
    <div id="contentMainWrapper">
    In tpl_modules_main_product_image.php, change productMainImage to productImage.

 

 

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