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
No, that is css code for hiding sections.
In html, you use <!-- before and --> after.
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
jewelsbyjewls
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
To get the about us page to show up in the Define Pages Editor with the rest, you have to use the About Us Page mod in the download section.
http://www.zen-cart.com/index.php?ma...roducts_id=182
Now, you can also add pages via the "Tools", "Ezpages" option, and follow the instructions in my readme.txt file (#7) about how to get them to show up in the dropdown menu. If you add the "About Us" that way, you can just remove the about us section I added in includes/template/YOUR_TEMPLATE/tpl_drop_menu.php
It looks like the "Login" link is missing for the same reason your "HOME" link is missing... because you removed it from a language file? That is not the best way to get rid of a link, because then you remove the text from everywhere else it belongs.
Re: Apple Zen Template Support Thread
Re: Apple Zen Template Support Thread
Hey jade
http://www.smileysmart-grow.nl/index.php
You see the black area next to the content, I want to place images there vertically to fill it up, How should I do this?
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
axip
Do you mean the page background color? You can add a background image to the body tag.
Re: Apple Zen Template Support Thread
Yes, but what If I want different images at both sides and keep the main bg color black?
Another question; how do I disable the tagline? I found it in this topic somewhere but can seem to find it again?
It went something like this
tagline { disable }
font-size:1.3em;
line-height:1em;
text-align:center;
padding-top:15px;
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
axip
Yes, but what If I want different images at both sides and keep the main bg color black?
Another question; how do I disable the tagline? I found it in this topic somewhere but can seem to find it again?
It went something like this
tagline { disable }
font-size:1.3em;
line-height:1em;
text-align:center;
padding-top:15px;
#tagline {display:none}
As far as the image thing you're trying to do, I'm really not visualizing it, and would need to see an example image.
3 Attachment(s)
Re: Apple Zen Template Support Thread
I basically got 2 images;
http://www.zen-cart.com/forum/attach...1&d=1181148056
and another one image 2 to add tot the sides of the main
see screenshots
Re: Apple Zen Template Support Thread
Quote:
Originally Posted by
axip
I don't have any real good options for that. I would instead come up with one image that can repeat nicely, and set that as a background image.
Re: Apple Zen Template Support Thread
Alright thanks!
Sorry to be such a burden, but I got a few more questions.
You know where the headerborder.gif is located right. I have this flash music player I want to place there instead of the image(You can see the player at www.smileysmart-grow.nl/index.html)
How can I do this?