Re: Apple Zen Support Thread
Hi Jade,
One more question about the Information dropdown menu. Iwas able to change the tpl_drop_menu.php and put the ez pages before the Privacy, Sitempa, etc. pages. I tried working with the header sort order to arrange the links in the order that I need them and they display properly in the horizontal menu but not so in the drop down menu. Is there a way to get the order displayed here too?
Thanks,
Juliet
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
I think I may be starting to understand you now. So you want the content of the right sideboxes to be wider?
You can change
#navColumnTwo, #navColumnOne and give it this width: width:40%;
And you can change
.centerColumn and give it this width: width:53%;
Why are you using all those tables in the home page? Now that the width is set via the css, you can get rid of all of those.
Wow... thank you very much. you help me a lot...
:clap:
that's exactly what i tried to do.
right now, as you said im going to get rid of all those tables.
Thanks.
Tal.
:lamo:
Re: Apple Zen Support Thread
I do love this template. I heave nearly got everything the way I want it now but one thing is bugging me. I have a gap which I think is for banners although I don't seem to be able to get banners working. For example, here is one of the pages of categories
http://www.e-shoppinguk.com/catalog/...=index&cPath=2
Right next to home and garden and the icon for it I get that right hand band of white space. What should go there? An image or a banner? Is there a quick fix for this? Any help appreciated.
:smile:
Re: Apple Zen Support Thread
Hi, i have one more question.
thanks for the one who can help me .
so... i visit that website : http://www.ejpshop.com/shop/
and i really like the way he put the shop cart status on header of apple zen template.
i tried to contact the owner and get the script but seems like he is not available.
i hope some one can help me with this issue and give me the code and explanation how to use it.
Thanks.
Tal.
:thumbsup:
Re: Apple Zen Support Thread
Hi, I'm trying to remove the images from my products, I've followed all the advice on the main forum and the images don't appear in IE but still appear in Firefox!
any ideas?
Ta,
Gordon.
www.actorxfactor.co.uk
Re: Apple Zen Support Thread
Quote:
Originally Posted by
julie.t
Hi Jade,
One more question about the Information dropdown menu. Iwas able to change the tpl_drop_menu.php and put the ez pages before the Privacy, Sitempa, etc. pages. I tried working with the header sort order to arrange the links in the order that I need them and they display properly in the horizontal menu but not so in the drop down menu. Is there a way to get the order displayed here too?
Thanks,
Juliet
Sorry! This was due to an error that I keep SWEARING that I have fixed and uploaded, but yet I haven't!
Open up includes/modules/sideboxes/apple_zen/ez_pages_drop_menu.php and change this:
Code:
$page_query = $db->Execute("select * from " . TABLE_EZPAGES . " where status_header = 1 order by sidebox_sort_order, pages_title");
to ths:
Code:
$page_query = $db->Execute("select * from " . TABLE_EZPAGES . " where status_header = 1 order by header_sort_order, pages_title");
Re: Apple Zen Support Thread
Quote:
Originally Posted by
BUK24hours
I do love this template. I heave nearly got everything the way I want it now but one thing is bugging me. I have a gap which I think is for banners although I don't seem to be able to get banners working. For example, here is one of the pages of categories
http://www.e-shoppinguk.com/catalog/...=index&cPath=2
Right next to home and garden and the icon for it I get that right hand band of white space. What should go there? An image or a banner? Is there a quick fix for this? Any help appreciated.
:smile:
I'm not sure what you're referring to. I just see the icon and the name are justified to the left, and there's nothing to the right of it because nothing belongs there. What would you like there to the right of the icon? It looks perfectly normal to me. Or perhaps you're speaking of something else, and it is browser specific. What browser are you using, and could you explain the issue and what you'd like instead a little more.
Thanks!
Re: Apple Zen Support Thread
Quote:
Originally Posted by
Trole
Hi, i have one more question.
thanks for the one who can help me .
so... i visit that website :
http://www.ejpshop.com/shop/
and i really like the way he put the shop cart status on header of apple zen template.
i tried to contact the owner and get the script but seems like he is not available.
i hope some one can help me with this issue and give me the code and explanation how to use it.
Thanks.
Tal.
:thumbsup:
See this post:
http://www.zen-cart.com/forum/showpo...59&postcount=6
Re: Apple Zen Support Thread
Quote:
Originally Posted by
actorxfactor
Hi, I'm trying to remove the images from my products, I've followed all the advice on the main forum and the images don't appear in IE but still appear in Firefox!
any ideas?
Ta,
Gordon.
www.actorxfactor.co.uk
I'm not seeing any images in Firefox... did you empty your cache?
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
Hi. and thank you for your help,
are you sure that the "Cart Summary Sidebox" will work on my ZenCart 1.3.7
on the description it says "Work with 1.3.0 - 1.3.6"
Thanks again.
Tal.
:unsure: