-
Re: Cherry Zen Template Support Thread
Hey Jettrue,
Now that the header and footer is good to go, what do you know about the sitemap and defined pages?:lookaroun
I added a couple of defined pages. They are in the information sidebox and working but they don't show up on the sitemap.
*And neither do the ezpages in my important links sidebox....
Do you know of any ideas, mods, etc that might fix those issues?
Thanks!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
adoy
any help on my prob? thank you so much!
There is no problem. The call for price is supposed to be a button, just like it is, it is not supposed to be a link.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hey Jettrue,
Now that the header and footer is good to go, what do you know about the sitemap and defined pages?:lookaroun
I added a couple of defined pages. They are in the information sidebox and working but they don't show up on the sitemap.
*And neither do the ezpages in my important links sidebox....
Do you know of any ideas, mods, etc that might fix those issues?
Thanks!
Open up includes/templates/YOUR_TEMPLATE/templates/tpl_sitemap.php and add the links there.
Under "Tools", "Ezpages", do you have them turned on for the sidebox?
-
Re: Cherry Zen Template Support Thread
Hey there!
Thank you so much for the fabulous template - I really like the way it looks.
I am having one problem, though. I've got Zen Lightbox & Image Handler 2 installed, but I'm not seeing any of my additional images on my products. I'm not sure what the problem is. Also, I'd like those additional images to be placed right below the main image, but I'm not sure how to get them there. Any help would be greatly appreciated! Here's an example:
http://www.butternugsquash.com/store...roducts_id=782
-
Re: Cherry Zen Template Support Thread
Hi Jettrue,
I added the following links to the includes\templates\cherry_zen\templates\tpl_site_map_default.php but they don't show up on the sitemap.
Code:
<?php if (DEFINE_PAYMENT_OPTIONS_STATUS <= '1') { ?>
<li><?php echo '<a href="' . zen_href_link(FILENAME_PAYMENT_OPTIONS) . '">' . BOX_INFORMATION_PAYMENT_OPTIONS . '</a>'; ?></li>
<?php } ?>
<?php if (DEFINE_RETURN_POLICY_STATUS <= '1') { ?>
<li><?php echo '<a href="' . zen_href_link(FILENAME_RETURN_POLICY) . '">' . BOX_INFORMATION_RETURN_POLICY . '</a>'; ?></li>
<?php } ?>
Well... I added one ezpage that has sidebox turned on and it shows in the important links sidebox, but not in the sitemap. And I added 6 other ezpages that don't have the header, footer or sidebox turned on. The way to get to those is via links on the one ezpage that is turned on in the sidebox.
http://www.allk-9.com/pages/dog-training-pv-c0-20.html
They don't show in the site map either.
Thanks.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hi Jettrue,
I added the following links to the includes\templates\cherry_zen\templates\tpl_site_map_default.php but they don't show up on the sitemap.
Code:
<?php if (DEFINE_PAYMENT_OPTIONS_STATUS <= '1') { ?>
<li><?php echo '<a href="' . zen_href_link(FILENAME_PAYMENT_OPTIONS) . '">' . BOX_INFORMATION_PAYMENT_OPTIONS . '</a>'; ?></li>
<?php } ?>
<?php if (DEFINE_RETURN_POLICY_STATUS <= '1') { ?>
<li><?php echo '<a href="' . zen_href_link(FILENAME_RETURN_POLICY) . '">' . BOX_INFORMATION_RETURN_POLICY . '</a>'; ?></li>
<?php } ?>
Well... I added one ezpage that has sidebox turned on and it shows in the important links sidebox, but not in the sitemap. And I added 6 other ezpages that don't have the header, footer or sidebox turned on. The way to get to those is via links on the one ezpage that is turned on in the sidebox.
http://www.allk-9.com/pages/dog-training-pv-c0-20.html
They don't show in the site map either.
Thanks.
No, they wouldn't automagically show up in the site map, just because you made them.
Do you have these two pages set to "1" in your admin, under "Configuration", "Define Page Status"?
Also, make sure you pasted them in a spot where they are not surrounded by some other coding that may be stopping them.
-
Re: Cherry Zen Template Support Thread
Hmmm... even though those defined pages show up in the information sidebox and work, they are not in the admin, under "Configuration", "Define Page Status".....
Guess I still need to add something somewhere???
The ezpages I made that are not showing are just surrounded by alignment code:
Code:
<p align="justify">
and a back link at the bottom
thanks
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hmmm... even though those defined pages show up in the information sidebox and work, they are not in the admin, under "Configuration", "Define Page Status".....
Guess I still need to add something somewhere???
The ezpages I made that are not showing are just surrounded by alignment code:
Code:
<p align="justify">
and a back link at the bottom
thanks
Ok, since you added them, and they are not default zen define pages, remove the php code around them (the code is there for default zen define pages):
<li><?php echo '<a href="' . zen_href_link(FILENAME_PAYMENT_OPTIONS) . '">' . BOX_INFORMATION_PAYMENT_OPTIONS . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_RETURN_POLICY) . '">' . BOX_INFORMATION_RETURN_POLICY . '</a>'; ?></li>
-
Re: Cherry Zen Template Support Thread
Bingo! That worked like a charm for the defined pages. The now show in the sitemap. Thanks.
:clap:
Now just the ezpages from the important links sidebox that I added. How do we get all of those to show???
Thanks.
-
Re: Cherry Zen Template Support Thread
Thanks so much for your help!
Andrea
www.thelittleonlinecardshop.com.au
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Bingo! That worked like a charm for the defined pages. The now show in the sitemap. Thanks.
:clap:
Now just the ezpages from the important links sidebox that I added. How do we get all of those to show???
Thanks.
Are they all on under "Tools", "Ez-Pages" for the sidebox? Did you give all of them a sort order? If they are configured correctly, they should show up.
-
Re: Cherry Zen Template Support Thread
Actually none of the pages in my important links sidebox show up... for example. The dog training ezpage shows up in the sidebox but on not on the sitemap. http://www.allk-9.com/pages/dog-training-pv-c0-20.html
And that page has links to the other ezpages (that are not supposed to show in the sidebox) but I would like them to show on the sitemap (if that is possible).
I am thinking the links from the important links side box should be after the categories and before the information links on the sitemap.
http://www.allk-9.com/sitemap.html
Hope all of that is clear... :blink:
Thanks.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Actually none of the pages in my important links sidebox show up... for example. The dog training ezpage shows up in the sidebox but on not on the sitemap.
http://www.allk-9.com/pages/dog-training-pv-c0-20.html
And that page has links to the other ezpages (that are not supposed to show in the sidebox) but I would like them to show on the sitemap (if that is possible).
I am thinking the links from the important links side box should be after the categories and before the information links on the sitemap.
http://www.allk-9.com/sitemap.html
Hope all of that is clear... :blink:
Thanks.
I think we're confusing each other.
Like I said, just because you make a page, doesn't mean its going to show up on the site map. Add them manually to tpl_site_map.php.
I thought you said that links weren't showing up IN the sidebox. Are all the links you want in the sidebox, in the sidebox?
-
Re: Cherry Zen Template Support Thread
Hi,
I really like this template but I need some help with a few things:
1. I was re-installing this from another server (same domain name and location) and when I copied everything over it seemed to have skipped the grey bar that goes across that top. I checked and saw that the image file is in its correct location but for some reason it isn't showing up on the site :huh:
You can see what I mean by going to:
http://historicdumfries.com/GiftShop/index.php
2. How do you edit the different page links at the bottom of the site right above the copyright?
3. How do you edit the pages that show up under the information block? I tried deleting the files (define_conditions.php for example) but the links still show up.
Thanks so much!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
kwdservices
Hi,
I really like this template but I need some help with a few things:
1. I was re-installing this from another server (same domain name and location) and when I copied everything over it seemed to have skipped the grey bar that goes across that top. I checked and saw that the image file is in its correct location but for some reason it isn't showing up on the site :huh:
You can see what I mean by going to:
http://historicdumfries.com/GiftShop/index.php
2. How do you edit the different page links at the bottom of the site right above the copyright?
3. How do you edit the pages that show up under the information block? I tried deleting the files (define_conditions.php for example) but the links still show up.
Thanks so much!
1. Turn this on, under "Configuration", "EzPages Settings" (It's the header bar).
2. The home link is there by default, you can add ezpages to the footer under "Tools", "Ez-Pages".
3. "Configuration", "Define Page Status". Re-upload the file, you should not delete it.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
1. Turn this on, under "Configuration", "EzPages Settings" (It's the header bar).
It was already set on 1 and I tried turning it off then back on and its still not showing up.
Thanks for your help. Everything else is working as it should!
-
Re: Cherry Zen Template Support Thread
Hi Jettrue,
Quote:
I think we're confusing each other.
Sorry about that...
I added some defined pages and some ezpages to the website.
The defined pages links are in the information sidebox.
The ezpages links are in the important links sidebox.
I manually added the defined pages to the tpl_site_map_default and removed the php code that you noted and they now show correctly on the sitemap.
The ezpages I added do appear in the important links sidebox. And they do work, but they do not show on the sitemap. Are you saying to add them manually to the tpl_site_map_default.php???
Thanks.
-
Re: Cherry Zen Template Support Thread
This is an old question but I never found the answer to this:
Where is the file to edit to change the text font on the site?
http://personalized2perfection.net/i...index&cPath=61
Is it just me or is this font a bit hard on the eye? It is just something about it....maybe it is too soft. Any suggestions appreciated. I just think that it doesn't look normal like other sites...with the same template.
Also, someone did assist me with telling me how to edit a file to fix my center text default....I just didn't know where this file is found or what it is called.
http://personalized2perfection.net/i...=index&cPath=1
I read some where that centering the text makes it hard to read content....and that most people won't read it. There are some pages that don't look right with the center text. It could also be the font type that is bothering my eyes bu I just know it is something.
What do you think it is?
One more:
I noticed some posts on adding to the site map. I see that someone posted where to locate this file, but I am lost on how to create the code to have it viewed on the site map. How would I for example add my about us page:
http://personalized2perfection.net/i...id=2&chapter=0
I also would like to add text to all links. Would adding any text to the other default links, change or make them no longer work? The text would just be a brief summary of the link.
-
Re: Cherry Zen Template Support Thread
Is there a way to change the way the subcategories show up?
Example:
http://personalized2perfection.net/i...index&cPath=61
I would like to take these categories and spread them out so they are rectangle instead of a square. I would then like to have text in this rectangle next to the pic.
I tried to find a site with something similar to what I am trying to do:
http://www.funfelt.com/dramatic-play-felts.html
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
The ezpages I added do appear in the important links sidebox. And they do work, but they do not show on the sitemap. Are you saying to add them manually to the tpl_site_map_default.php???
Thanks.
YES! :cool:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
maggiesmom1
Hey there!
Thank you so much for the fabulous template - I really like the way it looks.
I am having one problem, though. I've got Zen Lightbox & Image Handler 2 installed, but I'm not seeing any of my additional images on my products. I'm not sure what the problem is. Also, I'd like those additional images to be placed right below the main image, but I'm not sure how to get them there. Any help would be greatly appreciated! Here's an example:
http://www.butternugsquash.com/store...roducts_id=782
IT's an image handler 2 issue. You may be able to search for the fix in the IH2 thread... I'll see if I can find it too. Remind me if I haven't replied with an answer within a few days.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
kwdservices
It was already set on 1 and I tried turning it off then back on and its still not showing up.
Thanks for your help. Everything else is working as it should!
Do you have any ezpages turned on for the header bar, under "Tools", "EzPages". If no pages are set to be on in the header, that may be the issue.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ashton0603
This is an old question but I never found the answer to this:
Where is the file to edit to change the text font on the site?
http://personalized2perfection.net/i...index&cPath=61
Is it just me or is this font a bit hard on the eye? It is just something about it....maybe it is too soft. Any suggestions appreciated. I just think that it doesn't look normal like other sites...with the same template.
Also, someone did assist me with telling me how to edit a file to fix my center text default....I just didn't know where this file is found or what it is called.
http://personalized2perfection.net/i...=index&cPath=1
I read some where that centering the text makes it hard to read content....and that most people won't read it. There are some pages that don't look right with the center text. It could also be the font type that is bothering my eyes bu I just know it is something.
What do you think it is?
One more:
I noticed some posts on adding to the site map. I see that someone posted where to locate this file, but I am lost on how to create the code to have it viewed on the site map. How would I for example add my about us page:
http://personalized2perfection.net/i...id=2&chapter=0
I also would like to add text to all links. Would adding any text to the other default links, change or make them no longer work? The text would just be a brief summary of the link.
I did reply to you:
http://www.zen-cart.com/forum/showpo...postcount=1189
Your font looks fine to me, but you would change it in includes/templates/cherry_zen/css/stylesheet.css
To change the font from default center, see my previous reply.
To add the about us page, just add this where you want it in tpl_site_map_default.php:
Code:
<li><a href="index.php?main_page=page&id=2&chapter=0">About us</a></li>
Quote:
I also would like to add text to all links. Would adding any text to the other default links, change or make them no longer work? The text would just be a brief summary of the link.
I don't know what you mean about the above.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
ashton0603
Go to "configuration", "product listing", and change "Product Listing - Columns Per Row" to 2.
Are you using the most recent version of this template? (version 1.5). If not, download the newest version, and replace includes/templates/cherry_zen/common/tpl_columnar_display.php with the newest version. If you are using a version before 1.5, the above instructions will make your product layout look odd.
Then to turn on a product description in that are, go to "Configuration", "Product Listing" again, and enter the number of characters of the description you want to show up under "Display Product Description".
-
Re: Cherry Zen Template Support Thread
How can I remove the "your IP address is:" at the bottom of the page?
I would also like to add a grey color bar behind the the header bar (the one that shoes the categories accross the top of the page, below the logo), how can i do this?
-
Re: Cherry Zen Template Support Thread
jettrue.....thanks soooo much! I will get on it a bit later once I have the time to be patient.
About the site map:
I wanted to give a brief summary for each category in the site map....so that it isn't just links on the page.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by maggiesmom1
Hey there!
Thank you so much for the fabulous template - I really like the way it looks.
I am having one problem, though. I've got Zen Lightbox & Image Handler 2 installed, but I'm not seeing any of my additional images on my products. I'm not sure what the problem is. Also, I'd like those additional images to be placed right below the main image, but I'm not sure how to get them there. Any help would be greatly appreciated! Here's an example:
http://www.butternugsquash.com/store...roducts_id=782
Quote:
Originally Posted by
jettrue
IT's an image handler 2 issue. You may be able to search for the fix in the IH2 thread... I'll see if I can find it too. Remind me if I haven't replied with an answer within a few days.
Hi There maggie
I am running this template as well as zen lightbox and IH2. My additional images are showing up. May I suggest going to your store admin >tools > image handler then selecting the image handler admin, and removing image handler from database. Then once you have done this, then go back to admin >tools > image handler, image handler admin and installing it again to see if this fixes the problem.
I usually have to do this everytime I upgrade the zen software (generally because I am overwriting something important to do with image handler)
failing that, try reloading the image handler files to the server.
-
Re: Cherry Zen Template Support Thread
Hi Jet
Have a question, where abouts in the stylesheet can I change the line spacing for the content?
at the moment, whenever I place a <p> tag when editing the define pages and the ezepages, it doesn't seem to reflect on the pages when viewing in the browser
view eg: click here
What I am wanting is to put a line in between each dot point so that it doesn't look so crammed together
Your help would be great. :smile:
TIA
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
winky
How can I remove the "your IP address is:" at the bottom of the page?
I would also like to add a grey color bar behind the the header bar (the one that shoes the categories accross the top of the page, below the logo), how can i do this?
1. "Configuration", "Layout Settings" in your admin.
2. Open up includes/templates/cherry_zen/css/stylesheet.css.
The section for the categories part is #navCatTabsWrapper, you can add a background color to it.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
heavenlynights
Hi Jet
Have a question, where abouts in the stylesheet can I change the line spacing for the content?
at the moment, whenever I place a <p> tag when editing the define pages and the ezepages, it doesn't seem to reflect on the pages when viewing in the browser
view eg:
click here
What I am wanting is to put a line in between each dot point so that it doesn't look so crammed together
Your help would be great. :smile:
TIA
You can increase the line-height for #content, or add something like this to your stylesheet:
#content p {padding:.4em 0}
-
Re: Cherry Zen Template Support Thread
hi one of my pages do not load all the rest of the site is fine except the discount coupon page only loads to right below the header any ideas? /index.php?main_page=discount_coupon
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You can increase the line-height for #content, or add something like this to your stylesheet:
#content p {padding:.4em 0}
Thanks Jet
Much better! :clap:
-
Re: Cherry Zen Template Support Thread
I think a file got corrupt some how some where was working fine the other day. I replaced both files in the default template that had to do with discount coupons on in templates and one in language. Is there any thing in the cherry zen template that could be the problem. The site workes fine except the /index.php?main_page=discount_coupon only loads down to where it sayes Discount Coupon in bold.
here is source code of to where the page loads.
<div id="navBreadCrumb"> <a href="http://xxxx.com/onlinemall/">Home</a> ::
Discount Coupon
</div>
<!-- eof breadcrumb -->
<!-- bof upload alerts -->
<!-- eof upload alerts -->
<div class="centerColumn" id="discountcouponInfo">
<h1 id="discountcouponInfoHeading">Discount Coupon</h1>
<div id="discountcouponInfoMainContent" class="content"> This is where the pages stopes loading at but rest of the site loads fine.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
FreeArticlePublishin
I think a file got corrupt some how some where was working fine the other day. I replaced both files in the default template that had to do with discount coupons on in templates and one in language. Is there any thing in the cherry zen template that could be the problem. The site workes fine except the /index.php?main_page=discount_coupon only loads down to where it sayes Discount Coupon in bold.
here is source code of to where the page loads.
<div id="navBreadCrumb"> <a href="http://xxxx.com/onlinemall/">Home</a> ::
Discount Coupon
</div>
<!-- eof breadcrumb -->
<!-- bof upload alerts -->
<!-- eof upload alerts -->
<div class="centerColumn" id="discountcouponInfo">
<h1 id="discountcouponInfoHeading">Discount Coupon</h1>
<div id="discountcouponInfoMainContent" class="content"> This is where the pages stopes loading at but rest of the site loads fine.
It's not the template, upload the original files from the zen cart download. If you've changed any files related to the discount coupons (I'd suspect a language file), re-upload the original.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
It's not the template, upload the original files from the zen cart download. If you've changed any files related to the discount coupons (I'd suspect a language file), re-upload the original.
Did that replaced both discount coupon files one in language and one in templates is there another one I missed?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
FreeArticlePublishin
Did that replaced both discount coupon files one in language and one in templates is there another one I missed?
Confirm that you've replaced the correct language file. Did you save the changed file in the cherry_zen folder? Since it stops right before the text, there's probably a problem with a language file related to it.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Confirm that you've replaced the correct language file. Did you save the changed file in the cherry_zen folder? Since it stops right before the text, there's probably a problem with a language file related to it.
file permissions were the problem sorry to of bothered the fourm with such a grade school problem so to speak define_discount_coupon.php in the html includes file were set to low.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
There is no problem. The call for price is supposed to be a button, just like it is, it is not supposed to be a link.
i'm referring to the link "Call for price" here: http://latter.com/index.php?main_pag...roducts_id=185 below the write review
thankz!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
adoy
"configuration", "product info", "Product Info - Price is Call for Price Image or Text Status"
Maybe that's the issue?
-
Re: Cherry Zen Template Support Thread
Okay - I solved the problem about displaying additional images at all, but now I need to know how to move them up. If you look here:
http://www.butternugsquash.com/store...roducts_id=669
you'll see the 3 add'l images way down at the bottom. I'd like them to be directly underneath the main product image. I'd also like to move the product description to where the "Please Choose: Download 1; Download 2" box is and move that box either down below or eliminate it altogether.
Can anyone help a poor, ignorant store owner?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
maggiesmom1
Okay - I solved the problem about displaying additional images at all, but now I need to know how to move them up. If you look here:
http://www.butternugsquash.com/store...roducts_id=669
you'll see the 3 add'l images way down at the bottom. I'd like them to be directly underneath the main product image. I'd also like to move the product description to where the "Please Choose: Download 1; Download 2" box is and move that box either down below or eliminate it altogether.
Can anyone help a poor, ignorant store owner?
Open up includes/templates/cherry_zen/templates/tpl_product_info_display.php
This controls the product page. You'll see that its very nicely segmented, so you can look for the sections you want to move (additional images and product description), and just cut and paste them where you want it.
-
Re: Cherry Zen Template Support Thread
AWESOME!! Thank you so much - worked perfectly!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
"configuration", "product info", "Product Info - Price is Call for Price Image or Text Status"
Maybe that's the issue?
thankz for the reply. what i mean is, how do i align the "Call for price" link along with the "tell a friend" and "write review"? and also, use the same css.
thankz a lot!
test site here: http://latter.jobsground.com/index.p...roducts_id=185
-
Re: Cherry Zen Template Support Thread
Hi Jettrue,
I am still working on the site map links... :blink:
How do I edit the tpl_site_map_default.php to show the ezpage links below under the important links sidebox?
<li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>
Quote:
Are you saying to add them manually to the tpl_site_map_default.php???
Thanks.YES!
thanks
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hi Jettrue,
I am still working on the site map links... :blink:
How do I edit the tpl_site_map_default.php to show the ezpage links below under the important links sidebox?
<li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>
thanks
I give up, I really don't understand. You say you want them in the sitemap, so I tell you to edit tpl_site_map_default.php. Now you're saying you want them in the important links sidebox. I don't know, sorry. Please ask in the main forum.
-
Re: Cherry Zen Template Support Thread
Hi Jettrue,
No worries. I am sorry for the confusion. It is all due to my poor semantics. What I meant to say was I am trying to add the links (that are in the important links sidebox) to the sitemap.
You said to get those ezpage links (that are in the important links sidebox) to show on the sitemap I would have to edit the tpl_site_map_default.php manually.
I was using the code below to try and edit the tpl_site_map_default.php, to show those links on the sitemap, but it is not working.
Code:
<li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>
Instead of adding the links to the sitemap, they show up on the sitemap as BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO, etc., etc.
Again, sorry for the confusion. I will check in the main forum. And as always, a BIG thank you for all of your help.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hi Jettrue,
No worries. I am sorry for the confusion. It is all due to my poor semantics. What I meant to say was I am trying to add the links (that are in the important links sidebox) to the sitemap.
You said to get those ezpage links (that are in the important links sidebox) to show on the sitemap I would have to edit the tpl_site_map_default.php manually.
I was using the code below to try and edit the tpl_site_map_default.php, to show those links on the sitemap, but it is not working.
Code:
<li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>
Instead of adding the links to the sitemap, they show up on the sitemap as BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO, etc., etc.
Again, sorry for the confusion. I will check in the main forum. And as always, a BIG thank you for all of your help.
Hi gsdcypher
There is a mod in the download section located at
http://www.zen-cart.com/index.php?ma...roducts_id=939
which will add your ezpages as well as a few other things into your sitemap.
-
Re: Cherry Zen Template Support Thread
Hopefully the format comes through... this is what I have right now in the sitemap instead of the links:
BOX_HEADING_IMPORTANT_LINKS
* BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO
* BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG
* BOX_IMPORTANT_LINKS_DOG_TRAINING
* BOX_IMPORTANT_LINKS_WEB_RESOURCES
Thanks heavenlynights. I will check out that mod also.
-
Re: Cherry Zen Template Support Thread
Iam trying to build a site based on the Default Zen Template.
I want to change the Navigation Bar to Look like the ones in the Cherry Template. I tryied to copy the StyleSheet from the Cherry to my site, which as you know changes the whole layout, SO the question is What do I need to change in my Stylesheet to be able to get the same Navigation bar without changing any other configuration for the header, I want to keep the white line between the logo area and the navigation bar. Also I want the Cherry Navigation bar to be centered.
The site is www.coolcarpartsonline.com. Its not done yet but its a start.
-
Re: Cherry Zen Template Support Thread
The individual product pages look different in IE vs. Firefox. In IE, they display perfectly. In Firefox, for some reason the main content portion where the product information is encroaches on the left sideboxes.
I have no idea why this is happening. You can see what I mean by checking out a page here:
http://coolbuydirect.com/c/harddrive...der-p-597.html
Any suggestions?
Thanks.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hopefully the format comes through... this is what I have right now in the sitemap instead of the links:
BOX_HEADING_IMPORTANT_LINKS
* BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO
* BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG
* BOX_IMPORTANT_LINKS_DOG_TRAINING
* BOX_IMPORTANT_LINKS_WEB_RESOURCES
Thanks heavenlynights. I will check out that mod also.
Just make actual links, stop trying to use php.
<li><a href="index.php?main_page=linkofpagehere">Name of Page Here</a></li>
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
coolbuys
The individual product pages look different in IE vs. Firefox. In IE, they display perfectly. In Firefox, for some reason the main content portion where the product information is encroaches on the left sideboxes.
I have no idea why this is happening. You can see what I mean by checking out a page here:
http://coolbuydirect.com/c/harddrive...der-p-597.html
Any suggestions?
Thanks.
It's probably because you're looking at it with a narrow site window and there's a large banner on the top of the page. (portable mp3 speakers image)
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Glamorousshoe
Iam trying to build a site based on the Default Zen Template.
I want to change the Navigation Bar to Look like the ones in the Cherry Template. I tryied to copy the StyleSheet from the Cherry to my site, which as you know changes the whole layout, SO the question is What do I need to change in my Stylesheet to be able to get the same Navigation bar without changing any other configuration for the header, I want to keep the white line between the logo area and the navigation bar. Also I want the Cherry Navigation bar to be centered.
The site is
www.coolcarpartsonline.com. Its not done yet but its a start.
Sorry, it's not just about moving the stylesheet over, and unless I've done it, I can't tell you how to do it, but I can give you a step in the right direction. Past that, you'll have to do some figuring out. You'll need to copy over the navMainWrapper section from includes/templates/cherry_zen/common/tpl_header.php, and then only use the related css:
Code:
#navMainWrapper {
background:url("../images/red/header.gif");
}
#navMainWrapper {
height:32px;
width:100%;
font-size:12px;
}
#navMain a {
background:url("../images/red/tableftE.gif") no-repeat left top;
}
#navMain a span {
background:url("../images/red/tabrightE.gif") no-repeat right top;
}
#navMain a span.last {
background:url("../images/red/tabrightE_last.gif") no-repeat right top;
}
#navMain a span {
color:#ffffff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. */
}
#navMain a:hover span {
color:#ffffff; /* color of header links, HOME, LOGIN, MY ACCOUNT, etc. when hovered over */
}
#navMain {
float:right;
width:750px;
line-height:normal;
}
#navMain ul {
float:right;
list-style:none;
}
#navMain li {
display:inline;
}
#navMain a {
float:left;
text-decoration:none;
}
#navMain a span {
float:left;
display:block;
padding:7px 15px 10px 15px;
text-align:center;
width:90px;
cursor:pointer;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navMain a span {float:none;}
/* End IE5-Mac hack */
#navMain a:hover {
background-position:0% -32px;
}
#navMain a:hover span {
background-position:100% -32px;
}
-
Re: Cherry Zen Template Support Thread
Jettrue,
:cheers:
Thank you!
-
Re: Cherry Zen Template Support Thread
Hi,
At the risk of the answer being somewhere in all of the 127 pages of this thread, I'd like to ask you how I can get rid of some white space that - for a change - only appears in Firefox, but not in IE.
See: http://www.taspotatoes.com.au/shop
The white space appears below the main navigation bar. I've ruled out it being caused by the logo. I've tried to adjust the "#navMain a span" by playing around with the padding, but although this appears to fix the problem when I change the bottom to 0, it results in shortened hover images as they are also cut off and which looks weird.
It may have something to do with the fact that my top shadow box doesn't show in either browser - for some reason it is hiding behind the main navigation bar. It is possible that IE just ignores this but FF doesn't.
Any ideas on where the problem might be?
Thanks,
wizard247
-
Re: Cherry Zen Template Support Thread
Also my site is not "fluid" although I don't mind it as it ties in with the rest of the site, but I was just wondering why.
Immediately after installation - before changing anything on the template or shopping cart files I noticed the design was not fluid.
Thanks,
Louise
-
Re: Cherry Zen Template Support Thread
I'm sure its been gone over, but I can't wade through 127 pages to see it.
First of all, great template, its amazing.
If you head to travoltron.com/store you'll see there is a Link in the EZ pages header for the accompanying forum. (I did not use phpBB, thus, I did not integrate it with zc.)
I'd love for this link to be in the same bar that shows the login, my account, checkout, etc.
I've pored over the stylesheet, but I'm at a loss for how to go about that.
I'd also love to add another button to link the blog.
Thanks everyone. I'm digging zc pretty hard, and loving the community effort. Everyone here rocks!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
wizard247
Also my site is not "fluid" although I don't mind it as it ties in with the rest of the site, but I was just wondering why.
Immediately after installation - before changing anything on the template or shopping cart files I noticed the design was not fluid.
Thanks,
Louise
It's probably because you are looking with a lower resolution monitor. The site is designed to get no smaller than 1000px, so if the width of your browser is about that, then it won't be "fluid", but it will be fluid for "most" other people.
You can change the 1000px to a smaller number in this section of stylesheet.css (though I wouldn't go smaller than about 850px):
Code:
#nw {
width:80%; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
max-width:1300px; /* prevents the main content from getting wider than 1300px in sites other than IE */
min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */
}
/* IE only. Controls Width of Site and Main Content*/
* html #nw {
width:expression((d=document.compatMode=="CSS1Compat" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth < 1048? "1000px" : "80%")); /* this prevents the site from getting smaller than 1000px or wider than 1300px in IE */
}
-
Re: Cherry Zen Template Support Thread
Thanks - I have set the width to a fixed 1000 pixels now.
In doing so I noticed that it was actually the dropshadow stylesheet that prevented me from displaying the fluid width. (I was viewing my site on a 1440 x 900 resolution). As soon as I removed the stylesheet and consequent drop shadow, my site became indeed fluid.
Any ideas on my previous post of white space below the top navigation bar? (see above)
Cheers,
Wizard247
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
wizard247
Hi,
At the risk of the answer being somewhere in all of the 127 pages of this thread, I'd like to ask you how I can get rid of some white space that - for a change - only appears in Firefox, but not in IE.
See:
http://www.taspotatoes.com.au/shop
The white space appears below the main navigation bar. I've ruled out it being caused by the logo. I've tried to adjust the "#navMain a span" by playing around with the padding, but although this appears to fix the problem when I change the bottom to 0, it results in shortened hover images as they are also cut off and which looks weird.
It may have something to do with the fact that my top shadow box doesn't show in either browser - for some reason it is hiding behind the main navigation bar. It is possible that IE just ignores this but FF doesn't.
Any ideas on where the problem might be?
Thanks,
wizard247
It looks like you changes some things since last night. Yes, if you remove the bottom padding on #navMain a span, the logo will pop into place. Since you are no longer using the roll over effect, you can just do that. But I'll look into fixing this issue on my template (it only happens when using a wider logo).
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
wizard247
Thanks - I have set the width to a fixed 1000 pixels now.
In doing so I noticed that it was actually the dropshadow stylesheet that prevented me from displaying the fluid width. (I was viewing my site on a 1440 x 900 resolution). As soon as I removed the stylesheet and consequent drop shadow, my site became indeed fluid.
Any ideas on my previous post of white space below the top navigation bar? (see above)
Cheers,
Wizard247
On my test site, it IS fluid even with the drop shadow.
See my previous post. :smile:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
yoyoben
I'm sure its been gone over, but I can't wade through 127 pages to see it.
First of all, great template, its amazing.
If you head to travoltron.com/store you'll see there is a Link in the EZ pages header for the accompanying forum. (I did not use phpBB, thus, I did not integrate it with zc.)
I'd love for this link to be in the same bar that shows the login, my account, checkout, etc.
I've pored over the stylesheet, but I'm at a loss for how to go about that.
I'd also love to add another button to link the blog.
Thanks everyone. I'm digging zc pretty hard, and loving the community effort. Everyone here rocks!
There's no way that could be done with the stylesheet. :no:
You'd have to open up includes/modules/sideboxes/cherry_zen/information.php
and add that link manually.
If you want it at the bottom of the box, just add it after this:
Code:
if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') {
$information[] = '<a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a>';
}
Just make it like a regular link (don't worry about php):
Code:
<a href="http://travoltron.com/forum/">Name of link here</a>
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
wizard247
Any ideas on my previous post of white space below the top navigation bar? (see above)
Cheers,
Wizard247
Replace the sections below of your stylesheet.css with these:
Code:
#navMain {
float:right;
width:750px;
line-height:normal;
height:32px;
}
#navMain ul {
float:right;
list-style:none;
}
#navMain li {
display:inline;
}
#navMain a {
float:left;
text-decoration:none;
}
#navMain a span {
float:left;
display:block;
padding: 7px 15px 0 15px;
text-align:center;
width:90px;
cursor:pointer;
height:25px;
}
-
Re: Cherry Zen Template Support Thread
Anyone using Cherry zen with 1.3.8a zen cart and image handler2? When I put my mouse over a picture, it puts the picture in the upper right corner?
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
thesaintjim
Anyone using Cherry zen with 1.3.8a zen cart and image handler2? When I put my mouse over a picture, it puts the picture in the upper right corner?
You didn't upload all of the IH2 files into the correct folder. Specifically make sure the javascript and css file for IH2 is in the cherry_zen folder.
-
Re: Cherry Zen Template Support Thread
I narrowed it down to something with Cherry Zen..It works just fine with my other templates. Time to dig around or just disable that feature in IH2
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
thesaintjim
I narrowed it down to something with Cherry Zen..It works just fine with my other templates. Time to dig around or just disable that feature in IH2
NO, the issue is NOT cherry zen. Look at my test site: http://www.cherryzen.jadetrue.com
I promise you, the issue is that you did not move the necessary files to the cherry_zen folder.
-
Re: Cherry Zen Template Support Thread
hi jettrue,
how/what would i change to make the sideboxes have a white background with a blue outline (the same blue as the header)? right now i have the blue header with a very light blue/gray background and no outline.
thanks!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
hi jettrue,
how/what would i change to make the sideboxes have a white background with a blue outline (the same blue as the header)? right now i have the blue header with a very light blue/gray background and no outline.
thanks!
The sidebox is controlled by an image:
includes/templates/cherry_zen/images/sidebox.gif
Change the image and reupload.
-
Re: Cherry Zen Template Support Thread
hi jettrue,
i added a blue line to either side of the sidebox.gif and changed the image color to white. that worked well. thanks.
but how would you recommend i stop it from extending past the top sidebox headers (there is a small gap between the top of the sidebox headers and the bottom of the nav bar). And how would you recommend that i close it off on the bottom?
thanks!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
hi jettrue,
i added a blue line to either side of the sidebox.gif and changed the image color to white. that worked well. thanks.
but how would you recommend i stop it from extending past the top sidebox headers (there is a small gap between the top of the sidebox headers and the bottom of the nav bar). And how would you recommend that i close it off on the bottom?
thanks!
Add margin:0;
to
h3.leftBoxHeading, h3.rightBoxHeading
To border it off, you could add a border all across the bottom, like this:
.outer {border-bottom:1px solid #407894}
-
Re: Cherry Zen Template Support Thread
hi jettrue;
sweet. thank you much.
is there anyway to contain the border across the bottom to just the left and right side columns (and not have it go across the middle column)???
thanks.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
hi jettrue;
sweet. thank you much.
is there anyway to contain the border across the bottom to just the left and right side columns (and not have it go across the middle column)???
thanks.
nope. IF you put a border on the left or right column, it would only extend as far as the content inside that column. So if you were viewing a page that had a lot of middle content (i.e. your shipping information page), the bottom lines of the left and right content would end before the middle content would. That is why I suggested the solution above, it is the best option.
-
Re: Cherry Zen Template Support Thread
Hi Jettrue,
I've set the width to 800px for my site and the top navagation is no longer aligned. Can this be fixed?
My Site can be viewed Here:
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Replace the sections below of your stylesheet.css with these:
Code:
#navMain {
float:right;
width:750px;
line-height:normal;
height:32px;
}
#navMain ul {
float:right;
list-style:none;
}
#navMain li {
display:inline;
}
#navMain a {
float:left;
text-decoration:none;
}
#navMain a span {
float:left;
display:block;
padding: 7px 15px 0 15px;
text-align:center;
width:90px;
cursor:pointer;
height:25px;
}
You're a legend! Thank you so much!
-
Re: Cherry Zen Template Support Thread
Hi Jettrue,
Me again!
In IE7 my "Contact Us" page has the top grey line generated by the fieldset code continue into the right hand margin and off the screen, producing a horizontal scroll bar.
No such thing in FF.
Where do I go to look for this?
Thanks again!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Dannie
Hi Jettrue,
I've set the width to 800px for my site and the top navagation is no longer aligned. Can this be fixed?
My Site can be viewed
Here:
In your stylesheet, change #navMain's width to 650px.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
wizard247
Hi Jettrue,
Me again!
In IE7 my "Contact Us" page has the top grey line generated by the fieldset code continue into the right hand margin and off the screen, producing a horizontal scroll bar.
No such thing in FF.
Where do I go to look for this?
Thanks again!
Does this happen in my test site: http://www.cherryzen.jadetrue.com
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
No - it does not. Looks OK there.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
wizard247
No - it does not. Looks OK there.
I've fixed it - I had letter-spacing set to .05 em which was mucking things up. Removed the letter-spacing in the css and it's OK now.
-
Re: Cherry Zen Template Support Thread
Hi Jettrue,
I have tried everything to get the view cart | checkout now links in the footer to line up with the ezpage links in the footer to no avail. They appear lower than the other links. *Note: they are only visible if you add something to the cart.
www.allk-9.com
Any ideas, suggestions, etc on how to get them to line up in the middle with the other links???
Thanks!
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hi Jettrue,
I have tried everything to get the view cart | checkout now links in the footer to line up with the ezpage links in the footer to no avail. They appear lower than the other links. *Note: they are only visible if you add something to the cart.
www.allk-9.com
Any ideas, suggestions, etc on how to get them to line up in the middle with the other links???
Thanks!
They look the same in Firefox. What browser are you using?
-
Re: Cherry Zen Template Support Thread
Hi jettrue,
IE7.
Add an item to the cart and then look at the green footer nav bar. The view cart | checkout now links appear lower than the ezpage pages links.
Thanks.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hi jettrue,
IE7.
Add an item to the cart and then look at the green footer nav bar. The view cart | checkout now links appear lower than the ezpage pages links.
Thanks.
Remove the padding and line-height from this section:
#navSupp ul {
list-style-type:none;
text-align:center;
line-height:1.5em;
padding: .3em 0;
}
-
Re: Cherry Zen Template Support Thread
Jettrue,
You are a wizard! :clap:Thank you!
Another question.... and this one is trickier. ;-) Is there any way to keep the ezpage links centered in the nav bar when the view cart | checkout now links appear (instead of shifting to the left)????
Thanks.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Jettrue,
You are a wizard! :clap:Thank you!
Another question.... and this one is trickier. ;-) Is there any way to keep the ezpage links centered in the nav bar when the view cart | checkout now links appear (instead of shifting to the left)????
Thanks.
No, I can't think of an easy way to do that.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
In your stylesheet, change #navMain's width to 650px.
I followed these instructions and it worked as far as resizing the site to match the header, however; now everything is left aligned and I'm not able to figure out how to make it center aligned. All I changed was this:
#navMain {
float:right;
width:700px;
line-height:normal;
}
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
judyinspokane
I followed these instructions and it worked as far as resizing the site to match the header, however; now everything is left aligned and I'm not able to figure out how to make it center aligned. All I changed was this:
#navMain {
float:right;
width:700px;
line-height:normal;
}
what is the link to your site?? The person I replied to made the change, and it looks fine.
-
Re: Cherry Zen Template Support Thread
It is http://www.cutlersupply.com/cart
The cart is not opening either and I'm not sure if that's related but it was working fine before I did this change.
The problem was the logo was 1000px and the site was expanding on beyond that. So I made the fix you talked about and changed it from 100% to 700px and it worked great at fixing the width of the site. I also changed this section in the stylesheet.css from 1300 px to 1000 px:
width:1000px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
max-width:1000px; /* prevents the main content from getting wider than 1300px in sites other than IE */
min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
judyinspokane
It is
http://www.cutlersupply.com/cart
The cart is not opening either and I'm not sure if that's related but it was working fine before I did this change.
The problem was the logo was 1000px and the site was expanding on beyond that. So I made the fix you talked about and changed it from 100% to 700px and it worked great at fixing the width of the site. I also changed this section in the stylesheet.css from 1300 px to 1000 px:
width:1000px; /* main site width; if you'd prefer a fixed width site, enter the width in px here. */
max-width:1000px; /* prevents the main content from getting wider than 1300px in sites other than IE */
min-width:1000px; /* this prevents the main content from getting smaller than 1000px in browsers OTHER THAN IE. You can make this as small as 800px, BUT any smaller than that, and the top header menu will break into two lines. Also, if you make this width 800px, you will need to make sure your product image on the product info page is no wider than 190px */.
First of all, that "change #navMain to 700px" reply was for a totally different issue than what you are having.
Your problem is that you changed the width of the body to 1000px. Change it back to width:auto.
html>body {
width: 1000px;
}
change it, and all will be well.
The cart issue is not related. If you changed any files related to the shopping cart (even language files) re-upload the originals, you've got something messed up somewhere.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
First of all, that "change #navMain to 700px" reply was for a totally different issue than what you are having.
Your problem is that you changed the width of the body to 1000px. Change it back to width:auto.
html>body {
width: 1000px;
}
change it, and all will be well.
The cart issue is not related. If you changed any files related to the shopping cart (even language files) re-upload the originals, you've got something messed up somewhere.
Thank you so much. It's fixed.
Yes, I realize that the cart issue has nothing to so with this. Thanks for your time and love your avatar! It's nice to see a personal touch!
-
Cherry Zen Template Help
I have searched all over looking for a fix...Only on my Discount Coupon page does the catagory sidebar (which is listed on the left side) moves towards the right side of page 9towards the right sidebar)...please, please, please help before we go live?!?!?!
http://www.orlandohelitours.com/stor...iscount_coupon
Thank you in advance for any assistance...
BTW...Awesome template!
-
Re: Cherry Zen Template Help
Quote:
Originally Posted by
jtlswan
I have searched all over looking for a fix...Only on my Discount Coupon page does the catagory sidebar (which is listed on the left side) moves towards the right side of page 9towards the right sidebar)...please, please, please help before we go live?!?!?!
http://www.orlandohelitours.com/stor...iscount_coupon
Thank you in advance for any assistance...
BTW...Awesome template!
You have one too many </div>'s. Since this issue only happens on the discount coupon page, it stands to reason that your issue is there. Look where you defined the text for that page, and I'll bet you added a </div> when it wasn't needed.
-
Re: Cherry Zen Template Support Thread
Using Zen-Cart 1.3.8 and dutch language set 1.3.7 I created a site on www.zepto-computers.nl. The problem I bump into is that I need a mainnav bar which is higher than default (basically I need two lines) for where it's default saying HOME, My Account, Shopping Cart.
How and where can I change the width of this as adding width to the stylesheet doesn't make a difference for the height.
Thanks in advance,
Wjansen.
-
Re: Cherry Zen Template Support Thread
Hi Jade,
I am trying to optimize the checkout bit of the template to improve sales.
I wanted to turn off the left and right columns so that people can concentrate more on the payment bit.
I followed the instructions on page 101 and 102 by you used the css
#loginBody #navColumnOne, #loginBody #navColumnTwo {display:none;}
#loginBody .contentWrap {padding:0 15px;}
#loginBody .outer {padding:0!important;}
#loginBody .float-wrap {width:100%}
it works fine on IE6 and Firefox &geko. IE7 makes the content box go small and to the right. I changed the
Padding: 0!important to Padding 1 important for now. It works on all browsers now although the side boxes show.
Is there anyway to tackle the problem.
the website is http://morgan111morgan.com and pages are all the checkout pages.
Thank you for the nice template.
Regards
Onesimpleman
-
Re: Cherry Zen Template Support Thread
I just want to say I love cherry zen! I am still figuring this all out but I have a working shopping cart. Thanks a bunch.:clap:
One thing that would be great (and maybe there already is an easy way to do this) would be an EASY way to make the sideboxes wider or make the text in them smaller so it will fit before it wraps to a second line.
Please look at my site - suggestions are truly welcome. (I already know most of the photos aren't too good - I used to have a black background website, so I need to redo the photos) But really, ANY constructive criticism is welcome. :bigups:
Thanks again!
Jeff
www.jeffreydesign.com
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
onesimpleman
Hi Jade,
I am trying to optimize the checkout bit of the template to improve sales.
I wanted to turn off the left and right columns so that people can concentrate more on the payment bit.
I followed the instructions on page 101 and 102 by you used the css
#loginBody #navColumnOne, #loginBody #navColumnTwo {display:none;}
#loginBody .contentWrap {padding:0 15px;}
#loginBody .outer {padding:0!important;}
#loginBody .float-wrap {width:100%}
it works fine on IE6 and Firefox &geko. IE7 makes the content box go small and to the right. I changed the
Padding: 0!important to Padding 1 important for now. It works on all browsers now although the side boxes show.
Is there anyway to tackle the problem.
the website is
http://morgan111morgan.com and pages are all the checkout pages.
Thank you for the nice template.
Regards
Onesimpleman
You found a glitch in my template, THANKS :hug:, however, your "solution" was just because of an error in your css, which caused IE to freak out, which caused the sideboxes to be hidden. FYI, in a stylesheet, you can't just change 0 to 1. 1 what? 1 px? 1 em? 1 yard? 1 mile? You have to tell it what the unit of measure is. And anyway it needs to be 0, in all reality.
BUT to fix your issue, open up includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php
and change these lines (approx line 137-143):
Code:
<!-- end left div -->
<div class="clearBoth"></div>
</div>
<!-- end float-wrap -->
<?php
}
?>
to this:
Code:
<!-- end left div -->
<?php
}
?>
<div class="clearBoth"></div>
</div>
<!-- end float-wrap -->
And once you do that, and change 1 back to 0, all should be well.
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jeffreydesign
I just want to say I love cherry zen! I am still figuring this all out but I have a working shopping cart. Thanks a bunch.:clap:
One thing that would be great (and maybe there already is an easy way to do this) would be an EASY way to make the sideboxes wider or make the text in them smaller so it will fit before it wraps to a second line.
Please look at
my site - suggestions are truly welcome. (I already know most of the photos aren't too good - I used to have a black background website, so I need to redo the photos) But really,
ANY constructive criticism is welcome. :bigups:
Thanks again!
Jeff
www.jeffreydesign.com
Uhhmmmm I made a mistake somewhere. I was looking around at the php files trying to find where I changed the copyright notice in the footer and I don't know what happened, but now my website says "null" .... it's crashed.
I wanted to give proper credit to sage and zen in the copyright notice, but I screwed something up. HELP!!
Jeff
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jeffreydesign
Uhhmmmm I made a mistake somewhere. I was looking around at the php files trying to find where I changed the copyright notice in the footer and I don't know what happened, but now my website says "null" .... it's crashed.
I wanted to give proper credit to sage and zen in the copyright notice, but I screwed something up. HELP!!
Jeff
OK I admit it. I panic. It's all back up again... still not exactly sure what blew out, but I just spooged the template folder back in and all is well (after I changed my logo back again.)
Jeff
-
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
You found a glitch in my template, THANKS :hug:, however, your "solution" was just because of an error in your css, which caused IE to freak out, which caused the sideboxes to be hidden. FYI, in a stylesheet, you can't just change 0 to 1. 1 what? 1 px? 1 em? 1 yard? 1 mile? You have to tell it what the unit of measure is. And anyway it needs to be 0, in all reality.
BUT to fix your issue, open up includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php
and change these lines (approx line 137-143):
Code:
<!-- end left div -->
<div class="clearBoth"></div>
</div>
<!-- end float-wrap -->
<?php
}
?>
to this:
Code:
<!-- end left div -->
<?php
}
?>
<div class="clearBoth"></div>
</div>
<!-- end float-wrap -->
And once you do that, and change 1 back to 0, all should be well.
Tried that and changed css back to 0 and it still breaks in IE7.
Thank you for the help .....