Page 15 of 326 FirstFirst ... 513141516172565115 ... LastLast
Results 141 to 150 of 3251
  1. #141
    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 Beth-katherine View Post
    Hello. Another fan of this new template - so professional looking with just a touch of class, nice. I'm getting close to open my new site with this design and am so excited!

    I saw the bubbles site and want to do the same with the horizontal menu but have asked that question in the appropriate spot.

    However I do have some problems I need help in solving:

    1. How do I move the template up in the window, the extra space about the main wrapper is begging to be reduced by half to my eye.
    2. On the listing page of products how do I move the price down next to Add to My cart instead of hugging the image.
    3. On the product descriptions page it's a total mess, on my site. Click on any product and you will see what I mean.
    We're not open on this site yet as the secure socket layer is missing for credit card protection.

    http://smockingbooks.com/index.php?main_page=

    Thanks for your assistance, when I'm done I'll be donating.

    Beth-Katherine
    1. open your stylesheet (includes/templates/cherry_zen/css/stylesheet.css) and change the margin-top here:


    body {
    font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
    font-size:73.5%;
    margin-top:20px;
    }

    2. You'll have to open up includes/templates/cherry_zen/templates/tpl_product_info_display, find the price chunk, (it will be surrounded by a hidden start and end code), then cut and paste it nearer to the add to cart section. Then we'll have to see how that looks, and then adjust the css.

    3. As per the readme.txt:

    "The width of the image, tell a friend/reviews, and add to cart section is defined by your product image width. Please keep your product image width at 220 or less. If it is made wider than that, the layout will break. The width of the product information image can be adjusted in your admin, under "Configuration", "Images", "Product Info - Image Width".
    It looks like you currently have your product image width at 0, I would change it to width: 150, height 150, that way your tall and narrow images will still only go to 150 tall, and your wide and long ones will only go to 150 wide.

  2. #142
    Join Date
    Feb 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    # 1 is fixed
    # 3 is fixed

    Thank you. But I'm confused about how to do what you suggested on the following

    2. You'll have to open up includes/templates/cherry_zen/templates/tpl_product_info_display, find the price chunk, (it will be surrounded by a hidden start and end code), then cut and paste it nearer to the add to cart section. Then we'll have to see how that looks, and then adjust the css.


    Is this the price chunk which sits at line 113

    << <!--eof Product Name-->

    <!--bof Product Price block -->

    <h2 id="productPrices" class="productGeneral">

    <?php

    // base price

    if ($show_onetime_charges_description == 'true') {

    $one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />';

    } else {

    $one_time = '';

    }

    echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);

    ?>

    </h2>

    <!--eof Product Price block -->>>

    and I move it WHERE? Before Line 77 or after Line 106

    Beth-Katherine

  3. #143
    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 Beth-katherine View Post
    # 1 is fixed
    # 3 is fixed

    Thank you. But I'm confused about how to do what you suggested on the following

    2. You'll have to open up includes/templates/cherry_zen/templates/tpl_product_info_display, find the price chunk, (it will be surrounded by a hidden start and end code), then cut and paste it nearer to the add to cart section. Then we'll have to see how that looks, and then adjust the css.


    Is this the price chunk which sits at line 113

    << <!--eof Product Name-->

    <!--bof Product Price block -->

    <h2 id="productPrices" class="productGeneral">

    <?php

    // base price

    if ($show_onetime_charges_description == 'true') {

    $one_time = '<span >' . TEXT_ONETIME_CHARGE_SYMBOL . TEXT_ONETIME_CHARGE_DESCRIPTION . '</span><br />';

    } else {

    $one_time = '';

    }

    echo $one_time . ((zen_has_product_attributes_values((int)$_GET['products_id']) and $flag_show_product_info_starting_at == 1) ? TEXT_BASE_PRICE : '') . zen_get_products_display_price((int)$_GET['products_id']);

    ?>

    </h2>

    <!--eof Product Price block -->>>

    and I move it WHERE? Before Line 77 or after Line 106

    Beth-Katherine
    Where you move it depends on where you want it. If you want it after the add to cart, paste it after the end of add to cart, if you want it before add to cart, add it before the add to cart section.

  4. #144
    Join Date
    Mar 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Love your template! Just what I was looking for.

    I would like to change the referral code during new customer signup into a How did you hear about us? box. Any ideas?

    Thanks

  5. #145
    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 JeffM View Post
    Love your template! Just what I was looking for.

    I would like to change the referral code during new customer signup into a How did you hear about us? box. Any ideas?

    Thanks
    I've never done that, but there is a download for this:

    How Did You Hear About Us

  6. #146
    Join Date
    Mar 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    I've never done that, but there is a download for this:

    How Did You Hear About Us
    Thanks. I downloaded and for some reason the drop down box does not appear in my cherry zen template when the customer creates an account? However, when you create it gives you the error that you must select one.

    What am I missing in the template do you think?

  7. #147
    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 JeffM View Post
    Thanks. I downloaded and for some reason the drop down box does not appear in my cherry zen template when the customer creates an account? However, when you create it gives you the error that you must select one.

    What am I missing in the template do you think?
    My template doesn't address the create_acount page. Perhaps you didn't upload all pertinent files? You did change all instances of YOUR_CUSTOM_TEMPLATE folders to your template folder name, right?

    This shouldn't have anything to do with cherry_zen, try the How Did you Hear About Us Support thread.

  8. #148
    Join Date
    Mar 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    My template doesn't address the create_acount page. Perhaps you didn't upload all pertinent files? You did change all instances of YOUR_CUSTOM_TEMPLATE folders to your template folder name, right?

    This shouldn't have anything to do with cherry_zen, try the How Did you Hear About Us Support thread.
    I'm an idiot. Thanks so much for your help and your template.

    www.educatorsbookbag.com/store

  9. #149
    Join Date
    Feb 2007
    Posts
    159
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I'm still lost as to how to move the price from next to the product image to below on the products page just like it is on the new products page.

    and for some reason I lost the vertical lines inbetween the columns of products.

    http://smockingbooks.com/index.php?m...&cPath=158_168

    Beth-Katherine
    almost open but no secure socket layer yet so no orders please

  10. #150
    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 Beth-katherine View Post
    I'm still lost as to how to move the price from next to the product image to below on the products page just like it is on the new products page.

    and for some reason I lost the vertical lines inbetween the columns of products.

    http://smockingbooks.com/index.php?m...&cPath=158_168

    Beth-Katherine
    almost open but no secure socket layer yet so no orders please
    So sorry, I misunderstood you. Upload the original (from my template) includes/templates/cherry_zen/templates/tpl_product_info_display.php.

    For the product listing, if you turn on the product name (in your admin, under "configuration", "Product Listing", that problem will go away, OR if you don't want the product name under the image, add this to your stylesheet:

    .listingPrice {display:block;}

    For the missing horizontal lines... does your includes/templates/cherry_zen/common/tpl_columnar_display.php have 5 lines that look like this:

    Code:
         $r_params = str_replace(" back", "", $r_params);
         $r_params = str_replace("50", "98", $r_params);
    	 $r_params = str_replace("33", "98", $r_params);
    	 $col_width = str_replace("50", "48", $col_width);
         $col_width = str_replace("33", "31", $col_width);

 

 

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