InTooDeep Posted May 4, 2014 Share Posted May 4, 2014 (edited) Hi i have problem, I have installed new 1.6x it's great and I wanna make new shop. But after adding few products I see that last thumb is missing when there's more than 8 images in product category. here is example, I attached the screens of them and here is link to the product http://www.beautydefined.pl/index.php?id_product=17&controller=product also the second product http://www.beautydefined.pl/index.php?id_product=20&controller=product I regenerate thumbnails, I've check it on other browser also on browser without catch. Nothing helps. Theres also no options in back office to change the number of shown thumbs. Its looks like it put thumbnail in other line if theres more than 8 of pics. I will be really glad for help. I wanna make this shop quick again and start to rearrange front office. EDIT: spelling Edited May 4, 2014 by InTooDeep (see edit history) Link to comment Share on other sites More sharing options...
InTooDeep Posted May 4, 2014 Author Share Posted May 4, 2014 up Link to comment Share on other sites More sharing options...
BluTiGeS Posted May 8, 2014 Share Posted May 8, 2014 (edited) See same issue here with 1.6.0.6 EDIT: opened defect: http://forge.prestashop.com/browse/PSCSX-2048 Edited May 8, 2014 by BluTiGeS (see edit history) Link to comment Share on other sites More sharing options...
BluTiGeS Posted May 8, 2014 Share Posted May 8, 2014 Okay fixed my self. default_bootstrap themes product.js has this line: var thumb_width = $('#thumbs_list_frame >li').width() + parseInt($('#thumbs_list_frame >li').css('marginRight')); which does not take care about the surrounding borders. Changing to correct oterWidth works: var thumb_width = $('#thumbs_list_frame >li').outerWidth() + parseInt($('#thumbs_list_frame >li').css('marginRight')); Please add this to 1.6.0.7 Link to comment Share on other sites More sharing options...
InTooDeep Posted May 8, 2014 Author Share Posted May 8, 2014 Thank you very much, I will change it. I can delate last blank photo now from product galleries to have visable real last one. Link to comment Share on other sites More sharing options...
BluTiGeS Posted May 8, 2014 Share Posted May 8, 2014 Please tell me if it also works for you. Link to comment Share on other sites More sharing options...
InTooDeep Posted May 14, 2014 Author Share Posted May 14, 2014 Hi, sorry for delay I had lot of work lately. I changed this line as you said, you can check now it's work perfect. Thank you very much. http://www.beautydefined.pl/index.php?id_product=29&controller=product there's also my temporary solution -logo at the end shown now Thanks again, you are great. problem [solved] Link to comment Share on other sites More sharing options...
jasmynn Posted November 25, 2014 Share Posted November 25, 2014 I'm having the same problem.I have version 1.606 No matter how many images I upload, only 3 thumbnails show up. I have looked for the file default_bootstrap themes product.js but was unable to locate it. Can you tell me where I can find it. I did a search in my cpanel and no results. Thank you Link to comment Share on other sites More sharing options...
Janekx Posted January 8, 2015 Share Posted January 8, 2015 Same here in 1.6.0.8 the js is in themes/default-bootstrap/js but found that I have there code var thumb_width = $('#thumbs_list_frame >li').outerWidth() + parseInt($('#thumbs_list_frame >li').css('marginRight')); The problem I have is that when I have 3 pictures show 3 pictures, when I have 4 pictures show only 3 pictures and 5 and more I see all pictures Here it have 4 pictures and show only 3 of them http://rcstudio.cz/nahradni-dily/70-mechanika-paky-pro-taranis.html Some idea? Thanks Link to comment Share on other sites More sharing options...
Recommended Posts