Re: Avonlee Contempo Template Support Thread
Quote:
Hello. I uploaded your template and it looks great, but I have a blue box running down the right side. I can't seem to figure out how to get rid of that. Thanks!
Quote:
Never mind! Got it to go away.
Yes, if you read the install.txt and apply the recommended admin settings then it will be fixed.
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Hi
I'm in the process of setting up my firt Zen shop and I am using this template which I like alot. thanks
I want to make some modifications to the look of the shop (I've added litebox which has integrated nicely) especially the look of the product info page.
I'd like to play around with the arangement of the product image, title, price etc. on the product info pages example here
I've tried looking at files that i found in the includes/templates/avonlee_contempo/templates folder but it didn't make sence to me... I'm pretty new to this
Any help with this would be greatly appreciated
Thanks
Re: Avonlee Contempo Template Support Thread
Quote:
Hi
I'm in the process of setting up my firt Zen shop and I am using this template which I like alot. thanks
I want to make some modifications to the look of the shop (I've added litebox which has integrated nicely) especially the look of the product info page.
I'd like to play around with the arangement of the product image, title, price etc. on the product info pages example here
I've tried looking at files that i found in the includes/templates/avonlee_contempo/templates folder but it didn't make sence to me... I'm pretty new to this
Any help with this would be greatly appreciated
Thanks
29th December 2010 08:33 PM
The template file that controls the layout of the product info page is includes/templates/avonlee_contempo/templates/tpl_product_info_display.php. You will probably also need to edit the includes/templates/avonlee_contempo/templates/stylesheet.css.
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Thanks Anne,
I had some success moving the product image and description around using the includes/templates/avonlee_contempo/templates/stylesheet.css. file.
I have been trying to move the product options/attributes list over to the right above the 'add to cart button' on this page for example
any help with this would be greatly appreciated
thanks
Phil
Re: Avonlee Contempo Template Support Thread
Quote:
Thanks Anne,
I had some success moving the product image and description around using the includes/templates/avonlee_contempo/templates/stylesheet.css. file.
I have been trying to move the product options/attributes list over to the right above the 'add to cart button' on this page for example
any help with this would be greatly appreciated
thanks
Phil
This is best achieved by editing the the tpl_product_info_display.php file.
Whenever you move things around using css you will need to re-do all of the cross browser testing to be sure that you have not broken the page in any particular browser. The un-edited version of the template has been cross browser tested on all major browsers.
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Re: Avonlee Contempo Template Support Thread
Just one more thing - I appreciate your help on this
how do I create some space between the 'add to cart button and the face book, twitter & share buttons on the product page?
example
Thanks
Phil
Re: Avonlee Contempo Template Support Thread
Quote:
Just one more thing - I appreciate your help on this
how do I create some space between the 'add to cart button and the face book, twitter & share buttons on the product page?
example
Thanks
Phil
Add some margin to the add to cart button.
Thanks,
Anne
Re: Avonlee Contempo Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Add some margin to the add to cart button.
Thanks,
Anne
Ok,
which file do i do this on & where on the file?
I'v looked in the files mentioned above and can't find anything that works
Ta
Phil
Re: Avonlee Contempo Template Support Thread
Quote:
Ok,
which file do i do this on & where on the file?
I'v looked in the files mentioned above and can't find anything that works
Ta
Phil
Add this to the bottom of your stylesheet.css:
Code:
.addthis_toolbox {margin-top:20px;}
Thanks,
Anne