Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
heavenlynights
Sorry Glamor, just tried it, didn't work for me as both my right and left columns are set to 170px and not the standand 150px set in the template.
Thanks anyway
Did you read the instructions in the readme.txt on changing the sidebox widths?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
jettrue
Did you read the instructions in the readme.txt on changing the sidebox widths?
Hey Jade, sure did and followed it to the letter, including resizing sidebox.gif
I'm Stuck :frusty:
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
heavenlynights
Hey Jade, sure did and followed it to the letter, including resizing sidebox.gif
I'm Stuck :frusty:
Sorry, I didn't fully understand the issue.
Add this to your css:
Code:
#linksboxContent select {margin:.2em 0;padding:0;width:160px!important;float:left}
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
coolbuys
I used 4 products per row on my new products. but the descriptions don't lay out properly. I noticed style="width:25%". I think it should be width:98%
<td width="25%" align="center" valign="top"><div class="centerBoxContentsNew centeredContent" style="width:25%;">
Can anyone please help?
http://coolbuydirect.com/c/index.php?main_page=
thank you
Hi!
open up includes/templates/cherry_zen/common/tpl_columnar_display.php and change this chunk:
Code:
$r_params = str_replace("50", "98", $r_params);
$r_params = str_replace("33", "98", $r_params);
$col_width = str_replace("50", "48", $col_width);
$col_width = str_replace("33", "31", $col_width);
to this:
Code:
$r_params = str_replace("50", "98", $r_params);
$r_params = str_replace("33", "98", $r_params);
$r_params = str_replace("25", "98", $r_params);
$col_width = str_replace("50", "48", $col_width);
$col_width = str_replace("33", "31", $col_width);
$col_width = str_replace("25", "23", $col_width);
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
weezee
Yes, I have no problem with IE 7, its foxfire that the problem is in.
Your logo IS centered in Firefox, its the text below it that is not centered. All you have to do is change #taglineWrapper to this:
#taglineWrapper {
width:100%;
}
Re: Header Menu Positioning Help
Quote:
Originally Posted by
RJR
I would appreciate any help on how to correct the Header Menu ( navmain ) position. The HOME LOGIN MY ACCOUNT SHOPPING CART CHECK OUT menu bar is out of position. This site is a fresh install of Ver. 1.3.8 w/Cherry Zen Template. I failed to mention in a previous post this only happens when we reduce the 1000px page width to anything below 900px. A snapshot of the web page at 800px screen width can be seen here:
http://www.smokeddogbones.com/images/SnapShot.jpg
Thank you in advance for any suggestions. :frusty:
RJR
Could I see a link to where this happens?
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
gsdcypher
Hi Jade,
My turn to help. :smile:
I added this code:
Code:
<!--bof-view cart and checkout now links-->
<div id="your new div">
<ul class="forward">
<?php if ($_SESSION['cart']->count_contents() != 0) { ?>
<a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> |
<a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a>
<?php }?>
</ul>
</div>
<!--eof-view cart and checkout now links-->
to the tpl_ezpages_bar_header and got the links to appear! :clap:
But it did push the side columns down a bit leaving a gap. Do you know what in my code is causing that and how to fix it?
Thanks.
LOL, I was just staging a reply telling you to put it in tpl_ezpages_bar_header.php.
Could I see a link? (links are always great!)
Re: Cherry Zen Template Support Thread
Quote:
Originally Posted by
Glamorousshoe
I decided to use this template instead of the Apple. So I hav this technical question.
I want the customer to be able to browse through my site in two ways:
Categories Which is Included in the templates, And Also by Size.
Now I can set the different size through the Attribute, So I want to add anew side Box with "Shop By Size". The question is Can we link the Shop by Size "which will range from 5-14" So it will collect the infomration from the attribute Automatically So when you input a new item with different sizes it will show up in both the Catgories Box and The Size Box.
Are you using the Manufacturer capabilities? If not, you can make a faux "Shop by Size" function, by using sizes instead. But then you'd have to have a product for every size, which is not what I think you want. SO, what you are asking for is very complicated, and not default in zen cart, nor as a mod (as far as I know), and would probably take extensive coding.
Re: Header Menu Positioning Help
Quote:
Originally Posted by
jettrue
Could I see a link to where this happens?
Jade,
I emailed you the link. Let me know if you do not receive it?
Thank you for responding.
RJR
Re: Cherry Zen Template Support Thread
Hi Jade,
Sure. Here is a link http://67.222.36.199/~allkninc/ adding the links caused a small gap between the nav bar and the columns to appear.
I also have a Featured Products header showing on the main page, but no featured products ever show in there. But they do show in the Featured sidebox... Do you know why that is?
Also, how would I remove order steps? What files would I have to edit?
One more thing... :-). On some pages there are yellow edges around my search box. For example http://67.222.36.199/~allkninc/shipping.html. Do you know why that is and where/how to remove the yellow?
Thanks!
Quote:
LOL, I was just staging a reply telling you to put it in tpl_ezpages_bar_header.php.
Could I see a link? (links are always great!)