Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
If anyone is interested I remember what I did to use a bigger logo. Just add height to the #logoWrapper...
#logoWrapper {
width:auto;
height: XXXpx;
But I still haven't figured out how to add another tab to the nav bar. :lamo:
Hi,
In order to do this I would go to the tpl_header.php file and add it as a listed element <li><a href="link">Contact Us</a></li> after the link where you want to add it to.
The tpl_header.php file is located in:
<zen cart folder>/includes/templates/cherry_zen/common/tpl_header.php
Then you will most likely have to mess with the css file in order to get it to show properly. I had to do this for a website that was using this template as well. Took me quite a while to figure out how to change it around to work properly.
If you have a lot of problems doing it - I can try to assist you further if needed.
Good luck,
Seth
Re: Cherry Zen Template Support Thread
thanx...ill have to look into that a little bit more...let me ask this if you dont mind. how do I change the names page 2 page 3 etc?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hi Jettrue,
Another ?. What would cause the search box from the search_header.php to appear twice when turned on? I appears correctly in the nav header, but then a duplicate search box also appears off-center in the left side column...
Thanks.
Turn it off under "Tools" "Layout Boxes Controller". You have both search_header.php and search.php turned on.
Re: Cherry Zen Template Support Thread
hi seth,
thanks for the reply. i have managed to add another button. for those wanting to do the same, here is how i did it:
i added the link just as seth said. then i changed the #navMain settings and the #navMain a span settings in the stylesheet.css to accomodate the new tab. i also shrank the tab graphic a bit.
hi jettrue,
thanks for reply. i have sussed out the search header thingy... i had the left and right boxes on and it should have only been on for single column.
do you happen to know the fix for these css errors?
Quote:
199 * html #nw Value Error :
width Lexical error at line 199, column 63. Encountered: "?" (63), after : "" ? document.documentElement : document.body) && (d.clientWidth > 1300? "1300px" : d.clientWidth > 1048? "80%" : d.clientWidth 1048? "1000px" : "80%"));
205 * html #nw Value Error :
width Parse error - Unrecognized }
also i was hoping to make a black image set just like your orange, green, etc. what program/steps did you use to make those cool tabs???
i have one more question... :blush: i want to experiment further with the header... i want the left and right columns extend up into the header and ######## up against the top nav bar and have the bottom nav bar fit between the two side columns. hope that makes sense... how would i do that????
Re: Cherry Zen Template Support Thread
Hi,
I like this template. After installing it based on the readme_or_else.txt installation steps, I got a empty page.
fx.pcmfx.com
Can you kindly help?
Thanks, -Dale
Re: Cherry Zen Template Support Thread
Ok...thats turns them off...but how do I actually change their name to something else? Also, if you dont mind...how can I enter more than 196 attributes? I am adding scents to my candles and have over 300.
Re: Cherry Zen Template Support Thread
Hi guys,
I cant get the "manufacured by..." and "Model" bullet points to appear on my product pages just under the title. They appear on the template demo online. I have mucked around in admin and cant find a solution. Any ideas?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
waltinrio
thanx...ill have to look into that a little bit more...let me ask this if you dont mind. how do I change the names page 2 page 3 etc?
To Change The Names of Page 2, 3, 4 in the More Information Sidebox:
This has to be changed in your Zen Cart files, either via FTP or your Cpanel File Manager.
The file you need is public_html/includes/languages/YOUR TEMPLATE/english.php
The place to change it is located on or about line 147 and it will look like this:
Quote:
// information box text in sideboxes/more_information.php - were TUTORIAL_
define('BOX_HEADING_MORE_INFORMATION', '');
define('BOX_INFORMATION_PAGE_2', 'Page 2');
define('BOX_INFORMATION_PAGE_3', 'Page 3');
define('BOX_INFORMATION_PAGE_4', 'Page 4');
Make sure you leave the ' marks and only change the text in between. (I highlighted it in red what to change)
Now you will also have to go to public_html/includes/languages/english/page_2.php
To change this:
Quote:
define('NAVBAR_TITLE', 'Page 2');
define('HEADING_TITLE', 'Page 2');
Hope that helps. :smile:
Re: Cherry Zen Template Support Thread
hi jettrue + all,
i am trying to add a specials tab to the nav bar. i want it to show only if there are specials. can anyone help with the correct coding?
Code:
<!--bof-navigation display-->
<div id="navMainWrapper">
<div id="navMain">
<ul>
--specials tab code here--
thanks.
Re: Cherry Zen Template Support Thread
please disregard last post, I just worked it out! :clap: