Page 167 of 326 FirstFirst ... 67117157165166167168169177217267 ... LastLast
Results 1,661 to 1,670 of 3251
  1. #1661
    Join Date
    Jul 2008
    Posts
    90
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Jade,

    Thanks for the quick reply, I changed the 750px to 650px and it works fine now.

    Suekay

  2. #1662
    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.

  3. #1663
    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

  4. #1664
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    yep sure did. i used the upload option.

    but... i just re-ran the sql code using the cut and paste and it works!

    thanks.
    Last edited by gsdcypher; 8 Jul 2008 at 04:19 PM.

  5. #1665
    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.

  6. #1666
    Join Date
    Feb 2008
    Posts
    129
    Plugin Contributions
    0

    Default Background color when side columns disabled

    Quote Originally Posted by Decostyle View Post
    Does anybody have this problem?

    When both side column boxes are disabled for a certain page, it looks ok on Firefox but on I.E, it still displays the background color.

    see here http://texrag.com/store/index.php?main_page=login

    You have to use I.E 7 to see what I'm talking about.
    I didn't see the answer posted by jettrue.

    I have the same problem. It also shows up on Safari (I'm using 3.1.1). The entire center column is the background color when both side columns are disabled.
    http://critterwheels.com/index.php?main_page=login

  7. #1667
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Well, this has got me going crazy!

    Creating a site at www.justpreparing.com (which is going to another domain- soon!)

    Everything was going fine until I "clicked around" in IE- the pages are all looking great EXCEPT the login page. I haven't done anything to that page (that I know of)

    Usually I can narrow down the issue but this one is kind of blowing me away!

    Any thoughts?

    Thanks
    Nancy

  8. #1668
    Join Date
    Jul 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by ladyink View Post
    Well, this has got me going crazy!

    Creating a site at www.justpreparing.com (which is going to another domain- soon!)

    Everything was going fine until I "clicked around" in IE- the pages are all looking great EXCEPT the login page. I haven't done anything to that page (that I know of)

    Usually I can narrow down the issue but this one is kind of blowing me away!

    Any thoughts?

    Thanks
    Nancy
    Yep, same here. It's even broken on the demo site. I spent quite a while trying to figure out what I did wrong and then went to the "official" site. It looks OK with Firefox but still isn't right. Completely broken in IE7.

  9. #1669
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Well, now that I look more closely in Firefox... it's not right there either. Neither the left or the right columns are showing up in the login page.

    Still don't have a clue how to fix it- but maybe ???

  10. #1670
    Join Date
    Jul 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by ladyink View Post
    Well, this has got me going crazy!

    Creating a site at www.justpreparing.com (which is going to another domain- soon!)

    Everything was going fine until I "clicked around" in IE- the pages are all looking great EXCEPT the login page. I haven't done anything to that page (that I know of)

    Usually I can narrow down the issue but this one is kind of blowing me away!

    Any thoughts?

    Thanks
    Nancy
    I only know the answer as jettrue answered this on page 164, and it was an issue I was having too.

    Quote Originally Posted by jettrue View Post
    Oh! LOL! I was trying to test something for someone, and forgot to remove the code:

    Code:
    #loginBody #navColumnOne, #loginBody #navColumnTwo {
    	display:none;
    }
    #loginBody .contentWrap {
    	background:#fff;
    	clear:both;
    }
    #loginBody .outer {
    	padding:0!important;
    }
    #loginBody .float-wrap {
    	width:90%
    }
    Its at the bottom of stylesheet.css, just remove it.

 

 

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