Re: Apple Zen Support Thread
Quote:
Originally Posted by
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.
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; }
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.
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/
Re: Apple Zen Support Thread
Quote:
Originally Posted by
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/showpo...postcount=1036
Re: Apple Zen Support Thread
Re: Apple Zen Support Thread
Quote:
Originally Posted by
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.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
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:
Re: Apple Zen Support Thread
Quote:
Originally Posted by
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:
Re: Apple Zen Support Thread
Quote:
Originally Posted by
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.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
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:
Code:
$parent_group_end_string = '</ul>',
to this:
Code:
$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!