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
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
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:
Quote:
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!
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.
:oops: 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
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.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
MeltDown
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.
:oops: 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.
Background color when side columns disabled
Quote:
Originally Posted by
Decostyle
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
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
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ladyink
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.
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 ???
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ladyink
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
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.