Page 12 of 326 FirstFirst ... 210111213142262112 ... LastLast
Results 111 to 120 of 3251
  1. #111
    Join Date
    Aug 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    It worked! Thanks so much for all of your help. Again, Cherry Zen is a terrific template!

  2. #112
    Join Date
    Jul 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Have you turned off short description? If you switch to "rows" under "configuration", "product listing", "Product Listing Layout Style", does the issue go away?
    The issue does not go away changing from columns to rows. I am surprised that it is only happening with this template.

  3. #113
    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 isvara99###################### View Post
    The issue does not go away changing from columns to rows. I am surprised that it is only happening with this template.
    Have you tried turning off short description? What I'm trying to do is understand what is different about your site than mine, then turn off whatever is different. This issue hasn't happened on any other site I've seen with the cherry_zen template so far....

  4. #114
    Join Date
    Jul 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Have you tried turning off short description? What I'm trying to do is understand what is different about your site than mine, then turn off whatever is different. This issue hasn't happened on any other site I've seen with the cherry_zen template so far....
    I turned off the short description mod, then it worked correctly. Then I did some experimentation. I set the short description mod to 1, then the description worked fine, but the images appeared in duplicates. Then I set again the number to 4, this time, the images and the descriptions worked fine, but the prices appeared in duplicates. I set it back to the original 3, it was back to duplicate descriptions.

    It's really strange. But there is no such problem in my current template Arch Shoppe.

    Is there any solution to this?

    thanks,

    Isvara dasa.

  5. #115
    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 isvara99###################### View Post
    I turned off the short description mod, then it worked correctly. Then I did some experimentation. I set the short description mod to 1, then the description worked fine, but the images appeared in duplicates. Then I set again the number to 4, this time, the images and the descriptions worked fine, but the prices appeared in duplicates. I set it back to the original 3, it was back to duplicate descriptions.

    It's really strange. But there is no such problem in my current template Arch Shoppe.

    Is there any solution to this?

    thanks,

    Isvara dasa.
    I was suspicious that that was the issue (thanks for finally trying to turn it off, LOL). It is apparent that Column Layout Grid and Short Description are not compatible. You'll need to delete this file: includes/modules/cherry_zen/product_listing.php, so that your zen cart uses your old product_listing file which should be the one that came in the short description mod. (includes/modules/product_listing.php).

    Once you do that, you'll no longer be able to see the product in the column layout, they will only show up in rows one on top of the other like you have now. If you'd like to delete the option in the admin to choose columns (since you won't be able to use them), you can run this code below in "tools", "install sql patches":

    Code:
    delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');
    If you really want the columns, you'd need to either ask the short description creator to update the mod to work with column layout grid module, or turn off the short description. But the column layout mod is NOT required to run cherry zen.

  6. #116
    Join Date
    Jul 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I was suspicious that that was the issue (thanks for finally trying to turn it off, LOL). It is apparent that Column Layout Grid and Short Description are not compatible. You'll need to delete this file: includes/modules/cherry_zen/product_listing.php, so that your zen cart uses your old product_listing file which should be the one that came in the short description mod. (includes/modules/product_listing.php).

    Once you do that, you'll no longer be able to see the product in the column layout, they will only show up in rows one on top of the other like you have now. If you'd like to delete the option in the admin to choose columns (since you won't be able to use them), you can run this code below in "tools", "install sql patches":

    Code:
    delete from configuration where configuration_key in('PRODUCT_LISTING_LAYOUT_STYLE','PRODUCT_LISTING_COLUMNS_PER_ROW');
    If you really want the columns, you'd need to either ask the short description creator to update the mod to work with column layout grid module, or turn off the short description. But the column layout mod is NOT required to run cherry zen.
    Now everything is working fine. It's a big relief. Thanks for your effort and your wonderful tempate.

    Isvara dasa.

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

    Default Cherry Zen Update v 1.2

    I've updated this template to version 1.2. This is an important update!

    The only change in this update is the inclusion of a missing file. If you've downloaded version 1.0 and 1.1, you need this file:

    includes/languages/english/extra_definitions/cherry_zen/order_steps_defines.php

    Without this file, your order steps at the order process will not have an image, and will only show the ALT TEXT of the order steps.

    All you have to do, if you already have Cherry Zen installed, is download the update, and add that one file to your site.

    Sorry guys!

  8. #118
    Join Date
    May 2007
    Posts
    20
    Plugin Contributions
    0

    help question Re: Cherry Zen Template Support Thread

    Hi,
    I have the template on my site and am having a terrible time getting it the way I want it

    My logo is not right on there I want it to be the length of the white part (body) I also would like to change the color from white have not tried to do that yet.

    I know I need to change something to make the logo correct, but I don't know what to do. I changed the width and everytime I do that and upload the stylesheet, all the categories in red DISAPPEAR on me.

    I have dealt with this for about an hour now and just can't figure it out.

    Can anyone please help me?

    Thanks
    Sandra

    Oh my site is http://www.the-unique-boutique.com

    Also how do I ad links to the top of my site like http://www.thegemtree.com/ has? If it isn't too much of a problem to do.

    I like that.

    Thanks again

  9. #119
    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 icyorchid View Post
    My logo is not right on there I want it to be the length of the white part (body) I also would like to change the color from white have not tried to do that yet.
    Your logo is narrower than the site... that's why its not the length of the site. What I would do if I were you is keep your logo the size it is. Then, make a background image that is the same as the textured background of your logo. Make that the background image of #logoWrapper. That way, as your site stretches, it give the illusion that your logo is filling the entire space. You'll first need to remove this from #logo in your stylesheet:

    Code:
    float:left;
    padding-left:15px;
    That will make your logo centered. Then add the new background image to logo wrapper, like this:

    #logoWrapper {background: url("../images/name-of-image.gif") repeat;}
    You'd upload the image to includes/templates/YOUR_TEMPLATE/images/ folder.

    Quote Originally Posted by icyorchid View Post
    Also how do I ad links to the top of my site like http://www.thegemtree.com/ has? If it isn't too much of a problem to do.
    That's what I was referring to when I mentioned you can add ezpages, and turn them on in the header. Those are ezpage links. Go to "Tools" "Ezpages" in your admin, add an ezpage, and turn it on in the header. It will show up there.

  10. #120
    Join Date
    May 2007
    Posts
    20
    Plugin Contributions
    0

    help question Re: Cherry Zen Template Support Thread

    Thank you :) I am liking my site now!

    I did more research and changed the whole thing. lol But you did help me alot in telling me how to get it all to work.

    Can you tell me how to get rid of the gray on the categories?
    I want to change them to another shade I don't like the gray.

    Thanks for all the help
    Sandra
    http://www.the-unique-boutique.com

 

 

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