nlc20 Posted January 30, 2017 Share Posted January 30, 2017 (edited) I have problem now that costumers on my site not see full name of article, it only litle bit and 3 dots?Please check pictures. Edited February 1, 2017 by nlc20 (see edit history) Link to comment Share on other sites More sharing options...
w3bsolutions Posted January 31, 2017 Share Posted January 31, 2017 I have problem now that costumers on my site not see full name of article, it only litle bit and 3 dots? Please check pictures. How can i fix this problem, please help me? There are no pictures attached to your post. 1 Link to comment Share on other sites More sharing options...
nlc20 Posted February 1, 2017 Author Share Posted February 1, 2017 Here is now Link to comment Share on other sites More sharing options...
w3bsolutions Posted February 1, 2017 Share Posted February 1, 2017 In the product-list.tpl in your theme you will see something like (the number might be different): {$product.name|truncate:35:'...'|escape:'htmlall':'UTF-8'} Change that to: {$product.name|escape:'htmlall':'UTF-8'} to show the full product name. 1 Link to comment Share on other sites More sharing options...
nlc20 Posted February 2, 2017 Author Share Posted February 2, 2017 I not have this in product-list.tpl , i have prestashop 1.7 Link to comment Share on other sites More sharing options...
w3bsolutions Posted February 2, 2017 Share Posted February 2, 2017 Ok, in PS 1.7, you need to edit this file inside theme directory: /templates/catalog/_partials/miniatures/product.tpl , around line 39: <h1 class="h3 product-title" itemprop="name"><a href="{$product.url}">{$product.name|truncate:30:'...'}</a></h1> change to: <h1 class="h3 product-title" itemprop="name"><a href="{$product.url}">{$product.name}</a></h1> Cheers. 1 Link to comment Share on other sites More sharing options...
nlc20 Posted February 3, 2017 Author Share Posted February 3, 2017 Wow is working :) Where i can send you BEER Thank you so muchCan you help me with this one i have problem long time and can not fix it, please check pictures, produces in some category are not together. Link to comment Share on other sites More sharing options...
w3bsolutions Posted February 3, 2017 Share Posted February 3, 2017 Haha, no worries, glad its working. For that other issue, it happens because not all the products have the same height (because in some the name takes 3 lines, in others 1). This can be fixed setting a fixed height equal to your product with the longest name (I wouldn't do it more than 3 lines max) or with some CSS rules of the tine :nth-child for the first item of each row. To help you better with any of these options I need a link to the site where its happening. Link to comment Share on other sites More sharing options...
nlc20 Posted March 6, 2017 Author Share Posted March 6, 2017 please check here http://www.lecnik.si/123-svetila?page=1 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