Re: Apparel Boutique Template Support Thread
Quote:
Hi,
I am ready to start editing the template from 2 columns to 3 columns,where should I start and is it difficult to do this?
Thanks
Richard
Just turn on the right hand column via the admin and in the stylesheet.css copy all of the properties and values from the left hand column selectors to the right hand column selectors.
Thanks,
Anne
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Just turn on the right hand column via the admin and in the stylesheet.css copy all of the properties and values from the left hand column selectors to the right hand column selectors.
Thanks,
Anne
Hi Anne,
Thanks,I already created this template to a 3 column template.
Have a look here how it looks,and maybe you can also give me some extra advice ;-)
My site: http://silvaro.nl
I have another question for you,maybe you know how to handle the following:
I have installed ImageHandler to add extra images with my products,this works perfect.
But how can I add some text above those extra images like "More images"?
Have a look here: http://silvaro.nl/meisjes/sieraden-s...-houten-kralen
Hope you are able to help me with that.
And one other think about the category navigation.
Now it is if you click on a category that you see the subs under that category.
Is it possible to have these subcategories always shown,not only if you click on the category?
Thanks in advance.
Richard
Re: Apparel Boutique Template Support Thread
Quote:
Hi Anne,
Thanks,I already created this template to a 3 column template.
Have a look here how it looks,and maybe you can also give me some extra advice ;-)
My site:
http://silvaro.nl
Your 3 column layout looks great :smile:
Quote:
I have another question for you,maybe you know how to handle the following:
I have installed ImageHandler to add extra images with my products,this works perfect.
But how can I add some text above those extra images like "More images"?
Have a look here:
http://silvaro.nl/meisjes/sieraden-s...-houten-kralen
Add this above the additional images code in the tpl_product_info_display.php file.
Quote:
And one other think about the category navigation.
Now it is if you click on a category that you see the subs under that category.
Is it possible to have these subcategories always shown,not only if you click on the category?
Take a look in the Free Software Add Ons --there are a few mods that you can install to do this. Also I have seen this asked on the forum before so if you do a search you can find the name of the mods.
Thanks,
Anne
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Your 3 column layout looks great :smile:
Add this above the additional images code in the tpl_product_info_display.php file.
Take a look in the Free Software Add Ons --there are a few mods that you can install to do this. Also I have seen this asked on the forum before so if you do a search you can find the name of the mods.
Thanks,
Anne
I try to add this above the additional images code,but then you always see the text,also when there are no additional images.
I tried to search for an addon to always expand the categories,but without success.
Many threads about this are very old,so still no solution for me :no:
Regards,
Richard
Re: Apparel Boutique Template Support Thread
I have a couple of changes I would like to make but am unsure where to make them. If this si the wrong place im sure someone will point it out. I have spent days searching for the answers too. 1: The product titles, descriptions, price, add to cart, etc dont align with their neighbour 2: underneath the add to cart there is the weight displayed as 0.1 and quantity as 13 but, I would like it to state 0.1Kgs and 13 in stock. Finally, I have the columns layed out 3 across but if the products go onto a new page the lay out is one to the left with a seperator and one to the right (better to see the example - http://www.creative-soaps.com/index....ort=20a&page=2
Thanks in advance
Re: Apparel Boutique Template Support Thread
Hi,
It seems there is a problem with my shop with different browsers.
I never saw this,cause this problem is not in Google Chrome and most of the time I am using that.
Someone else told me that.
This is the issue:
If you click on a link in the horizontal Top menu you see that the header gets bigger and also if you click on the logo :wacko:
Please try this yourself in Firefox and you will see what i mean.
My shop: http://silvaro.nl
Thanks for looking and i hope you have a solution for this.
Richard
Re: Apparel Boutique Template Support Thread
Quote:
1: The product titles, descriptions, price, add to cart, etc dont align with their neighbour
On which page?
Quote:
2: underneath the add to cart there is the weight displayed as 0.1 and quantity as 13 but, I would like it to state 0.1Kgs and 13 in stock.
It looks like you have figured this out.
Quote:
Finally, I have the columns layed out 3 across but if the products go onto a new page the lay out is one to the left with a seperator and one to the right (better to see the example -
This behaviour is correct. If you had 12 products then there would be 3 across on the second page.
Thanks,
Anne
Re: Apparel Boutique Template Support Thread
Quote:
Hi,
It seems there is a problem with my shop with different browsers.
I never saw this,cause this problem is not in Google Chrome and most of the time I am using that.
Someone else told me that.
This is the issue:
If you click on a link in the horizontal Top menu you see that the header gets bigger and also if you click on the logo
Please try this yourself in Firefox and you will see what i mean.
My shop:
http://silvaro.nl
Thanks for looking and i hope you have a solution for this.
Richard
Out of the box the template is cross browser compatible and tested on ie6, ie7, ie8, firefox, safari, and chrome. If you do not want to use the currencies and languages in the header of the template, remove the code from the tpl_header.php file:
Code:
<div id="header-curr-lang">
<?php require(DIR_WS_MODULES . 'sideboxes/languages_header.php'); ?>
<?php require(DIR_WS_MODULES . 'sideboxes/currencies_header.php'); ?>
<div class="clearBoth"></div>
</div>
Thanks,
Anne
Re: Apparel Boutique Template Support Thread
Hi The alignment is out on most product list pages ie New products on homnepage (dependant on products) and categories on the left. The underlying problem is image size and taht some titles run onto two lines.
The in stock and kgs I want to add appears when i go intot he product itself but not on the main category list
The 2nd page issue may be a browser thing but as there are only two products they are aligned one left and one on the right with the seperator just to the right of the left image leaving ahuge gap between the seperator and the right image
Thanks for the help
Re: Apparel Boutique Template Support Thread
Quote:
Originally Posted by
picaflor-azul
Out of the box the template is cross browser compatible and tested on ie6, ie7, ie8, firefox, safari, and chrome. If you do not want to use the currencies and languages in the header of the template, remove the code from the tpl_header.php file:
Code:
<div id="header-curr-lang">
<?php require(DIR_WS_MODULES . 'sideboxes/languages_header.php'); ?>
<?php require(DIR_WS_MODULES . 'sideboxes/currencies_header.php'); ?>
<div class="clearBoth"></div>
</div>
Thanks,
Anne
Hi Anne,
Thanks ,this was the solution,problem solved :D
Can you also have a look at my other questions?
I try to add this above the additional images code,but then you always see the text,also when there are no additional images.
I tried to search for an addon to always expand the categories,but without success.
Many threads about this are very old,so still no solution for me
Thanks
Richard