Page 276 of 326 FirstFirst ... 176226266274275276277278286 ... LastLast
Results 2,751 to 2,760 of 3251
  1. #2751
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Drunkguy View Post
    I want to alter the product info page to look like the attached screen shot called "newlayout" Also included "default" as a reference.

    Can this be done in if so what php file do I make these changes or is it in the css or both?

    Url is http://angiejolee.com/store/

    zen 1.38

    Thanks
    Drunkguy

    Everything is separated into nicely ordered chunks. Move the whole add to cart section to below the <!-- eof Product details list -->
    The file is in /includes/templates/your-custom_folder/templates/tpl_product_info_display
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #2752
    Join Date
    Jul 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jbabbling View Post
    I am running Zen Cart 1.3.8 and have just installed the cherry_zen template. It looks great and is a great skin, however, when I activate the Cart Upsell module with it, the side boxes are all out of position on the shopping cart page. When I remove the Cart Upsell include (require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_CART_UPSELL)); ) from the tpl_shopping_cart_default.php template file, the side boxes return to normal. Does anyone have any ideas?
    Found the issue. The version of cart_upsell.php I have has the </div> at the end of the file outside of the php if statement, thus inserting an additional </div> html tag in the page and throwing off the css. Here is how it looked before:

    <div class="centerBoxWrapper" id="alsoPurchased">
    <?php
    require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php');
    }
    }
    ?>
    </div>


    Here is how it should be coded:

    <div class="centerBoxWrapper" id="alsoPurchased">
    <?php
    require($template->get_template_dir('tpl_columnar_display.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_columnar_display.php');
    ?>
    </div>
    <?php
    }
    }
    ?>

  3. #2753
    Join Date
    Feb 2009
    Location
    In the Woods of Texas
    Posts
    63
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    My top menu is not in the red where it should be. Can someone please help? I have attached a screenshot.

    Thanks
    Kaddie
    Attached Images Attached Images  

  4. #2754
    Join Date
    Feb 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by dmk909 View Post
    Hello Jade. Definately a big thank you for the Cherry Zen template. Your notes made it quite easy to understand how to make modifications - which is why I have included your link in my footer. It has been a while since I have worked on it, except for the new security patch, so I'm a little out of zen-shape. This is Zencart version 1.38a +patch


    As you can see I have modified quite a bit - http://www.sparklewholesale.com

    I would like to add a couple boxes for news or articles in the large blank space that resides below the new products on the home page. Can you please tell me how to go about adding these?

    Best Regards,
    Diana
    can anyone help with this?

  5. #2755
    Join Date
    Aug 2009
    Posts
    2
    Plugin Contributions
    0

    bug Re: Cherry Zen Template Support Thread

    Hi, I have upload the Cherry Zen into server, and go to Template selection > cherry zen, then go to tool > layout boxes controller > reset. But my webiste bacame blank, why?
    www.fanzela.com.
    Please help me and give some advise.

    Regards
    Jamie

  6. #2756
    Join Date
    Aug 2009
    Posts
    2
    Plugin Contributions
    0

    bug Re: Cherry Zen Template Support Thread

    I got it!!!!

  7. #2757
    Join Date
    Jul 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Does anyone know how to put a go or search button after the search box in the top navigation bar. Right now you have to put something in there then hit enter or return on your keyboard to get it to search.

    Some people might not know to do this, it would work better if there was a button to hit instead.

    Thanks in advance!

  8. #2758
    Join Date
    Sep 2008
    Location
    San Diego
    Posts
    159
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I looked on this thread for an answer in vain;
    I would like on my Cherry Zen site to have a box on the right hand side of all pages with both text and logos plus a link to an external site - would that be done with the ez-pages or some other mod or some other way?
    Thanx in advance
    Rufus in a very sunny Del Mar, CA USA

  9. #2759
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    New install of Zencart 1.3.8 and cherry zen; Following instuctions for a left column sidebox only gives a strange result as the sideboxes show way off the left.
    test site: http://zencart.shevchenkomusic.com/
    No add ons installed, just getting back to zecart after couple of years...
    Cannot figure out what I am doing wrong...
    Veronika

  10. #2760
    Join Date
    Nov 2007
    Posts
    270
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by Veronika7747 View Post
    New install of Zencart 1.3.8 and cherry zen; Following instuctions for a left column sidebox only gives a strange result as the sideboxes show way off the left.
    test site: http://zencart.shevchenkomusic.com/
    No add ons installed, just getting back to zecart after couple of years...
    Cannot figure out what I am doing wrong...
    Veronika
    never mind, I just need new glasses!

 

 

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