Re: Apple Zen Template Support Thread
Hey jade lil question
http://winkel.smileysmart-grow.nl
You see the black background next to the contect, How can I add images to that background, several images planted vertically.
1 Attachment(s)
Re: Apple Zen Template Support Thread
hi dudes, i have installed apple_zen and not see the right box menu. why? :frusty:
(zen cart 1.3.7) tnx.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
zioo
hi dudes, i have installed apple_zen and not see the right box menu. why? :frusty:
(zen cart 1.3.7) tnx.
You need to set what you want to see in the Layout Boxes Controller under the admin of the Zen-Cart program.
ADMIN>TOOLS>Layout Boxes Controller
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jewelsbyjewls
ok one last question, and then I think I am done. If you look at the site I'm working on now (my dad's fly rod site)
www.ausableflyrods.com and you look at the navigation bar at the top, I removed the HOME section. Is there a way to:
1) totally remove the items under the HOME tab
2) continue the white spacer bar
If I add HOME back to the navigation bar, I get home there (in the dark gray), directly below that in the green, and way up above the logo. I'm not sure how to make them independently disappear.
IF I could get the HOME to stay in the navigation bar, and disappear below it and up above the logo that would be best.
Thanks!
Julie
Well, removing the word "Home" from your language file is not a good way to go about it, because as you see it removes it from everywhere. I assume that is what you did.
I'm assuming that you want the word "HOME" back in the drop down menu bar, but you don't want it in the breadcrumbs (below the navigation bar), or at the top of the page. First, add home back to the language file.
To remove it from the top of the page, you can just add display:none;
to #navMainWrapper in your stylesheet.
For the breadcrumbs... do you want to remove them altogether, or simply remove the "Home" link? If you want to remove the breadcrumb altogether, just add display:none to #navBreadCrumb.
I don't know what you mean by "continue the white spacer bar".
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
mrtorrez
Hi,
Using for example cellspacing="6" cellpadding="6" in Ez-pages with HTML_editor does not have any effect with the spacing of table-cells. The spacing stays zero.
Could there be some code in default.css causing this?
grmx
There are no tables in the ezpages output, only tables I guess if you are adding them when creating the ezpage. Could I see the page with the issue? I wouldn't add tables there, probably, but find a way to do what I needed to do with divs and css.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
axip
Hey jade lil question
http://winkel.smileysmart-grow.nl
You see the black background next to the contect, How can I add images to that background, several images planted vertically.
It looks like your site is down. Let me know if you still need help with this.
Re: Apple Zen Template Support Thread
Ok another question. I noticed under INFORMATION, it lists Shipping, Privacy, Conditions of Use, About Us, Gift Certificates, Discount Coupons and Unsub Newsletter.
My question is, in the About Us, it indicates the text to change is on the define page not found page. Is there anyway I can change that directly to About Us? I also need to add more pages, but don't know where to name them specifcally or how to place them so they show up under information.
I also just noticed that under MY ACCOUNT, the LOGIN area is missing...anyone know how to fix that?
Again the site I am working with is www.ausableflyrods.com
Thanks!
Julie
Re: Apple Zen Template Support Thread
Help I'm trying to get rid of the header nav bar search form and the 'Home' link so as to leave a empty red header bar. Could someone advise me how I would go about doing this?
I tried commenting it out of the tpl_header.php file but it doesn't work. It just displays /* and */ before and after the nav bar. What else could I do?
Look at www.supremefoods.com.au/store to see what I am talking about.
Thx,
THM
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jettrue
It looks like your site is down. Let me know if you still need help with this.
Yeah I forgot, I'm remaking it cause of that red line through the header I have in IE. I'll ask again when it's reuploaded.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
thm
Help I'm trying to get rid of the header nav bar search form and the 'Home' link so as to leave a empty red header bar. Could someone advise me how I would go about doing this?
I tried commenting it out of the tpl_header.php file but it doesn't work. It just displays /* and */ before and after the nav bar. What else could I do?
Look at
www.supremefoods.com.au/store to see what I am talking about.
Thx,
THM
Log into your admin and then go to Tools>Layout Boxes Controller
and then disable sideboxes/search_header.php. This should get red of the search form. I don't have a solution for the Home link.