prestashopforaa Posted December 31, 2013 Share Posted December 31, 2013 Hello everyone,I have a problem and I am not capable of solving it. The thing is, I changed image size for the product thumbnails from "medium_default" to "small_default" and tried to edit a little bit of CSS file (product.css) but nothing more. Suddenly, photo slider with next photos of the product located under the actual photo of product is messed up.As you can see for example in http://proselmy.cz/plysove-hracky/153-balounkova-zviratka-plys.htmlI tried to manually "reset" the settings I changed (that means I reupload product Javascript from basic Prestashop, checked CSS file by every line with the basic Prestashop file and even checked the TPL file of product but there seems for me no problems).So now, I feel a little bit hopeless, because it is not aesthetic and I do not know how to solve it beside of reinstalling and start all over again with customizing the basic theme because it took me hours of work.If anybody could help me out with this problem it would be really nice. Thank y’all in advance for your time by checking this topic. Link to comment Share on other sites More sharing options...
Sharak Posted December 31, 2013 Share Posted December 31, 2013 Is whole page looking as you want now (besides thumbnails)? If not, set everything as you want first, then describe how thumbnails should look like. Link to comment Share on other sites More sharing options...
prestashopforaa Posted December 31, 2013 Author Share Posted December 31, 2013 Sharak, thank you for your time and reply. Yep, the whole page is certainly finished with the design (the e-shop is not mine, I do it for a friend of mine). Thumbnails should be like this http://demo-store.prestashop.com/en/electronics/30-ipad.html as it look as a default.Thumbnails were defaulty working fine before I changed the thumbnails dimensions. But the thing I don’t understand is why are they messed up. I am good with html and css and I can edit a little bit of basic php (but i am not familiar with doing my own php files) and the thumbnail slider seems to me like it’s javascript business (that hiding of other than 3 pictures and scrolling them). I did’t touched the javascript of product page and I also reupload the default javascript of product page to be sure that it isn’t the issue.CSS is not the issue too, I checked the original CSS file. And I can’t find anything wrong with php file. So this problem makes no sense to me. Link to comment Share on other sites More sharing options...
vekia Posted December 31, 2013 Share Posted December 31, 2013 have you changed something in product.js file? or in other js files? Link to comment Share on other sites More sharing options...
prestashopforaa Posted December 31, 2013 Author Share Posted December 31, 2013 Hello vekia,no, I did not changed anything in product.js or any other javascript files. I also reuploaded default product.js file into the directory and nothing happend. As far as I know, javascript files are the ones who do this kind of stuff? I mean hide other images into the scroller.Anyways, thank you for your time and your reply. Link to comment Share on other sites More sharing options...
vekia Posted December 31, 2013 Share Posted December 31, 2013 feature to "scroll" these thumbnails is based on javascript file named "serialscroll.js), it's a part of this file: http://proselmy.cz/js/jquery/plugins/jquery.serialScroll.js Link to comment Share on other sites More sharing options...
prestashopforaa Posted December 31, 2013 Author Share Posted December 31, 2013 Thank y’all for trying to help me, I just found the mistake. It typo was in product.css mispelled "thumbs_list". Link to comment Share on other sites More sharing options...
Sharak Posted December 31, 2013 Share Posted December 31, 2013 I can see it's all better now. Just correct your product.css line 91. For background you have url("../img/s_left.gif") and it should be url("../img/thumbs_left.gif") 1 Link to comment Share on other sites More sharing options...
prestashopforaa Posted January 1, 2014 Author Share Posted January 1, 2014 Sharak, you’re right! I didn’t noticed I did the same mistake on two lines at once. I appreciate your help, thank you very much. Link to comment Share on other sites More sharing options...
vekia Posted January 1, 2014 Share Posted January 1, 2014 hello thank you for information that everything works now as you expect i marked whole topic as [solved] with regards, Milos 1 Link to comment Share on other sites More sharing options...
Pyssou Posted April 1, 2014 Share Posted April 1, 2014 Hi, I just want to have a help from you ! In my product page i couldn't scroll the thumbs images ! I have this error on console when i use firebug: .serialScroll is not a function on product.js ligne 515 Thanks for your help 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