-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
pfabrick
Wow! What a great template! Thanks for all that you have and continue to do on this. Everything has gone very well during installation...I just have one question regarding the shadow around the entire site. I want to make the shadow a bit "deeper"...or maybe the term is "wider" especially on the right and left sides. Can you give me a hint where to go?
By the way: the site is up and operational...if you want to take a peek at the changes I've made (mostly colors and backgrounds):
http://unitedforlifefoundation.onlinecatholicstore.com/
Any help you are able to give would be greatly appreciated.
PS - don't know if anyone's tried your template with the multi-site mod yet but it works great!
You'd have to create new deeper images. Open up includes/templates/cherry_zen/images/
and you'll see all the "shadow" images. You'd have to make new ones that are wider, and remember to make the corners wider as well.
-
Re: Cherry Zen Template Support Thread
Very nice template! Thank you!
Now that I figured out how to upgrade and move it to ISP, I have a question regarding the right hand side sidebox. It displays fine in FireFox, but it seems wrong in IE. Actually, it seems that the RH sidebox headings are not alligned, they are bit too much to the left.
Any suggestions??
Test site at http://store.annron.com/Annronnew/
Thanks Veronika
-
Re: Cherry Zen Template Support Thread
One of my questions was asked previously by another user, but no one answered it yet.
I added a link to the top navigation, but the formatting is incorrect as the text shows BLACK, it is raised and there is no separator |
http://feltingforum.com/classes/
I added the link code exactly as instructed:
<li><a href="http://www.feltingforum.com">Community Forum</a></li>
Please advise how to fix this. THANK YOU!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
felthead
One of my questions was asked previously by another user, but no one answered it yet.
I added a link to the top navigation, but the formatting is incorrect as the text shows BLACK, it is raised and there is no separator |
http://feltingforum.com/classes/
I added the link code exactly as instructed:
<li><a href="http://www.feltingforum.com">Community Forum</a></li>
Please advise how to fix this. THANK YOU!
It actually needs to be like this:
<li><a href="http://www.feltingforum.com"><span>Community Forum</span></a></li>
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Veronika7747
Very nice template! Thank you!
Now that I figured out how to upgrade and move it to ISP, I have a question regarding the right hand side sidebox. It displays fine in FireFox, but it seems wrong in IE. Actually, it seems that the RH sidebox headings are not alligned, they are bit too much to the left.
Any suggestions??
Test site at
http://store.annron.com/Annronnew/
Thanks Veronika
Does adding this to your stylesheet help?
Code:
* html #navColumnTwo {
margin-right: -170px !important;
}
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Does adding this to your stylesheet help?
Code:
* html #navColumnTwo {
margin-right: -170px !important;
}
YES! thank you very much!:clap:
-
Re: Design Query
Quote:
Originally Posted by
jettrue
It will be easy to remove sideboxes on the home page, since the home page has its own selector. The code below will remove sideboxes from the home:
Hi Jade:
Thanks for the tip, I shall try it. I'll probably also use EZPages as other reference pages etc..
When I go to Admin / EZPages and remove/hide the left and right side boxes, the body of the page changes from a white background to the same colour as the whole background (blue) - any idea what I've done wrong or how to fix it back to white.
Eg: http://thrivingstores.com/store/inde...id=1&chapter=1
Ernie
-
Re: Design Query
Quote:
Originally Posted by
esugrue
Hi Jade:
Thanks for the tip, I shall try it. I'll probably also use EZPages as other reference pages etc..
When I go to Admin / EZPages and remove/hide the left and right side boxes, the body of the page changes from a white background to the same colour as the whole background (blue) - any idea what I've done wrong or how to fix it back to white.
Eg:
http://thrivingstores.com/store/inde...id=1&chapter=1
Ernie
Are ALL your ezpages going to be without sideboxes? if so, I think you'll need to add code similar to the above I pasted for your home page, like this:
Code:
#pageBody #navColumnOne, #pageBody #navColumnTwo {display:none;}
#pageBody .float-wrap {margin:none!important;width:100%;}
#pageBody .outer {padding:0;width:98%;margin:0 auto;}
#pageBody #contentMainWrapper {background:#ffffff;}
Also, DO NOT turn off the left and side rightboxes in the EZPAGES section (turn them back on), instead, use the code above.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
It actually needs to be like this:
<li><a href="http://www.feltingforum.com"><span>Community Forum</span></a></li>
Thank you!
:smile:
-
Re: Cherry Zen Template Support Thread
Hi
How do I remove the wording EZPages :: Privacy Notice below the front top banner?
Jhn
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
accyjohn
Hi
How do I remove the wording EZPages :: Privacy Notice below the front top banner?
Jhn
Turn off the ezpages for the header, under "Configuration", "EzPages Settings"
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Does adding this to your stylesheet help?
Code:
* html #navColumnTwo {
margin-right: -170px !important;
}
Spoke too soon, IE is fine, but now Firefox is off..:oops:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Veronika7747
Spoke too soon, IE is fine, but now Firefox is off..:oops:
That's because you're supposed to paste EXACTLY this into your stylesheet:
Code:
* html #navColumnTwo {
margin-right: -170px !important;
}
Change the regular #navColumnTwo back to -150px.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
That's because you're supposed to paste EXACTLY this into your stylesheet:
Code:
* html #navColumnTwo {
margin-right: -170px !important;
}
Change the regular #navColumnTwo back to -150px.
Once again, thank you!
-
Re: Cherry Zen Template Support Thread
Got a problem with the drop down menu. Shows up correctly on all the other pages but when you get to the product info page the menu displays at the top of the page.
http://www.austincotton.com/cart/ind...roducts_id=181
Take a look and let me know if anyone can figure out the problem. Recently installed the Tabbed Products addon.
Thanks,
Kris
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Hypnos
Got a problem with the drop down menu. Shows up correctly on all the other pages but when you get to the product info page the menu displays at the top of the page.
http://www.austincotton.com/cart/ind...roducts_id=181
Take a look and let me know if anyone can figure out the problem. Recently installed the Tabbed Products addon.
Thanks,
Kris
You've got an extra </div> somewhere, I bet in the Tabbed Products addon.
-
1 Attachment(s)
Re: Cherry Zen Template Support Thread
I am having a problem with text appearing on the checkout steps pages (i have attached a screen shot of the problem) Can anyone suggest were to look to resolve the problem?
-
Re: Cherry Zen Template Support Thread
Can someone with IE6 take a look at my site please, The left nav column gets pushed down to the bottom of the page. I have tried playing with the site width but no joy so far...any help would be great.
funfancydressDOTcom
Thanks
Pete
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
MarkS99
I am having a problem with text appearing on the checkout steps pages (i have attached a screen shot of the problem) Can anyone suggest were to look to resolve the problem?
Make sure all the language files from the template are uploaded and are in their correct spots.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You've got an extra </div> somewhere, I bet in the Tabbed Products addon.
Have searched and tried matching up each <div> tag with ea. </div> can't seem to locate the source.
Any other suggestions would be most appreciated. Spent all day yesterday and last night trying to find the problem.
-
Re: Cherry Zen Template Support Thread
Found the extra </DIV> tag that needs to be removed if you have Tabbed Products, Image Handler 2 and Apple Zen Template.
// ===> Close the tabstrip creation if started
if ((intval($chkTabStart) >= 0 && intval($chkTabEnd) > 0) || ($bAddToCart || $bMediaCollection || $bAdditionalImages || $bCustomersAlsoPurchased || $bCrossSell_Tab || $bReviews_Tab)) {
echo '<!--/div--><!--end of tabcontentcontainer -->';
}
Located in teh tpl_tabbed_products_lite.php file
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Can someone with IE6 take a look at my site please, The left nav column gets pushed down to the bottom of the page. I have tried playing with the site width but no joy so far...any help would be great.
funfancydressDOTcom
Thanks
Pete
Jettrue, Is there a css fix I can use to solve this that you are aware of?
Thanks
Pete
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Jettrue, Is there a css fix I can use to solve this that you are aware of?
Thanks
Pete
I haven't looked at your site in IE yet (on a mac right now), but I would think that maybe your middle section has images that are too wide. Try smaller images, and see if that helps.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
I haven't looked at your site in IE yet (on a mac right now), but I would think that maybe your middle section has images that are too wide. Try smaller images, and see if that helps.
That was my first though but it works fine in IE7, firefox (pc and mac), safari so I doubt that the image size could only cause a problem in IE6, strange. I'll keep searching.
Thanks
Pete
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
That was my first though but it works fine in IE7, firefox (pc and mac), safari so I doubt that the image size could only cause a problem in IE6, strange. I'll keep searching.
Thanks
Pete
That is an incorrect assumption. Many things happen in IE6 that don't happen in any other browser. Did you test it out by using smaller images? For testing purposes, I would also upload the ORIGINAL full stylesheet.css and see if the problem persists, if it does, its not a stylesheet issue, its probably the images.
-
Re: Cherry Zen Template Support Thread
I'm having the exact same issue on http://www.newpdacases.com
With IE7, firefox and Safari it looks great. IE6 causes a lot of issues. I've tried image resizing, and going back to the original template with the same issues.
Any hints on this one?
-
Re: Cherry Zen Template Support Thread
Ok, figured mine out. I had modified everything to do a 225px wide sidebar. When I dropped back down to 200px on the sidebar widths, everything looks good now.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
morrias
Ok, figured mine out. I had modified everything to do a 225px wide sidebar. When I dropped back down to 200px on the sidebar widths, everything looks good now.
I have changed my sidebar but only up to 159px, i'll change them back down and see but still think it's a css issue...
Another thing I could do with a bit of help on is the navigation along the top of the page. I want it to be left aligned but float left doesn't work. Can someone provide the css for this please??
Thanks
Pete
-
Re: Cherry Zen Template Support Thread
OK, more detail on the issue. In my CSS I have all of the margins set to 200px, and when I do 200px for setting in Layout Settings for the sidebars, it breaks again. Dropping those settings to 195px in the Layout Settings fixes it.
IE6 must just need those extra pixels!
-
Re: Cherry Zen Template Support Thread
I'm sorry I wasn't more clear on this. What I meant to say is that if the width of your sidebars you have defined in the Layout Settings in the admin tool are about 5px smaller than the sizes you defined in the .css file, it should work. It seems to do wierd alignment in IE6 when the two numbers match up. Very annoying, but I be in another few months most people will be using IE7 and firefox anyways.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Can someone with IE6 take a look at my site please, The left nav column gets pushed down to the bottom of the page. I have tried playing with the site width but no joy so far...any help would be great.
funfancydressDOTcom
Thanks
Pete
You made your sidebox 9px larger, but did not adjust the css at all. Find the section starting at:
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
and make all the 165px's and the 150px's 9px larger.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
morrias
I'm sorry I wasn't more clear on this. What I meant to say is that if the width of your sidebars you have defined in the Layout Settings in the admin tool are about 5px smaller than the sizes you defined in the .css file, it should work. It seems to do wierd alignment in IE6 when the two numbers match up. Very annoying, but I be in another few months most people will be using IE7 and firefox anyways.
I just searched the css file and there is nothing regarding the left nav column?!? I can only alter the width of the right column, is that right? I made the right column say 155px in the css (i have it as 150px in admin) but same problem.
Pete
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
morrias
I'm sorry I wasn't more clear on this. What I meant to say is that if the width of your sidebars you have defined in the Layout Settings in the admin tool are about 5px smaller than the sizes you defined in the .css file, it should work. It seems to do wierd alignment in IE6 when the two numbers match up. Very annoying, but I be in another few months most people will be using IE7 and firefox anyways.
You changed your sideboxes to 200px's wide, but didn't change your css correctly. Look at the original section here again:
Code:
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
.inner {
width: 100%;
}
.float-wrap {
float: left;
width: 97%;
margin-left: -165px; /* Same length as .outer padding-left but with negative value */
}
#content {
float: right;
margin-right: -165px; /* Same length as .outer padding-left but with negative value */
width: 100%;
line-height:1.6;
position: relative; /* IE needs this */
}
.contentWrap{
padding: 5px 0 5px 5px;
}
#navColumnOne {
float: left;
position: relative; /* IE needs this */
}
#navColumnTwo {
float: right;
margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. */
position: relative; /* IE needs this */
}
See how there's 150px, AND 165px's... SO you need to change all the old 150px's to 200px, and all the old 165px's to 215px.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
I just searched the css file and there is nothing regarding the left nav column?!? I can only alter the width of the right column, is that right? I made the right column say 155px in the css (i have it as 150px in admin) but same problem.
Pete
This chunk below is the only chunk that controls sidebox issues. NOW, if you make your sideboxes wider than 150px by any amount of pixels, you need to change ALL of the 165px's by that many larger, and ALL of the 150px's by that many larger, and that should take care of it.
Code:
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
padding-right: 150px; /* Our right column width */
}
.inner {
width: 100%;
}
.float-wrap {
float: left;
width: 97%;
margin-left: -165px; /* Same length as .outer padding-left but with negative value */
}
#content {
float: right;
margin-right: -165px; /* Same length as .outer padding-left but with negative value */
width: 100%;
line-height:1.6;
position: relative; /* IE needs this */
}
.contentWrap{
padding: 5px 0 5px 5px;
}
#navColumnOne {
float: left;
position: relative; /* IE needs this */
}
#navColumnTwo {
float: right;
margin-right: -150px; /* This negative margin-right value is in this example the same as the right column width. */
position: relative; /* IE needs this */
}
-
Re: Cherry Zen Template Support Thread
Well, made the changes as suggested but still no joy...The strange thing is this, I thought maybe it was the cache on my machine so i cleared all history etc and as soon as I clicked ok on the internet options box the page of my site displayed correctly in ie6 but I clicked refresh and back came the problem. It is fine when viewing a category but not on the home page so it puts customers off.
Driving me nuts!
Pete
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Well, made the changes as suggested but still no joy...The strange thing is this, I thought maybe it was the cache on my machine so i cleared all history etc and as soon as I clicked ok on the internet options box the page of my site displayed correctly in ie6 but I clicked refresh and back came the problem. It is fine when viewing a category but not on the home page so it puts customers off.
Driving me nuts!
Pete
Did you try smaller category images on the home page? Does the problem go away if you widen the browser window in ie6?
-
Re: Cherry Zen Template Support Thread
I have tried smaller cat images, in fact I only added them the other day and problem was there prior to that. I only have ie6 on my laptop but the res is set to 1024. I have tried a website that lets you view the site with different browsers and the same problem...crazy eh, bet it's something really simple.
Pete
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
I have tried smaller cat images, in fact I only added them the other day and problem was there prior to that. I only have ie6 on my laptop but the res is set to 1024. I have tried a website that lets you view the site with different browsers and the same problem...crazy eh, bet it's something really simple.
Pete
Try a smaller sidebox image? (the fairy pic?)
-
Re: Cherry Zen Template Support Thread
lol, one step ahead, I removed that and same issue. My feeling is that the problem lies with the centerbox in some way, not sure why.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
lol, one step ahead, I removed that and same issue. My feeling is that the problem lies with the centerbox in some way, not sure why.
It'll make your site look wacky for 30 seconds or so, but upload my original css stylesheet, with only the 9px sidebox changes, and see if the issue goes away (be sure to save a copy of your current first). Then we'll know if its stylesheet.
-
Main page text I just cant find it
Hi
Bit of a newbie question, but where is the text on the very first page that starts with
Congratulations! You have successfully
and then the following image that starts with 'Have you got yours
I think Im having a bad day!
-
Re: Cherry Zen Template Support Thread
Going to try the original stylesheet in a little while, in the mean time with the nav links along the top, how can I get them to align to the left. I tried the align left in the css but it only shifts them over towards the left a little bit.
I'll let you know about the stylesheet in a little while.
Thanks
Pete
-
Re: Main page text I just cant find it
Quote:
Originally Posted by
accyjohn
Hi
Bit of a newbie question, but where is the text on the very first page that starts with
Congratulations! You have successfully
and then the following image that starts with 'Have you got yours
I think Im having a bad day!
This would have been an easy question to search within the forum or FAQ section, by the way:
a)includes/languages/YOUR_TEMPLATE/english.php
b)"Tools", "define pages editor", "define_main_page.php"
-
Re: Cherry Zen Template Support Thread
Hi;
I am trying to increase the space between "Description" "Model" "Short Desc" and "Price" (data, not the headings) when I display Categories. I looked in the css, but was only able to make the "description" left justified. Is it possible to specified the max. width for the description in order to give more room for the Model, Short Desc. etc?
After a day of trying to work with Short Description add-on, I realized that it does not work with this template, but I still like to use it so I am trying to work around it.
Tx
-
Re: Cherry Zen Template Support Thread
one more question..
I would like to include * Short name: XXXX in between Model & Manufacturer
* Model: 12345
* Short name: XXXX
* Manufactured by: ABC
but after few attempts, I am no closer. I know it has to come inside the following:
<!--bof Product details list Manufacturer for me -->
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
<ul id="productDetailsList">
<?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
</ul>
<?php
}
?>
<!--eof Product details list -->
Any assistance will be greatly appreciated!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Veronika7747
one more question..
I would like to include * Short name: XXXX in between Model & Manufacturer
* Model: 12345
* Short name: XXXX
* Manufactured by: ABC
but after few attempts, I am no closer. I know it has to come inside the following:
<!--bof Product details list Manufacturer for me -->
<?php if ( (($flag_show_product_info_model == 1 and $products_model != '') or ($flag_show_product_info_weight == 1 and $products_weight !=0) or ($flag_show_product_info_quantity == 1) or ($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name))) ) { ?>
<ul id="productDetailsList">
<?php echo (($flag_show_product_info_model == 1 and $products_model !='') ? '<li>' . TEXT_PRODUCT_MODEL . $products_model . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_weight == 1 and $products_weight !=0) ? '<li>' . TEXT_PRODUCT_WEIGHT . $products_weight . TEXT_PRODUCT_WEIGHT_UNIT . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_quantity == 1) ? '<li>' . $products_quantity . TEXT_PRODUCT_QUANTITY . '</li>' : '') . "\n"; ?> <?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
</ul>
<?php
}
?>
<!--eof Product details list -->
Any assistance will be greatly appreciated!
There's no reason for short description not to work on this template. Once you have all the other files in place, simply paste this where you want it to go:
<?php
if (PRODUCT_INFO_SHORT_DESC == 1) {
echo '<li>' . $products_short_desc . '</li>';
}
?>
I'd paste it right before this chunk:
Code:
<?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Veronika7747
Hi;
I am trying to increase the space between "Description" "Model" "Short Desc" and "Price" (data, not the headings) when I display Categories. I looked in the css, but was only able to make the "description" left justified. Is it possible to specified the max. width for the description in order to give more room for the Model, Short Desc. etc?
After a day of trying to work with Short Description add-on, I realized that it does not work with this template, but I still like to use it so I am trying to work around it.
Tx
Can you link me to the page you're referring to?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Can you link me to the page you're referring to?
Since I am having difficulties with Short Desc., the test site on ISP does not have it yet. But even when you look at:
http://store.annron.com/index.php?ma...=index&cPath=1
there is not much space between the long desc. and the Model.
I just noticed that that left justify I did justifies all data (including the price). How can I left justify ONLY the long desc.?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
There's no reason for short description not to work on this template. Once you have all the other files in place, simply paste this where you want it to go:
<?php
if (PRODUCT_INFO_SHORT_DESC == 1) {
echo '<li>' . $products_short_desc . '</li>';
}
?>
I'd paste it right before this chunk:
Code:
<?php echo (($flag_show_product_info_manufacturer == 1 and !empty($manufacturers_name)) ? '<li>' . TEXT_PRODUCT_MANUFACTURER . $manufacturers_name . '</li>' : '') . "\n"; ?>
This works, all it needs is a ": "
* Sub_Category: Magic Mazes
* Model: MZ500B
* Manufactured by: Lee Publication
<?php
if (PRODUCT_INFO_SHORT_DESC == 1) {
echo '<li>' . TABLE_HEADING_SHORT_DESC . $products_short_desc . '</li>' ;
}
?>
but when I try to include it, I don't get any display at all, but I'll keep trying.
Thanks!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Veronika7747
This works, all it needs is a ": "
* Sub_Category: Magic Mazes
* Model: MZ500B
* Manufactured by: Lee Publication
but when I try to include it, I don't get any display at all, but I'll keep trying.
Thanks!
<?php
if (PRODUCT_INFO_SHORT_DESC == 1) {
echo '<li>' . TABLE_HEADING_SHORT_DESC . $products_short_desc . ': ' . '</li>' ;
}
?>
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Veronika7747
Since I am having difficulties with Short Desc., the test site on ISP does not have it yet. But even when you look at:
http://store.annron.com/index.php?ma...=index&cPath=1
there is not much space between the long desc. and the Model.
I just noticed that that left justify I did justifies all data (including the price). How can I left justify ONLY the long desc.?
In the admin, you can decrease the width of the add to cart colum, under "configuration", "Product Listing, "Display Product Price/Add to Cart Column Width". Making that smaller will give you more room.
Also, the description text there is already left justified, so remove this:
Code:
.productListing-data
{
text-align:left;
padding-right:10px;
}
And you can add this to get more padding around the description:
Code:
.listingDescription{padding:10px;}
-
Re: Cherry Zen Template Support Thread
[QUOTE=jettrue;475775]In the admin, you can decrease the width of the add to cart colum, under "configuration", "Product Listing, "Display Product Price/Add to Cart Column Width". Making that smaller will give you more room.
Above just gives more room for all the other things, but not more space between Short Desc. and Model. Right now, headings for these two run together.
Thank you for all your help.
-
Re: Cherry Zen Template Support Thread
[QUOTE=Veronika7747;475782]
Quote:
Originally Posted by
jettrue
In the admin, you can decrease the width of the add to cart colum, under "configuration", "Product Listing, "Display Product Price/Add to Cart Column Width". Making that smaller will give you more room.
Above just gives more room for all the other things, but not more space between Short Desc. and Model. Right now, headings for these two run together.
Thank you for all your help.
You didn't add this part, as per my instructions:
.listingDescription{padding:10px;}
-
Re: Cherry Zen Template Support Thread
[QUOTE=jettrue;475797]
Quote:
Originally Posted by
Veronika7747
You didn't add this part, as per my instructions:
.listingDescription{padding:10px;}
Sorry, I was still working on my laptop version. I've uploaded to ISP, it now includes Short Description (heading Sub_Category on my page) and when you look at: http://store.annron.com/index.php?ma...=index&cPath=1
you can see what I was trying to adjust (space between that and Model), but it's O.K., I am happy I was able to incorporate short desc. into the template without seeing "double".
Thanks again
-
Re: Cherry Zen Template Support Thread
[QUOTE=Veronika7747;475849]
Quote:
Originally Posted by
jettrue
Sorry, I was still working on my laptop version. I've uploaded to ISP, it now includes Short Description (heading Sub_Category on my page) and when you look at:
http://store.annron.com/index.php?ma...=index&cPath=1
you can see what I was trying to adjust (space between that and Model), but it's O.K., I am happy I was able to incorporate short desc. into the template without seeing "double".
Thanks again
Well, if I were you, I'd remove some of those things. Do the shoppers really need to see the model number? Or even the subcategory?
Anyhoo, I've played around with some css coding that will help. I would first change your price column width to something smaller, like 75 or 100, like I mentioned before.
Then remove your .productlisting-data css, and then add this chunk:
.productListing-data {text-align:center;}
/* Added for more space around long desc and left justify text */
.listingDescription{padding:10px;text-align:left;}
#listCell0-0{width:165px;} /*width of image column*/
#listCell0-1 {width:450px;} /*width of description column*/
Now, this won't help the padding all that much between subcategory and model, it will only help with a wide browser. I think you just have TOO much there, and there's not much to do about that, except remove some.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Make sure all the language files from the template are uploaded and are in their correct spots.
Many Thanks for thank there was one in the wrong place. Sorry its took so long to get back on here lol
-
Re: Cherry Zen Template Support Thread
[QUOTE=jettrue;475954]
Quote:
Originally Posted by
Veronika7747
Well, if I were you, I'd remove some of those things. Do the shoppers really need to see the model number? Or even the subcategory?
Anyhoo, I've played around with some css coding that will help. I would first change your price column width to something smaller, like 75 or 100, like I mentioned before.
Then remove your .productlisting-data css, and then add this chunk:
.productListing-data {text-align:center;}
/* Added for more space around long desc and left justify text */
.listingDescription{padding:10px;text-align:left;}
#listCell0-0{width:165px;} /*width of image column*/
#listCell0-1 {width:450px;} /*width of description column*/
Now, this won't help the padding all that much between subcategory and model, it will only help with a wide browser. I think you just have TOO much there, and there's not much to do about that, except remove some.
Thank you again. Once finished this will be retail & wholesale site and the "Model" is the product ID which is required for wholesale. I managed to change the word "Model" to "ID", but not on the heading as yet.
Also during my upload, I "lost" the data for sub_category on the display page. It works fine on my laptop... and I am still trying to find the pages to include this additional field on "all listing, new listing etc."
-
Re: Cherry Zen Template Support Thread
[QUOTE=Veronika7747;476055]
Quote:
Originally Posted by
jettrue
Thank you again. Once finished this will be retail & wholesale site and the "Model" is the product ID which is required for wholesale. I managed to change the word "Model" to "ID", but not on the heading as yet.
Also during my upload, I "lost" the data for sub_category on the display page. It works fine on my laptop... and I am still trying to find the pages to include this additional field on "all listing, new listing etc."
But does the customer need to see the model number before they add it to their cart? The model # will show up on your admin details, and on their invoice, I think.
Anyhoo...
You may find the subcategory code here you added here:
tpl_modules_product_listing.php, since its working on your Product Listing page.
-
Re: Cherry Zen Template Support Thread
[QUOTE=jettrue;476167]
Quote:
Originally Posted by
Veronika7747
But does the customer need to see the model number before they add it to their cart? The model # will show up on your admin details, and on their invoice, I think.
Anyhoo...
You may find the subcategory code here you added here:
tpl_modules_product_listing.php, since its working on your Product Listing page.
All the tpl_ were/are identical, BUT my main_template_vars.php did not upload properly! Took me almost a whole day to find it..
Thank you for your help!
-
Re: Cherry Zen Template Support Thread
Hi Jettrue,
Thank you very vey much for this wonderful template! I think it's one of the best out there, free or paid.. and I'm donating once I'm done with twicking the template.
I have an issue I'm hoping you can guide me how to resolve it. I don't remember doing anything to cause this but here is the problem: on product and category listing the Model, Manufacturer name and image are bunched up together (only on some items). You can see it here: hxxp://www.arearugsclub.com/rugs/index.php?main_page=index&cPath=1
thank you very much!
PS: I sent a pm while ago, did you get it?
-
Re: Cherry Zen Template Support Thread
[FONT=Arial]Hi Great template.
I just started to customize it. I am trying to figure out the proper alignment of the css categories flyout with this template. The flyout menu "backspace" is shifted too far left and so are the buttons. How/where do I shift them back to the right?
And the blue menu backspace shows above the red categories header. How do I move that down?
I am asking here because I don't know if this needs to be "fixed" via the flyout menu css or via the cherry zen template css... :-(
site for reference: http://www.agilitydogsupplies.com/
Thanks.
[/FONT]
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Fireflyz
Hi Jettrue,
Thank you very vey much for this wonderful template! I think it's one of the best out there, free or paid.. and I'm donating once I'm done with twicking the template.
I have an issue I'm hoping you can guide me how to resolve it. I don't remember doing anything to cause this but here is the problem: on product and category listing the Model, Manufacturer name and image are bunched up together (only on some items). You can see it here: hxxp://www.arearugsclub.com/rugs/index.php?main_page=index&cPath=1
thank you very much!
PS: I sent a pm while ago, did you get it?
You're going to have to open up includes/modules/product_listing.php and add some <br />'s.
Add one before and after the manufacturer:
Code:
$lc_text = '<br /><a href="' . zen_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $listing->fields['manufacturers_id']) . '">' . $listing->fields['manufacturers_name'] . '</a><br />';
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
[FONT=Arial]
Hi Great template.
I just started to customize it. I am trying to figure out the proper alignment of the css categories flyout with this template. The flyout menu "backspace" is shifted too far left and so are the buttons. How/where do I shift them back to the right?
And the blue menu backspace shows above the red categories header. How do I move that down?
I am asking here because I don't know if this needs to be "fixed" via the flyout menu css or via the cherry zen template css... :-(
site for reference: http://www.agilitydogsupplies.com/
Thanks.
[/FONT]
1. in stylesheet_categories_menu.css change this:
div#nav-cat {width: 150px; margin: -1px 0 0 -1px;
to this:
div#nav-cat {width: 150px; margin: -1px 0 0 0;
2. If you're talking about that tiny little space of grey above "Categories" in the sidebox, change this:
h1, h2, h3, h4, h5, h6 {
margin:.3em 0;
}
to this:
h1, h2, h3, h4, h5, h6 {
margin: 0;
}
-
Re: Cherry Zen Template Support Thread
thanks jettrue. :-)
That fixed the gray area above the categories header.
But the buttons still stick out to the left. :-(
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
thanks jettrue. :-)
That fixed the gray area above the categories header.
But the buttons still stick out to the left. :-(
Hmmm, lets see....
Try changing it to this:
div#nav-cat {width: 150px; margin: -1px 0 0 3px;
-
Re: Cherry Zen Template Support Thread
Hi Jettrue,
Thanks! This setting seemed to do the trick and far as getting the menu lined up. And I changed the border to 0 solid to keep the lines from sticking out. :-)
div#nav-cat {width: 150px; margin: -1px 0 0 2px;
background-color: transparent; font-weight:bold;
text-align: center;
line-height: 23px;
}
div#nav-cat ul {margin: 0; padding: 0; padding-top: 0; width: 150px; background-color: transparent;
border: 0 solid #EBE9ED;
background-repeat: no-repeat;
}
BUT.... here is a small gap between the 1 cat and the 2nd sub cat menu that flys out. And when you move your mouse over than gap the menu cuts out...
How do I close that gap to make it a smooth transition without the menu cutting out?
Thanks.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hi Jettrue,
Thanks! This setting seemed to do the trick and far as getting the menu lined up. And I changed the border to 0 solid to keep the lines from sticking out. :-)
div#nav-cat {width: 150px; margin: -1px 0 0 2px;
background-color: transparent; font-weight:bold;
text-align: center;
line-height: 23px;
}
div#nav-cat ul {margin: 0; padding: 0; padding-top: 0; width: 150px; background-color: transparent;
border: 0 solid #EBE9ED;
background-repeat: no-repeat;
}
BUT.... here is a small gap between the 1 cat and the 2nd sub cat menu that flys out. And when you move your mouse over than gap the menu cuts out...
How do I close that gap to make it a smooth transition without the menu cutting out?
Thanks.
Try this chunk of css (replaces the entire css file):
Code:
body {
behavior: url(./csshover.htc);
/* WinIE behavior call */}
div#nav-cat {width: 150px; margin: -1px 0 0 2px;
background-color: transparent; font-weight:bold;
text-align: center;
line-height: 23px;
}
div#nav-cat ul {
margin: 0;
padding: 0;
padding-top: 0;
width: 150px;
background-color: transparent;
border: 0;
background-repeat: no-repeat;
}
div#nav-cat ul.level2 {
margin: 0 0 0 -2px;
padding: 0;
width: 150px;
border: none;
}
div#nav-cat ul.level2, div#nav-cat ul.level3, div#nav-cat ul.level4, div#nav-cat ul.level5, div#nav-cat ul.level6, div#nav-cat li.submenu, div#nav-cat li.submenu:hover, div#nav-cat ul {
background-color: transparent;
}
div#nav-cat li {
background-image: url(../images/b1.gif);
position: relative;
list-style: none;
margin: 0px;
margin-top: 6px;
z-index: 20;
height: 23px;
width: 150px;
/* change it to whatever space you want to put space between buttons*/
}
div#nav-cat li li {
margin: 0px; /* this overrides the margin-top in the declaration above */
}
div#nav-cat li:hover {
background-image: url(../images/b1_over.gif);
}
div#nav-cat li a {
display: block;
padding: 0.25em 0 0.25em 0.5em;
text-decoration: none; width: 150px;
/*border-left: 0.5em solid #BBB;
div#nav li a:hover {border-left-color: red;*/
}
div#nav li a:hover {
border: none;
}
div#nav-cat>ul a {
width: 150px;
}
div#nav-cat ul ul {
position: absolute;
top: 0; left: 152px;
display: none;
}
div#nav-cat ul.level1 li.submenu:hover ul.level2,
div#nav-cat ul.level2 li.submenu:hover ul.level3,
div#nav-cat ul.level3 li.submenu:hover ul.level4,
div#nav-cat ul.level4 li.submenu:hover ul.level5,
div#nav-cat ul.level5 li.submenu:hover ul.level6 {display:block;}
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You're going to have to open up includes/modules/product_listing.php and add some <br />'s.
Add one before and after the manufacturer:
Code:
$lc_text = '<br /><a href="' . zen_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $listing->fields['manufacturers_id']) . '">' . $listing->fields['manufacturers_name'] . '</a><br />';
Thank you for the quick and accurate reply, Jade! worked like a charm! :clap:
-
Re: Cherry Zen Template Support Thread
Beautiful Jettrue! :clap:
After replacing the entire css, I did move this setting back to: div#nav-cat {width: 150px; margin: -1px 0 0 0;
Level 1 to Level 2 to works much better now.
What did you change? Because we need to make the same changes to the Level 2 to Level 3 and Level 3 to Level 4 (see Menu Test Level) because they have the same gap that was making the menu cut out...
Thanks!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Beautiful Jettrue! :clap:
After replacing the entire css, I did move this setting back to: div#nav-cat {width: 150px; margin: -1px 0 0 0;
Level 1 to Level 2 to works much better now.
What did you change? Because we need to make the same changes to the Level 2 to Level 3 and Level 3 to Level 4 (see Menu Test Level) because they have the same gap that was making the menu cut out...
Thanks!
Replace these two sections of that code I previously sent with this:
Code:
div#nav-cat ul.level2 {
padding: 0;
width: 150px;
border: none;
}
Code:
div#nav-cat ul.level1 li.submenu:hover ul.level2,
div#nav-cat ul.level2 li.submenu:hover ul.level3,
div#nav-cat ul.level3 li.submenu:hover ul.level4,
div#nav-cat ul.level4 li.submenu:hover ul.level5,
div#nav-cat ul.level5 li.submenu:hover ul.level6 {display:block;margin: 0 0 0 -2px; }
This is what did it:
margin: 0 0 0 -2px;
-
Re: Cherry Zen Template Support Thread
Awesome. :clap:
That works great. Thanks Jettrue.
One thing I noticed and I don't know if it is a big deal or not because the menu works fine... is that when you click on one of the menu buttons, the "transparent outline" that shows as you push/hold the mouse button down is larger than the buttons...
The transparent outline shows a few px below the button and a few px to the right of the button.
Thank you. :smile:
-
Re: Cherry Zen Template Support Thread
Hi I am using the Cherry Zen template and am having an issue specifically with IE 6. I know that making the site appear exactly the same in every browser is a daunting task however since it is still widely used I'd like to try to tackle the issue. On the main page of my site I used HTML to create my layout and add various items. When viewing my main page in IE 6 the bread crumbs and all of my content shift to the left. This does not happen in any other browser so I am assuming it is something specific in either with my code or in the CSS file that could be causing this issue. On all of the other product pages I am not having this issue so it's something specific to the main page that is causing it. Does anyone know what might be causing this issue and what I might be able to do to resolve it.
You can check it out by visiting:
lotzofgifts.com
Your insight is definitely appreciated.
Thanks
-
Re: Cherry Zen Template Support Thread
Hey great work on this theme :) One thing that bothers me is that the theme isn't valide because of the searchbox in the header. Any idea how to fix that? I couldn't find the right file I guess :(
Quote:
Line 31, Column 375: value of attribute "type" cannot be "search"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
…h05n25fg2lcmg5" /><input type="search" name="keyword" id="searchTop" size="20
Any idea how to fix that since its the only error :)
-
Re: Cherry Zen Template Support Thread
Hi,
I'm trying to re-style the login page to make it more compact. At the moment people have to scroll to complete the form and it makes it feel long-winded.
So I've been trying to get the fields to look like this:
First Name: *******************
Second Name: ****************
with the boxes for the answers aligned on the left, rather than the default:
First Name:
*******************
Second Name:
*******************
I've been playing around with various settings of the following css, but with no luck.
Code:
LABEL.inputLabel {
width:85%;
float:left;
margin:0.3em;
}
Thanks in advance for your thoughts on how I can do this.
Possum.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
possum
Hi,
I'm trying to re-style the login page to make it more compact. At the moment people have to scroll to complete the form and it makes it feel long-winded.
So I've been trying to get the fields to look like this:
First Name: *******************
Second Name: ****************
with the boxes for the answers aligned on the left, rather than the default:
First Name:
*******************
Second Name:
*******************
I've been playing around with various settings of the following css, but with no luck.
Code:
LABEL.inputLabel {
width:85%;
float:left;
margin:0.3em;
}
Thanks in advance for your thoughts on how I can do this.
Possum.
Did you try changing the width above? Make it 15%.
-
Re: Cherry Zen Template Support Thread
Anyone have problems getting the option name manager to alter the number of rows and images per row displayed?
It does not work when I'm using cherry zen. Any ideas how to fix it?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
matt123
Anyone have problems getting the option name manager to alter the number of rows and images per row displayed?
It does not work when I'm using cherry zen. Any ideas how to fix it?
It works on my test site. Be sure you're changing it for the correct option name, and make sure you're changing the "Attributes Per Row", not the "rows" option. Reupload the original includes/templates/cherry_zen/templates/tpl_modules_attributes.php that I told you to change in my PM.
-
Re: Cherry Zen Template Support Thread
Hello,
I am new to the forums and Zen Cart. I have read the tutorials and searched the forums quite a bit but cannot seem to find the answer. Under checkout Step 2 of 3 Payment Information, I can't figure out how to edit:
TEXT_ORDER_STEPS_1 ORDER_STEPS_IMAGE_ALT TEXT_ORDER_STEPS_3
TEXT_ORDER_STEPS_2
Sorry if this is an easy fix but I don't feel like shifting thru 60 pages to find the answer :blush:
-
Re: Cherry Zen Template Support Thread
Jettrue, I love your template and was enjoying it very much. However, I tried to upload Google Checkout and everything went haywire and I've not been able to figure out what to do. I tried to reload the template hoping it would fix whatever went wrong to no avail. There are so many problems now that I don't know where to start! I am somewhat of a beginner so if you could assist me I'd appreciate it. My site is at http://www.theperfectscents.com
Thanks
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
shimabuku
Hello,
I am new to the forums and Zen Cart. I have read the tutorials and searched the forums quite a bit but cannot seem to find the answer. Under checkout Step 2 of 3 Payment Information, I can't figure out how to edit:
TEXT_ORDER_STEPS_1 ORDER_STEPS_IMAGE_ALT TEXT_ORDER_STEPS_3
TEXT_ORDER_STEPS_2
Sorry if this is an easy fix but I don't feel like shifting thru 60 pages to find the answer :blush:
All of the language files for this template are not uploaded in the correct spot.
-
Re: Cherry Zen Template Support Thread
Do you have any idea about my earlier post related to the validation?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
lovey
Jettrue, I love your template and was enjoying it very much. However, I tried to upload Google Checkout and everything went haywire and I've not been able to figure out what to do. I tried to reload the template hoping it would fix whatever went wrong to no avail. There are so many problems now that I don't know where to start! I am somewhat of a beginner so if you could assist me I'd appreciate it. My site is at
http://www.theperfectscents.com
Thanks
The message at the top is telling you that includes/languages/english.php is missing. Re-upload it.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mec
Hi,Jettrue, your template is wonderful. I've installed it at my site. But I met a question yesterday when I bulid my site. I wanna copy some text or image on my site, but I found I cann't copy any text or image, it likes there is a transparent layer on this template. So please kindly comment me how can I do to copy text?which files should I change? thanks a lot!
LOL, there's no transparent layer on the template. What's your site link?
-
Re: Cherry Zen Template Support Thread
Jettrue,
Can you take a look at the top navigation on my site, It won't align left. I have tried all types of css but the best I can achieve is nearly center?!? Can you help please...
funfancydressdotcom
Thanks
Pete
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
The message at the top is telling you that includes/languages/english.php is missing. Re-upload it.
I tried that and the situation got worse! Now there's nothing on the page but error messages!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
lovey
I tried that and the situation got worse! Now there's nothing on the page but error messages!
My advice is to Re-install. Or ask in the general forum, I'm not good with these kinds of issues, and it is not related to this template.
-
Re: Cherry Zen Template Support Thread
Hi there, I have installed sherry Zen and everything is working fine apart from the search bar in the header bar.?If I do enable the search_header.php from admin panel, my webpage will became blank and the only visible thing remained will be the header bar without any link on there! anyone have this problem? Please help
cesco
-
Re: Cherry Zen Template Support Thread
Hi there, I have installed sherry Zen and everything is working fine apart from the search bar in the header bar.?If I do enable the search_header.php from admin panel, my webpage will became blank and the only visible thing remained will be the header bar without any link on there, anyone have this problem? Please help
cesco
-
Re: Cherry Zen Template Support Thread
is it possible to make the template a 2 column layout by taking off the right column?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
cescoeli
Hi there, I have installed sherry Zen and everything is working fine apart from the search bar in the header bar.?If I do enable the search_header.php from admin panel, my webpage will became blank and the only visible thing remained will be the header bar without any link on there! anyone have this problem? Please help
cesco
That tells me there is something wrong with tpl_search_header.php. Re-upload the original includes/templates/YOUR_TEMPLATE/sideboxes/tpl_search_header.php
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
tweakservers
is it possible to make the template a 2 column layout by taking off the right column?
Yes. Change .outer to this:
Code:
.outer {
padding-left: 165px; /* Same width as margin-left for the float-wrap div */
}
and change #navColumnTwo to this:
Code:
#navColumnTwo {
float: right;
position: relative; /* IE needs this */
display:none;
}
-
Re: Cherry Zen Template Support Thread
Hi there
Thank you for reply. I have already tried that, also I did download a new copy of sherry zen and I get the file “tpl_search_header.php” from this copy but still no luck :(
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Jettrue,
Can you take a look at the top navigation on my site, It won't align left. I have tried all types of css but the best I can achieve is nearly center?!? Can you help please...
funfancydressdotcom
Thanks
Pete
Any help on this would be great.
-
Re: Cherry Zen Template Support Thread
Has anyone been able to use the News Manager with this template?
I just downloaded the 1.3.8a and thought I would try the news manager...but it breaks the template. I have it here until I'm finished working on it.
http://www.sleeplessnightsonline.com/cart/
If you click on an article it throws the sideboxes out of whack.
Any help or solutions would be appreciated.
This site has adult content...lingerie, toys etc...
Thanks,
Kelly
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mec
hi,Jettrue, thanks for your reply. Hope you have your wonderful christmas day! My site:
www.elecola.com. Sometimes I wanna copy text from the index pages, but right key seems no functional. Can you tell me what to do ?:lamo:
It works fine for me, but I can tell you, the issue your having most probably has nothing to do with the template. I have no idea why its not working for you. Do you have the issue on any other site? What browser?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
sleepless
Has anyone been able to use the News Manager with this template?
I just downloaded the 1.3.8a and thought I would try the news manager...but it breaks the template. I have it here until I'm finished working on it.
http://www.sleeplessnightsonline.com/cart/
If you click on an article it throws the sideboxes out of whack.
Any help or solutions would be appreciated.
This site has adult content...lingerie, toys etc...
Thanks,
Kelly
Well, I don't see the issue in Firefox, perhaps you fixed it? Anyhoo, if the sideboxes get thrown out of whack, its probably because the newsmanager either has an extra </div> somewhere, or is missing a </div> somewhere.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
mediathing
Any help on this would be great.
REPLACE #navMain and #navMain ul to these:
#navMain {
float:left;
width:100%;
line-height:normal;
}
#navMain ul {
float:left;
list-style:none;
width:100%
}
-
Re: Cherry Zen Template Support Thread
Hi!
It was a div tag and I did find it...
Thanks!
Kelly :D
-
Re: Cherry Zen Template Support Thread
My store is open, secure socket layer in place and have had 25 sales so far .. whee, but I have a few niggling things that bug me and hope you can help.
1) When my text is too long in the categories column it moves down a line to the left .. anyway to get it to move to the right or center without having everything move?
2) On the categories page how can I get the text to move away from the category image? Right now it's right next without any spacing
3) How do I change the size of the popup window to match the image exactly? Right now there is a gap between the bottom of the image and the bottom of the popup window.
Beth-Katherine
https://www.smockingbooks.com
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
REPLACE #navMain and #navMain ul to these:
#navMain {
float:left;
width:100%;
line-height:normal;
}
#navMain ul {
float:left;
list-style:none;
width:100%
}
Thanks, worked a treat!
Pete