Hi,
It seems that my CSS files are loading 2 times.
1) JS loader Minify
2) 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?Hi,
It seems that my CSS files are loading 2 times.
1) JS loader Minify
2) 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
Thanks,
Anne
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!
Hello ;-)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!
Go to your stylesheet.css and change:
to:Code:.product_detail {float:right;} .price {float:left;font-size:110%;font-weight:bold;color:#000;}
Code:.product_detail {} .price {font-size:110%;font-weight:bold;color:#000;}
Thanks,
Anne
That did it! Thank you! Any chance to add an extra <br> between the price and the product details button? Just a nit because of spacing between the image and the price..
Here is our site:
http://www.customgiftsbymimi.com/
Adding in a break would be the hard way, unless you are very familiar with phpThat did it! Thank you! Any chance to add an extra <br> between the price and the product details button? Just a nit because of spacing between the image and the price..
Here is our site:
http://www.customgiftsbymimi.com/I would recommend just adding something like this to the stylesheet.css:
Thanks,Code:.product_detail {margin-top:10px;}
Anne
Hi Anne,
Thanks,I will check this.
I have another question for you,maybe you know how to do the following:
If you look at http://silvaro.nl/meisjes-sieraden/armbanden
you see that the prices of the products are not on the same height.
Is there a possibility to align the prices so that the price are on one line.
Thanks
Richard
This is because your product titles are different lengths--they take up different number of lines.Hi Anne,
Thanks,I will check this.
I have another question for you,maybe you know how to do the following:
If you look at http://silvaro.nl/meisjes-sieraden/armbanden
you see that the prices of the products are not on the same height.
Is there a possibility to align the prices so that the price are on one line.
Thanks
Richard
Thanks,
Anne