Results 1 to 10 of 3244

Hybrid View

  1. #1
    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 MeltDown View Post
    Ahhh...! Worse yet: Sidebox on left hand side is pushed down in FF. Now what did I do?! Must sleep...
    Are you using the includes/templates/cherry_zen/templates/tpl_main_product_image.php

    I think you are not, because I see some comments for a "slimbox" mod. You'll need to merge the two files to fix your issue.

    You've completely changed the way the template works, moving the leftbox section, adding <td>'s around the sideboxes, etc. Reload the original includes/templates/common/tpl_main_page.php.

  2. #2
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    Are you using the includes/templates/cherry_zen/templates/tpl_main_product_image.php

    I think you are not, because I see some comments for a "slimbox" mod. You'll need to merge the two files to fix your issue.

    You've completely changed the way the template works, moving the leftbox section, adding <td>'s around the sideboxes, etc. Reload the original includes/templates/common/tpl_main_page.php.

    Hi Jade - I assume you meant tpl_modules_main_product_image.php. I merged the two, cleanly it seems, and reloaded the original includes/templates/common/tpl_main_page.php but can see no effect. It is still pulling drastically to the left, especially noticeable in FF as it throw the left sidebox out of whack.

    I'll look back at changes I was working on prior to this issue to see if I can track it down. Any thoughts are much appreciated.

  3. #3
    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 MeltDown View Post
    Hi Jade - I assume you meant tpl_modules_main_product_image.php. I merged the two, cleanly it seems, and reloaded the original includes/templates/common/tpl_main_page.php but can see no effect. It is still pulling drastically to the left, especially noticeable in FF as it throw the left sidebox out of whack.

    I'll look back at changes I was working on prior to this issue to see if I can track it down. Any thoughts are much appreciated.
    The main_product_image.php is NOT what is messing up your sideboxes. Your site is STILL showing a modified tpl_main_page.php, as your site is using TABLES as the basis for the layout, and my template does not. Compare the source of my test site (www.cherryzen.jadetrue.com) and and yours, and you'll see, for starters, that for the content portion of the site, you have this:
    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">
    whereas my site has this:
    Code:
    <div id="contentMainWrapper">
    In tpl_modules_main_product_image.php, change productMainImage to productImage.

  4. #4
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    The main_product_image.php is NOT what is messing up your sideboxes. Your site is STILL showing a modified tpl_main_page.php, as your site is using TABLES as the basis for the layout, and my template does not. Compare the source of my test site (www.cherryzen.jadetrue.com) and and yours, and you'll see, for starters, that for the content portion of the site, you have this:
    Code:
    <table width="100%" border="0" cellspacing="0" cellpadding="0" id="contentMainWrapper">
    whereas my site has this:
    Code:
    <div id="contentMainWrapper">
    In tpl_modules_main_product_image.php, change productMainImage to productImage.
    I made this change:
    In tpl_modules_main_product_image.php, change productMainImage to productImage
    And I also completely uninstalled Slimbox lightbox until these other issues can be sorted out.

    Hmmm... I just thought of something stupid - More later!
    Last edited by MeltDown; 8 Jul 2008 at 03:43 PM.

  5. #5
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Jeez... Sometimes I'm such a goon! I kept reloading the Zen original tpl_main_page.php instead of the Cherry Zen original tpl_main_page.php.
    Sorry for the extra effort.

    Could I trouble you for another bit of info? Concerning the larger image link underneath the main image on the product page: If you take a gander at mine, you'll see that it is just a tad too far south and the box sides are too wide. Would you be so kind as to tell me how to tighten it up a bit?


    Thanks

  6. #6
    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 MeltDown View Post
    Jeez... Sometimes I'm such a goon! I kept reloading the Zen original tpl_main_page.php instead of the Cherry Zen original tpl_main_page.php.
    Sorry for the extra effort.

    Could I trouble you for another bit of info? Concerning the larger image link underneath the main image on the product page: If you take a gander at mine, you'll see that it is just a tad too far south and the box sides are too wide. Would you be so kind as to tell me how to tighten it up a bit?


    Thanks
    This is still because of productMainImage instead of productImage. Be sure to reload the original cherry_zen includes/templates/cherry_zen/templates/tpl_modules_main_product_image.php. You can see on my test site that this is not an issue, there is something wrong with that file on your site.

  7. #7
    Join Date
    Jun 2006
    Location
    My family and I live in Brighton, England
    Posts
    982
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    This is still because of productMainImage instead of productImage. Be sure to reload the original cherry_zen includes/templates/cherry_zen/templates/tpl_modules_main_product_image.php. You can see on my test site that this is not an issue, there is something wrong with that file on your site.
    I'm not able to proceed with the original includes/templates/cherry_zen/templates/tpl_modules_main_product_image.php because it needed to be modified for Faul Slimbox, which is what started my issues in the first place as I kept modifying and remodifying to the point where the site broke. I have attempted numerous merges of the Cherry Zen & Slimbox tpl_modules_main_product_image.php but with zero success.

    My problem is the larger image link beneath the main image on the product page and the box that contains the main image itself. If you look at mine, you'll see that it is just a tad too far south and the box sides are too wide. I'm hoping that other folks who have Slimbox installed along with Cherry Zen will share with me their modified tpl_modules_main_product_image.php or other solutions to this problem.

    Thanks!

 

 

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