Re: Apple Zen Support Thread
Quote:
Originally Posted by
A-Anyday
Hi jettrue - Thanks for taking a look. Actually, no - I would like to keep my boxes in the right hand column as you intended with your template. So, how do I switch my .centerColumn back to normal to make it work? Please forgive my ignorance here!
just change .centerColumn back to float:left;
But the above doesn't explain why your sideboxes aren't working. Are both column left and right set to 1? How many sideboxes do you have turned on in "Tools" "Layout Boxes Controller" (remember after changing templates you have to turn any sideboxes you had on back on). Have you made any changes to common/tpl_main_page.php? Maybe try re-uploading that one.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
I think this will get all of it (add the below to your stylesheet):
.back#productMainImage, .back#productDetailsList, #cartAdd, .back.optionName, .wrapperAttribsOptions .back, .forward#productTellFriendLink, .back#productReviewLink{float:none!important;}
#productGeneral, #productDetailsList, #cartAdd {margin:0 auto;text-align:center;}
#cartAdd {border:none!important;}
Jade,
This worked great...thank you!
One more question. How can I make the tell a friend and write review boxes to line up horizontally and centered?
Re: Apple Zen Support Thread
Quote:
Originally Posted by
julie.t
Jade,
This worked great...thank you!
One more question. How can I make the tell a friend and write review boxes to line up horizontally and centered?
Add this too:
.forward#productTellFriendLink, .back#productReviewLink {display:inline;}
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
just change .centerColumn back to float:left;
But the above doesn't explain why your sideboxes aren't working. Are both column left and right set to 1? How many sideboxes do you have turned on in "Tools" "Layout Boxes Controller" (remember after changing templates you have to turn any sideboxes you had on back on). Have you made any changes to common/tpl_main_page.php? Maybe try re-uploading that one.
Hi Jettrue
OK I have changed the .centerColumn back to float:left (I didn't change it before!!)
And to answer your questions: I have 7 sideboxes turned on (I have since changed them all to right with no difference) I haven't made any changes to tpl_main_page.php but I have re-uploaded it anyway. Even so, I cant get the side boxes to show and to be honest I haven't mucked around with the code that much! It seems like something quite small but my many hours of looking I can't put my finger on it.
Please take another look if you wouldn't mind. Thanks, Adam
Re: Apple Zen Support Thread
Quote:
Originally Posted by
A-Anyday
Hi Jettrue
OK I have changed the .centerColumn back to float:left (I didn't change it before!!)
And to answer your questions: I have 7 sideboxes turned on (I have since changed them all to right with no difference) I haven't made any changes to tpl_main_page.php but I have re-uploaded it anyway. Even so, I cant get the side boxes to show and to be honest I haven't mucked around with the code that much! It seems like something quite small but my many hours of looking I can't put my finger on it.
Please take another look if you wouldn't mind. Thanks, Adam
As far as the centerColumn, I did post those exact instructions a few posts back, perhaps you thought I was referring to you? Anyhoo...
Make sure to set the "Left/Right Column Status" to on in the layout boxes controller.
Re: Apple Zen Support Thread
Quote:
Originally Posted by
jettrue
Since you're not using the little grey stripey image that's below the drop menu, you can get rid of this:
<div id="centerColumnOuter"></div>
You can find that in includes/templates/YOUR_TEMPLATE/common/tpl_header.php
Thanks Jettrue. That did the trick, but was actually found in includes/templates/YOUR_TEMPLATE/common/tpl_main_page.php
Re: Apple Zen Support Thread
Me again. A client likes the Apple Zen template so much that they've asked me to use it as a base for their new web site. However, they are asking me to have the first drop down menu of product categories always visible [ie. static] , with the subcategories still operating as fly out menu items.
Is this possible? If so, how do I achieve this effect?
Thanks in advance.