New Zenner
- Join Date:
- Jan 2011
- Posts:
- 88
- Plugin Contributions:
- 0
Apparel Boutique Template Support Thread
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
Views: 95,873
New Zenner
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
Totally Zenned
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
New Zenner
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-sets/sieradenset-hello-kitty-met-gekleurde-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
Totally Zenned
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:
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.
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
New Zenner
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
New Zenner
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.php?main_page=index&cPath=4&sort=20a&page=2
Thanks in advance
New Zenner
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
Totally Zenned
1: The product titles, descriptions, price, add to cart, etc dont align with their neighbour
On which page?
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.
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
Totally Zenned
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:
<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
New Zenner
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
New Zenner
<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, > > Annepicaflor-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:
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
Totally Zenned
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.
This is not a problem with the template. This is happening because of your product image sizes and product title lengths.
The in stock and kgs I want to add appears when i go into he product itself but not on the main category list
You can add the weight to the product listing page via the admin at configuration -- product listing. There is no setting for adding the stock quantity. I would recommend searching the forum to find out if someone else has done this.
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
It has nothing to do with the browser. As I have said, this is the correct behavior. If you want to change the number of products per product listing page you can do this in the admin. Here is a link to a tutorial:
How to Set the Number of Products per Product Listing Page
Thanks,
Anne
Totally Zenned
I try to add this above the additional images code,but then you always see the text,also when there are no additional images.
Sorry, that was not the correct place. I would recommend searching in the developers toolkit to find the correct file to edit.
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
Try searching for "alwyas show sub categories". I come up with many threads in this search.
Thanks,
Anne
New Zenner
Hi Anne,
I think we have our lines crossed. I didnt think it was a template problem I was looking for a way to align or pad them from the bottom. With regards to the Kgs and in stock this is text I want to add - the weight and (in stock) quantity appear already but I want it to say 13 'in stock' and 0.1'Kgs'.
I will see if I can adjust the amount of products to make them align on the 2nd page
Thanks
New Zenner
Hi,
I deleted the slider code from my mainpage,but i forget to save this on my pc.
Where can I find the slider code to add this back on my mainpage?
Thanks
Richard
Totally Zenned
Hi,
I deleted the slider code from my mainpage,but i forget to save this on my pc.
Where can I find the slider code to add this back on my mainpage?
Thanks
Richard
It is in the template package includes/languages/english/html_includes/define_main_page.php. Just go and download the template files again.
Thanks,
Anne
New Zenner
picaflor-azul:
It is in the template package includes/languages/english/html_includes/define_main_page.php. Just go and download the template files again.
Thanks,
Anne
Thanks,will do that :smile:
New Zenner
Hi,
It seems that my CSS files are loading 2 times.
How can we solve this to make sure that my CSS files are loading only 1 time?
Hope you have a solution for this,cause in this way it takes some little more time to load the pages.
Thanks
Richard
My shop: http://silvaro.nl
Totally Zenned
Hi,
It seems that my CSS files are loading 2 times.
- JS loader Minify
- Normal CSS
How can we solve this to make sure that my CSS files are loading only 1 time?
Hope you have a solution for this,cause in this way it takes some little more time to load the pages.
Thanks
Richard
My shop: http://silvaro.nl
This is not a template specific question or a problem with the template. I would recommend posting to the css/javascript loader support thread. I have used that module many times in custom zen cart projects and not had any problems so maybe you do not have it installed correctly?
Thanks,
Anne
New Zenner
Anne - first of all - AWESOME template. Thanks for sharing it. We are putting the final touches on our site, but we are trying to find the location to modify the look of the products on the front page. Your template has the price and "product details" button on the same line, maybe as part of a <tr>? We'd like to have the price and product details buttons centered and on separate lines underneath the product image previews. Thanks!
Fields marked required must be completed.
Tell staff why this post should be reviewed.