Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
davidperks
Anyone know why firefox 3 RC2 kills the look of the cherry zen theme? it looks fine in all other browsers, just that firefox3 will be mainstream in a few weeks.
Thanks, I'll have a look.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
NancyOK
I installed Cherry Zen and then installed the Fast and Easy Checkout. When I click on confirm order and it goes to the page that says"Your order is being processed, please wait..." that page is all out of line. Has anyone else had this problem and if so, is there a fix? Thank you in advance for your help.
There is probably a <div> issue in that mod. Either they have one extra </div>, or one too few, or are missing the <div class="centerColumn"></div> that is supposed to go around the main content of the site. Please contact the designer of the mod and let them know there is an issue. It doesn't happen on other sites because Cherry Zen is a floating <div> design that will point out any flaws in divs by going screwy. I've seen it happen time and again with mods people add to cherry zen and apple zen. :hug:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Lectronix
HI im using cherry. My prob is as follows:
I wanted to change ..more info with the BUY NOW button which I did following this thread:
http://www.zen-cart.com/forum/showthread.php?t=37084
It worked fine but it also replaced ..more info on ALL PRODUCTS, FEATURED PRODUCTS and NEW PRODUCTS pages too which already has a BUY NOW button. So I had to roll it back. Any way I can keep FEATURED PROD ...more info whilst changing ...more info on other products with attributes.
Would you mind asking this in the general forum? The answer to this question would be the same, no matter the template. Thanks! :smile:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
HJL
Hi all,
I'm having a problem with the subcategory links in my categories sidebox. The top link "Gate Automation" and it's subcategories work fine, but the rest of the subcategories don't work. It just opens a blank page, and this is what I get in the address bar
"http://henil.co.za/main/index.php?main_page=index&cPath=10". I have no idea what's causing this. Please help!!!!!!!
Here is my url:
http://www.henil.co.za.
I don't really know how to explain the problem, maybe it would be easier if you had a look at my site.
Thank you,
HJL
I don't see this problem anymore. If it is continuing on your end, please ask in the thread for that side menu.
Re: Cherry Zen Template Support Thread
Hi Jettrue,
Yep. I did modify that page. Well... I installed a mod that modified that page. I counted the number of <div and </div> in my tpl_login_default.php and there are 22 of each. Hmmm is there program, website, something that can check where the extra or missing </div> tag is???
Thanks
Quote:
what bit of code controls the color of the login page? *i am having trouble with the login page. it is not showing as a white page (like all of the other pages). it is showing the color of the background image.
thanks.
Quote:
There's something wrong with your login page. Did you add text? my guess is an extra or a missing </div>
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hi Jettrue,
Yep. I did modify that page. Well... I installed a mod that modified that page. I counted the number of <div and </div> in my tpl_login_default.php and there are 22 of each. Hmmm is there program, website, something that can check where the extra or missing </div> tag is???
Thanks
http://validator.w3.org/ will indeed tell you if there is a <div> issue, though it won't be able to accurately tell you EXACTLY where it is. I mean, it will TRY to tell you exactly where it is, but its not always accurate. Check there to find out if there IS INDEED a div issue, then dig further. Since it is only happening on that page, I'd count again, they can be tricky.
What's the link?
Re: Cherry Zen Template Support Thread
Hi I made a change to the side column widths and changed all the places specified in your readme instructions and now everything in the sideboxes does not line up properly. Everything seems to be pushed to the left too far. For example the Category heading now extends to the left beyond the grey sidebox. I am on 1.3.8 and my site is www.toyspastandpresent.com. Any idea what I did wrong?
thanks
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
countrycharm
Lovely
You need to open your header.php in /includes/languages/english/your_template/header.php add what menue you want to add under define('HEADER_TITLE_ then you need to open your /includes/templates/your_template/common/tpl_header.php and add the <li><a href="<?php echo zen_href_link(FILENAME_
Thanks, country charm. I added the define to the header.php.
But, I don't know how to do the tpl header. Where do I put the http:// link to my blog?
I'm afraid to mess with the php 'cause I know nothing about it.
Quote:
Originally Posted by
Seamstobesew
Lovely,
You can do that by adding it to an ezpage. Go to tools, ezpages, click insert, Then it very bottom box, put the link to your blog.
In the boxes near top of page, mark it for showing in header in the position you want it.. 1, 2, 3 and then click insert. Your blog link should then show in that header.
I hope I took your question the right way.
I tried that and it places another nav bar below -- which would be fine if I had more than one page link there.
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
briansok
Hi I made a change to the side column widths and changed all the places specified in your readme instructions and now everything in the sideboxes does not line up properly. Everything seems to be pushed to the left too far. For example the Category heading now extends to the left beyond the grey sidebox. I am on 1.3.8 and my site is
www.toyspastandpresent.com. Any idea what I did wrong?
thanks
Ok I got most of this fixed. I had to change one more value in the css file - the padding-left to 185.
.outer {
padding-left: 185px; /* Same width as margin-left for the float-wrap div */
It looks good now on the home page or if I look at a product. When I go to the login screen or My Account the grey sidebox.gif is back to it's old size of 150px. I changed the one sidebox.gif to 170 as instructed in the readme file. Is there a 2nd one I have to resize?
Thanks
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
briansok
Ok I got most of this fixed. I had to change one more value in the css file - the padding-left to 185.
.outer {
padding-left: 185px; /* Same width as margin-left for the float-wrap div */
It looks good now on the home page or if I look at a product. When I go to the login screen or My Account the grey sidebox.gif is back to it's old size of 150px. I changed the one sidebox.gif to 170 as instructed in the readme file. Is there a 2nd one I have to resize?
Thanks
Never mind. It looks like it was just cached. Cleared my cache and it is OK.
Thanks