Dolke Posted July 23, 2013 Share Posted July 23, 2013 Hi there, These is a smaller css related issue with the "Related product slider". Its actually problem with the names of the products that are displayed below the images. In the attached printscreen below you can see what Im referring to. Is there easy fix for this problem? Thank you in advance. Dean Link to comment Share on other sites More sharing options...
vekia Posted July 23, 2013 Share Posted July 23, 2013 /modules/productscategory/produtscategory.tpl (this file may exist in your theme directory, if so - edit it, not original module file) <a href="{$link->getProductLink($categoryProduct.id_product, $categoryProduct.link_rewrite, $categoryProduct.category, $categoryProduct.ean13)}" title="{$categoryProduct.name|htmlspecialchars}">{$categoryProduct.name|truncate:14:'...'|escape:'htmlall':'UTF-8'}</a> increase the value of the truncate:14 Link to comment Share on other sites More sharing options...
Dolke Posted July 23, 2013 Author Share Posted July 23, 2013 (edited) I'm using default theme. There is productscategory folder but there is no productcategory.tpl file. I guess I will edit original one and report back here. Thanks Vekia. Update: Vekia take a look at: http://dekom.co.rs/sr/pocetna/2419-guma-rashladnih-uredjaja-br1-bez-lepljenja-u-metrazi.html I increesed the value to 30 but now problem is the spacing between these products and also name is longer but it is all in one line. I thought of making something like: IMAGE namename na na name namenamename name Edited July 23, 2013 by Dolke (see edit history) Link to comment Share on other sites More sharing options...
Dolke Posted July 24, 2013 Author Share Posted July 24, 2013 Vekia, any suggestions how to move part of the name in the new line below. Right now it seems to messy and not organised in the way I wanted... Link to comment Share on other sites More sharing options...
vekia Posted July 24, 2013 Share Posted July 24, 2013 hello sorry for long waiting time you have to define width param to the <li> elements there for example: width:60px; (this is image width) but i suppose that you will have problem with overlapping texts Link to comment Share on other sites More sharing options...
Dolke Posted July 24, 2013 Author Share Posted July 24, 2013 We are talking about modifying productscategory.tpl right? Link to comment Share on other sites More sharing options...
vekia Posted July 24, 2013 Share Posted July 24, 2013 that's right, you can put own width defitnition to the css styles (you dont have to use inline style="" tag in productscategory.tpl file) Link to comment Share on other sites More sharing options...
Dolke Posted July 24, 2013 Author Share Posted July 24, 2013 Hm, Im not sure how to do that Which CSS file do I need to edit exactly? Also, you can see that product that has no image is displayed differently then all others. Check this page for example. http://dekom.co.rs/sr/pocetna/2427-guma-gorenje-vakumska-zs310l-109x63-362202-gorenje.html Vekia, can you help me with these simple CSS tasks? I would like to pay you for these small customisations. Also, did you take a look at stores page? Link to comment Share on other sites More sharing options...
vekia Posted July 24, 2013 Share Posted July 24, 2013 Hm, Im not sure how to do that Which CSS file do I need to edit exactly? Also, you can see that product that has no image is displayed differently then all others. Check this page for example. http://dekom.co.rs/sr/pocetna/2427-guma-gorenje-vakumska-zs310l-109x63-362202-gorenje.html Vekia, can you help me with these simple CSS tasks? I would like to pay you for these small customisations. Also, did you take a look at stores page? hello i will send you PM, it is almost ready regarding to the css file - you've got CCC turned on so it's hard to say which one because files are minified and merged to one Link to comment Share on other sites More sharing options...
Dolke Posted July 24, 2013 Author Share Posted July 24, 2013 OK great to hear that Vekia. I sent you PM already Link to comment Share on other sites More sharing options...
Recommended Posts