fosstruction Posted April 26, 2013 Share Posted April 26, 2013 Hello everyone! After install and configure my prestashop I decided to change a template. I started to add products to my shop and I saw the pictures shows wrong - in description page of product. I Attached a screen to help you understand what I mean. Could anyone help me to fix it? Thanks. Link to comment Share on other sites More sharing options...
Doulas Akula Posted April 26, 2013 Share Posted April 26, 2013 You may have changed to a template that is not compatible with the version of prestashop that you are using. This incompatibility normally causes issues with layout. You may have to at least ensure the theme you are using is compatible with the prestashop version before doing some coding to fix that in the case it is compatible. Hope that sheds some light Link to comment Share on other sites More sharing options...
fosstruction Posted April 26, 2013 Author Share Posted April 26, 2013 (edited) Thank you for the answer! My prestashop version is 1.5.3.1 and the compatible version for that template is 1.5.x. Here is template: link http://www.prestasel...prestashop-1-5/ So that lets me know I have compatible versions. Now tell me, can I fix this problem like "doing some coding"? Could u help me one more time to fix it? Edited April 26, 2013 by fosstruction (see edit history) Link to comment Share on other sites More sharing options...
Doulas Akula Posted April 26, 2013 Share Posted April 26, 2013 Ok Thanks for sharing the link. Is the site hosted on localhost or its remote where we can view. if its remote please provide the link. Link to comment Share on other sites More sharing options...
fosstruction Posted April 26, 2013 Author Share Posted April 26, 2013 Here is link: http://www.baldurrunes.com/index.php?id_product=9&controller=product&id_lang=1 Link to comment Share on other sites More sharing options...
Doulas Akula Posted April 26, 2013 Share Posted April 26, 2013 It is an issue with styling or javascript as the images are displayed by a slideshow. I would advice you contact the theme developers for support before you try to fix it on your own. To be specific it must be the Products Category by PrestaShop module templates that could have an issue as its the module that displays the products of the same category like the one displayed on the product page. I also notice some css tags on the products page. So its actually css. Try to disable the products category module in backoffice we see if it will make a difference, Then we can fix the css. Link to comment Share on other sites More sharing options...
fosstruction Posted April 26, 2013 Author Share Posted April 26, 2013 Thank you Doulas Akula. I found the solution. I just had to change #primary_block #image-block {width:118px;height:118px;position:relative; padding-top:271px; padding-left:186px;} for #primary_block #image-block {width:118px;height:118px;position:relative; padding-top:0px; padding-left:0px;} Thanks again for your help. Have a nice day ! Link to comment Share on other sites More sharing options...
Doulas Akula Posted April 26, 2013 Share Posted April 26, 2013 Ok glad you fixed it. Nice day too ! 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