cemas Posted November 2, 2013 Share Posted November 2, 2013 Hi, I have problem with subcategories showing, in some it works fine, but in two it shows several blank places, and I don't know how to fix it. Maybe some one can help with it? Sorry for my English Prestashop version: 1.5.0.17Theme: Simplex Link to comment Share on other sites More sharing options...
vekia Posted November 2, 2013 Share Posted November 2, 2013 it's related to css styles. due to the fact that you use non-default theme please share url to your website Link to comment Share on other sites More sharing options...
cemas Posted November 2, 2013 Author Share Posted November 2, 2013 http://www.groziosala.comAnd other problem is in home featured, when in featured shows product which has disabled purchase it also shows blank spaces like subcatgory in photo. Link to comment Share on other sites More sharing options...
vekia Posted November 2, 2013 Share Posted November 2, 2013 category.css line 103 use this: .inline_list li .cat_name { color: #888888; font-size: 12px; text-decoration: none; height: 15px!important; display: block; } + category.css line 74 use this: .inline_list li .img { margin-right: 15px -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; -ms-transition: all 0.5s ease; transition: all 0.5s ease; } effect: Link to comment Share on other sites More sharing options...
cemas Posted November 3, 2013 Author Share Posted November 3, 2013 Thank you very much, it works very good. Maybe you know how to fix home featured problem? When in homefeatured randomly shows product which has disabled purchace in admin it shows badly like was categories. In photo red squere show which product have disabled purchace Link to comment Share on other sites More sharing options...
vekia Posted November 4, 2013 Share Posted November 4, 2013 it's the same problem, you must create height value for homefeatured product name too. unfortunately i can't reproduce problem right now - everything appear well there now Link to comment Share on other sites More sharing options...
Recommended Posts