Zen Cart Logo
Forums / Addon Templates / Apple Zen Support Thread

Apple Zen Support Thread

Views: 855,620

Results 1,121 to 1,140 of 3,042
3 Sep 2007, 2:05 AM
#1121
actorxfactor avatar

actorxfactor

New Zenner

Join Date:
Aug 2007
Posts:
84
Plugin Contributions:
0

Apple Zen Support Thread

Hi, I have renamed the "Categories" link on the header but I can't work out how to rename "Categories", "New Products" & "All Products" in the side box, any assistance greatly appreciated,
Gordon:smile:

3 Sep 2007, 8:03 AM
#1122
actorxfactor avatar

actorxfactor

New Zenner

Join Date:
Aug 2007
Posts:
84
Plugin Contributions:
0

Re: Apple Zen Support Thread

actorxfactor:

Hi, I have renamed the "Categories" link on the header but I can't work out how to rename "Categories", "New Products" & "All Products" in the side box, any assistance greatly appreciated,
Gordon:smile:

DONE! Please Ignore:clap:

3 Sep 2007, 3:35 PM
#1123
actorxfactor avatar

actorxfactor

New Zenner

Join Date:
Aug 2007
Posts:
84
Plugin Contributions:
0

Re: Apple Zen Support Thread

I already posted this on the main forum, sorry I'm so impatient, but this is buggin'me maan!

When I have overspill and the right scroll bar appears, the page content moves to the left to accommodate the bar, how can this be prevented?
Thanks,
Gordon.

https://www.actorxfactor.co.uk

3 Sep 2007, 5:01 PM
#1124
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

actorxfactor:

I already posted this on the main forum, sorry I'm so impatient, but this is buggin'me maan!

When I have overspill and the right scroll bar appears, the page content moves to the left to accommodate the bar, how can this be prevented?
Thanks,
Gordon.

https://www.actorxfactor.co.uk

Err, can you link me to a page where this happens? Why would things be "overspilling"? Do you have some really wide tables entered somewhere?

ETA: Nevermind, I know what you mean. The fact that a scroll bar appears when a page is long is default browser behavior. Without the scroll bar, how would your users get to the content?

The only thing you can do, is add the below to your css, so that ALL pages, even short ones, have a scroll bar.

html { min-height: 100%; margin-bottom: 1px; }

3 Sep 2007, 10:59 PM
#1125
alexlunde avatar

alexlunde

New Zenner

Join Date:
Sep 2007
Posts:
1
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi. I downloaded and installed this skin and it look really nice. However, in the demo page (http://www.zencart137.jadetrue.com/), the six main sections at the top of the centre column are evenly spaced and take up all the width of the column. In my installation, and in lots of others I have seen on this thread there is a gap at the right hand side of the centre column with empty space. Can anyone suggest a way of correcting this and achieving the layout of the demo? Thanks.

3 Sep 2007, 11:57 PM
#1126
trole avatar

trole

New Zenner

Join Date:
Sep 2007
Posts:
27
Plugin Contributions:
0

Re: Apple Zen Support Thread

Hi, this is my first post. :blush:
i would like to thank you for great template. :clap:

im working on my website right now and im having one thing that i cannot change. and i need your help please.
if you'll open my website you can see that i change the gray side bar to the middle of the website.

im trying to move all blocks to the left (where the gray is start) and to use all the space that right now i can't use. also, i hope that it will effect the all thing because right now if you look on one of my product you can see that the description of item is going on top of the gray part.

thanks alot.
:lamo:

http://www.americansteamers.com/shop/

4 Sep 2007, 12:51 AM
#1127
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

alexlunde:

Hi. I downloaded and installed this skin and it look really nice. However, in the demo page (http://www.zencart137.jadetrue.com/), the six main sections at the top of the centre column are evenly spaced and take up all the width of the column. In my installation, and in lots of others I have seen on this thread there is a gap at the right hand side of the centre column with empty space. Can anyone suggest a way of correcting this and achieving the layout of the demo? Thanks.

The "six main sections" are part of the drop down menu. I'm in the process of updating this template, and part of this update is equally spacing the items of the drop down menu, like the test site is. Anyway, to achieve this, follow the instructions here:

http://www.zen-cart.com/forum/showpost.php?p=406644&postcount=1036

4 Sep 2007, 1:05 AM
#1128
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

Oops, double post

4 Sep 2007, 1:16 AM
#1129
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

Trole:

Hi, this is my first post. :blush:
i would like to thank you for great template. :clap:

im working on my website right now and im having one thing that i cannot change. and i need your help please.
if you'll open my website you can see that i change the gray side bar to the middle of the website.

im trying to move all blocks to the left (where the gray is start) and to use all the space that right now i can't use. also, i hope that it will effect the all thing because right now if you look on one of my product you can see that the description of item is going on top of the gray part.

thanks alot.
:lamo:

http://www.americansteamers.com/shop/

I'm not really following what you are trying to do. I think we have a bit of a language barrier or something? You said "I'm trying to move all blocks to the left (where the gray is start)". You want the sideboxes on the left side? Or you want the main content to fill all the way to the right to meet the sideboxes??

I notice that you are using tables, and that is not default for the template. What version of zen cart are you using? When I look at your page source, I see sections like this:

<div id="indexDefaultMainContent" class="content"><p> <table cellspacing="0" cellpadding="0" width="465" border="0">
<tbody>
    <tr>
        <td width="465">
        <div class="maindiv">

That 465 is what is making the center section smaller. That table needs to be removed.

Oh, I SEE, you're trying to use this template on what used to be a template monster template. If I were you, I would start fresh, get rid of ALL template monster files, and start over with apple zen. They've hacked the heck out of your zen cart code. Ask TM for your money back.

4 Sep 2007, 2:20 AM
#1130
trole avatar

trole

New Zenner

Join Date:
Sep 2007
Posts:
27
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

I'm not really following what you are trying to do. I think we have a bit of a language barrier or something? You said "I'm trying to move all blocks to the left (where the gray is start)". You want the sideboxes on the left side? Or you want the main content to fill all the way to the right to meet the sideboxes??

I notice that you are using tables, and that is not default for the template. What version of zen cart are you using? When I look at your page source, I see sections like this:

<div id="indexDefaultMainContent" class="content"><p> <table cellspacing="0" cellpadding="0" width="465" border="0">
<tbody>
    <tr>
        <td width="465">
        <div class="maindiv">

That 465 is what is making the center section smaller. That table needs to be removed.

Oh, I SEE, you're trying to use this template on what used to be a template monster template. If I were you, I would start fresh, get rid of ALL template monster files, and start over with apple zen. They've hacked the heck out of your zen cart code. Ask TM for your money back.

Hi, and thank you for your help.
im using zencart 1.3.7 the last version.
and i didn't purchased the template, i just like the way that template monster look like so i re-design my zen cart with the same color. :wink:

so... there is any way to extand the side bar on the right to the left?

Thanks a lot,
:lamo:

4 Sep 2007, 11:00 AM
#1131
actorxfactor avatar

actorxfactor

New Zenner

Join Date:
Aug 2007
Posts:
84
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

Err, can you link me to a page where this happens? Why would things be "overspilling"? Do you have some really wide tables entered somewhere?

ETA: Nevermind, I know what you mean. The fact that a scroll bar appears when a page is long is default browser behavior. Without the scroll bar, how would your users get to the content?

The only thing you can do, is add the below to your css, so that ALL pages, even short ones, have a scroll bar.

html { min-height: 100%; margin-bottom: 1px; }

Thanks once more...:smile:

4 Sep 2007, 11:35 AM
#1132
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

Trole:

Hi, and thank you for your help.
im using zencart 1.3.7 the last version.
and i didn't purchased the template, i just like the way that template monster look like so i re-design my zen cart with the same color. :wink:

so... there is any way to extand the side bar on the right to the left?

Thanks a lot,
:lamo:
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.

4 Sep 2007, 2:53 PM
#1133
julie_t avatar

julie_t

New Zenner

Join Date:
Nov 2006
Posts:
29
Plugin Contributions:
0

Re: Apple Zen Support Thread

jettrue:

You want to sort the ezpage links? Have you given them a sort order for the header when you add them?

As far as the ezpage under the categories, I don't think that will work very well... actually wait, we can do a manual work around. Open up includes/classes/categories_ul_generator.php, and change this line:

$parent_group_end_string = '</ul>',

> 
> to this:
> 
> ```
$parent_group_end_string = '<li><a href="index.php?main_page=page&id=2">YOUR PAGE NAME</a></li></ul>',

Of course replacing "index.php?main_page=page&id=2" with your own link.
Thanks Jade! It worked great!

4 Sep 2007, 3:50 PM
#1134
julie_t avatar

julie_t

New Zenner

Join Date:
Nov 2006
Posts:
29
Plugin Contributions:
0

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

4 Sep 2007, 6:37 PM
#1135
trole avatar

trole

New Zenner

Join Date:
Sep 2007
Posts:
27
Plugin Contributions:
0

Re: Apple Zen Support Thread

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:

4 Sep 2007, 9:40 PM
#1136
buk24hours avatar

buk24hours

New Zenner

Join Date:
May 2007
Posts:
7
Plugin Contributions:
0

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.php?main_page=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:

4 Sep 2007, 10:50 PM
#1137
trole avatar

trole

New Zenner

Join Date:
Sep 2007
Posts:
27
Plugin Contributions:
0

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:

5 Sep 2007, 11:58 AM
#1138
actorxfactor avatar

actorxfactor

New Zenner

Join Date:
Aug 2007
Posts:
84
Plugin Contributions:
0

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.

https://www.actorxfactor.co.uk

5 Sep 2007, 9:10 PM
#1139
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

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:

 $page_query = $db->Execute("select * from " . TABLE_EZPAGES . " where status_header = 1 order by sidebox_sort_order, pages_title");

to ths:

$page_query = $db->Execute("select * from " . TABLE_EZPAGES . " where status_header = 1 order by header_sort_order, pages_title");
5 Sep 2007, 9:13 PM
#1140
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Apple Zen Support Thread

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.php?main_page=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!