Page 132 of 326 FirstFirst ... 3282122130131132133134142182232 ... LastLast
Results 1,311 to 1,320 of 3251
  1. #1311
    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
    yep lines 387 to 390

    Code:
    // for all pages except where multiple add to cart is used:
      define('SUCCESS_ADDED_TO_CART_PRODUCT', 'Successfully added Product to the cart ...');
    // only for where multiple add to cart is used:
      define('SUCCESS_ADDED_TO_CART_PRODUCTS', 'Successfully added selected Product(s) to the cart ...');
    weird huh?
    Well, then I'm not sure what the issue is, but I'm pretty sure its not the template. Maybe if you ask in the general forum, someone might have more advice for you. I've seen an error message pop up when I've tried adding a product to your cart without choosing an option, so we know the code "can" work, but for some reason its not working for the cart. I would maybe also suspect some of the extra scripting you have on your site might be conflicting.

  2. #1312
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    hi jettrue;

    thanks. i will ask in the general forum. any idea on which files to scrutinize for the problem?

    also, any idea why the gap shows between the side columns and the nav bar after adding an item to the cart (but not before)? and how to change that???

    thanks.

  3. #1313
    Join Date
    Feb 2007
    Posts
    24
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    HI all,
    any idea how to increase the product image width/height in the homepage? i tried in the admin-configuration-images.....
    but no luck.

  4. #1314
    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 sunny747 View Post
    HI all,
    any idea how to increase the product image width/height in the homepage? i tried in the admin-configuration-images.....
    but no luck.
    Are you talking about the category imagea? That is done where you were, change:

    Subcategory Image Height

    IF you are talking about the "featured" or "New products" on the home page, those are changed by the:

    Small Image Height

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

    Default Re: Cherry Zen Template Support Thread

    in the header search, how are people supposed t osearch if there is no search button there just the field

  6. #1316

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Many things (including fonts) can be adjusted in the stylesheet, includes/templates/cherry_zen/css/stylesheet.css

    This is where you'll REPLACE your current #nw:

    Code:
    #nw {
        text-align:center;
        vertical-align:top;
        margin:0 auto;
        }
    with this:

    Code:
    #nw {
        text-align:left;
        vertical-align:top;
        margin:0 auto;
        }
    You can change the image sizes in your admin, under "configuration", "images".



    eh? I have no idea what you mean by the above, LOL.
    Thank you so much. Turns out I had to also do the same thing for the css stylesheet backup for it to work but it did work. Again thank you for that.

    What I was asking earlier was about link exchanging. I have a page where my banner is displayed for people to add my banner to their site. My problem is that when I enter in the code it only shows my banner and I want the code to show up as well as the banner.
    example: http://www.zen-cart.com/index.php?ma...es&pages_id=12

    how do I get just the code to show up? This is what I currently have:

    http://personalized2perfection.net/i...d=17&chapter=0
    [FONT=Microsoft Sans Serif]Personalized 2 Perfection[/FONT]
    http://personalized2perfection.net
    Your one stop shop for unique personalized gifts!

  7. #1317

    Default Re: Cherry Zen Template Support Thread

    Not sure if I should post this here but how does one have text next to a pic?

    Let's say I want a picture to be in the left side and on the right of it I want text.

    as of now I can only have a picture and then text underneath forcing me to have to center the pic so it looks alright.

    http://personalized2perfection.net

    there is a pic on my home page that I want to the side (pic of woman and children) with the comment off to the side of the pic.

    I also tried to make my side boxes larger but only the blue titles get larger. I try to extend the grey and it will only disappear. What I am trying to do is have each category on one line instead of two...same site:

    http://personalized2perfection.net
    on the side personalized gifts for kids is on two lines instead of one. is there a way to make the text smaller or make the grey larger without making it disappear?
    [FONT=Microsoft Sans Serif]Personalized 2 Perfection[/FONT]
    http://personalized2perfection.net
    Your one stop shop for unique personalized gifts!

  8. #1318
    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
    in the header search, how are people supposed t osearch if there is no search button there just the field
    Most people know that you enter the text and press enter, many sites are forgoing the search button now, most notably http://www.apple.com

  9. #1319
    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 ashton0603 View Post
    Thank you so much. Turns out I had to also do the same thing for the css stylesheet backup for it to work but it did work. Again thank you for that.

    What I was asking earlier was about link exchanging. I have a page where my banner is displayed for people to add my banner to their site. My problem is that when I enter in the code it only shows my banner and I want the code to show up as well as the banner.
    example: http://www.zen-cart.com/index.php?ma...es&pages_id=12

    how do I get just the code to show up? This is what I currently have:

    http://personalized2perfection.net/i...d=17&chapter=0
    Enter the "<" symbol as &lt; and the ">" symbol as &gt;

  10. #1320
    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 ashton0603 View Post
    Not sure if I should post this here but how does one have text next to a pic?

    Let's say I want a picture to be in the left side and on the right of it I want text.

    as of now I can only have a picture and then text underneath forcing me to have to center the pic so it looks alright.

    http://personalized2perfection.net

    there is a pic on my home page that I want to the side (pic of woman and children) with the comment off to the side of the pic.

    I also tried to make my side boxes larger but only the blue titles get larger. I try to extend the grey and it will only disappear. What I am trying to do is have each category on one line instead of two...same site:

    http://personalized2perfection.net
    on the side personalized gifts for kids is on two lines instead of one. is there a way to make the text smaller or make the grey larger without making it disappear?
    Hi,

    To get an image to the left, with text to the right, you can add align="left" to the image:

    <img src="imagename.jpg" alt="alttext" width="40" height="50" align="left" />

    To make the sideboxes bigger, you also have to increase the width of the grey image background behind the sideboxes (includes/templates/cherry_zen/images/sidebox.gif) Open it in an image editing software, enlarge it, and re-upload. Read the readme.txt for FULL details on enlarging the sideboxes (there's other changes that need to be made as well).

 

 

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