Results 1 to 10 of 3244

Hybrid View

  1. #1
    Join Date
    Mar 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    I used 4 products per row on my new products. but the descriptions don't lay out properly. I noticed style="width:25%". I think it should be width:98%
    <td width="25%" align="center" valign="top"><div class="centerBoxContentsNew centeredContent" style="width:25%;">

    Can anyone please help?

    http://coolbuydirect.com/c/index.php?main_page=


    thank you

  2. #2
    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 coolbuys View Post
    I used 4 products per row on my new products. but the descriptions don't lay out properly. I noticed style="width:25%". I think it should be width:98%
    <td width="25%" align="center" valign="top"><div class="centerBoxContentsNew centeredContent" style="width:25%;">

    Can anyone please help?

    http://coolbuydirect.com/c/index.php?main_page=


    thank you
    Hi!

    open up includes/templates/cherry_zen/common/tpl_columnar_display.php and change this chunk:
    Code:
    $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);
    to this:

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

  3. #3
    Join Date
    Mar 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Hi!

    open up includes/templates/cherry_zen/common/tpl_columnar_display.php and change this chunk:
    Code:
    $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);
    to this:

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

    Thank you very much!!! Jade. It works!!!

  4. #4
    Join Date
    Mar 2008
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi, Jade, One more problem. When I tried to click on subcategory, the page doesn't display properly. Please see the page. http://coolbuydirect.com/c/index.php...ex&cPath=65_90

    Can you help me on this too? Thank you!!

 

 

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

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