cesareaugusto Posted December 14, 2013 Share Posted December 14, 2013 Hello, i have edited size home_default images product but now look in "product featured" in home page; where i must edit now for adjuste layout? Link to comment Share on other sites More sharing options...
vekia Posted December 14, 2013 Share Posted December 14, 2013 hello you have to edit picture size in homefeatured.css file add there width and height param (i suppose that you want to decrease size there) also, can you share url? i will give you full solution Link to comment Share on other sites More sharing options...
cesareaugusto Posted December 14, 2013 Author Share Posted December 14, 2013 (edited) intimo26.com but now i had already resize again to old resize for try, ok just finish of regenerates thumbnails i will ready to your edit............ we start from the beginning: preference - images - 166x247 home_default (and product gallery work right) then regenerates thumbnails and select "product" and "home_default"? I'm ready Milos.. Edited December 14, 2013 by cesareaugusto (see edit history) Link to comment Share on other sites More sharing options...
cesareaugusto Posted December 15, 2013 Author Share Posted December 15, 2013 hello you have to edit picture size in homefeatured.css file add there width and height param (i suppose that you want to decrease size there) also, can you share url? i will give you full solution Hello, have you seen the problem Milos? can i leave this size in homepage? Link to comment Share on other sites More sharing options...
vekia Posted December 15, 2013 Share Posted December 15, 2013 global.css line 313 add width: 124px param to:.products_block li img exactly as i show below: .products_block li img { border: 1px solid #d1d1d1; width: 124px; } Link to comment Share on other sites More sharing options...
cesareaugusto Posted December 15, 2013 Author Share Posted December 15, 2013 (edited) thank you, i done, but now there isn't space belowe and images block new product also not work. Edited December 15, 2013 by cesareaugusto (see edit history) Link to comment Share on other sites More sharing options...
cesareaugusto Posted December 15, 2013 Author Share Posted December 15, 2013 Hi Milos, i have added height and edit width: .products_block li img { border: 1px solid #d1d1d1; height: 150px; width: 120px; } however if put 8 items in home it protudes in footer then i leave only 4 items! Link to comment Share on other sites More sharing options...
vekia Posted December 15, 2013 Share Posted December 15, 2013 take a look: seems like everything is okay there? Link to comment Share on other sites More sharing options...
cesareaugusto Posted December 16, 2013 Author Share Posted December 16, 2013 (edited) Ok, now thank you i solved it by removing the description of the products from homefeatures.tpl file so I created enough space to show 8 products! what do you think is not much better without description? remove the description from products featured: /public_html/themes/default/modules/homefeatured/homefeatured.tpl line 43 more or less original: <div class="product_desc"><a href="{$product.link|escape:'html'}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags|truncate:65:'...'} </a></div> edited: (add comment code: open bracket + esclamation point and double dash) and after div put double dash and bracket close <!--div class="product_desc"><a href="{$product.link|escape:'html'}" title="{l s='More' mod='homefeatured'}">{$product.description_short|strip_tags| truncate:65:'...'}</a></div>--> ######################################### ONLY if you have to give more or less space on the table that contains the featured products (for old version of Prestashop) Line 31 <div class="block_content"> {assign var='liHeight' value=250} Edited December 16, 2013 by cesareaugusto (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 16, 2013 Share Posted December 16, 2013 thank you for step by step solution it will be helpful for other merchants with similar problem i marked topic title as [solved] with regards, Milos 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