peanut Posted April 20, 2012 Share Posted April 20, 2012 (edited) Hi Please help me test my site being upgraded by someone I have paid Thanks Removed temp site Edited May 25, 2012 by peanut (see edit history) Link to comment Share on other sites More sharing options...
Patric Posted April 20, 2012 Share Posted April 20, 2012 Hi peanut, On some products lists, there is no space between photos : http://baby-diaries.com/Store/category.php?id_category=32 Maybe the blocks titles should be brought a little more into relief. Link to comment Share on other sites More sharing options...
El Patron Posted April 20, 2012 Share Posted April 20, 2012 sorry, not a lot of time to explain below. You should be able to enable compression, shared hosting accounts don't typically support browser cache. (contact your hosting provider or search the internet using your hosting account type for more information) http://screencast.com/t/7z6eI3Sl9ImP here is the code you can place in your .htaccess file, make sure to clear you browser cache to test first time...if the module for expires is not loaded in your system, it will of course have not affect. <IfModule mod_expires.c> ExpiresActive On ExpiresByType image/gif "access plus 1 month" ExpiresByType image/jpeg "access plus 1 month" ExpiresByType image/png "access plus 1 month" ExpiresByType text/css "access plus 1 week" ExpiresByType text/javascript "access plus 1 week" ExpiresByType application/javascript "access plus 1 week" ExpiresByType application/x-javascript "access plus 1 week" ExpiresByType image/x-icon "access plus 1 year" </IfModule> Link to comment Share on other sites More sharing options...
peanut Posted April 20, 2012 Author Share Posted April 20, 2012 Thank you Patric Codron & elpatron. Link to comment Share on other sites More sharing options...
peanut Posted May 10, 2012 Author Share Posted May 10, 2012 Update the site is now live, but I get errors on the product list view in the chrome browser for Windows. The currency symbol overlaps the first digit of the price and makes it look cheaper. But this is not the problem in the product page. Any help? The live site http://droppedpin.net Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now