andreicos82 Posted November 19, 2021 Share Posted November 19, 2021 Hello. After upgrade from presta 1.7.7.8 to 1.7.8.1 entering on a product page from mobile phone, and try to put your finger on the product picture and scroll up or down. Is not working! And this is a bug from presta, because the demo from prestashop page is also affected https://demo.prestashop.com/#/en/front Link to comment Share on other sites More sharing options...
cristina Posted November 22, 2021 Share Posted November 22, 2021 Same problem here. Somebody with a fix for this error?! Link to comment Share on other sites More sharing options...
justmeagain Posted November 29, 2021 Share Posted November 29, 2021 I have same issue and am using 1.7.8.0 Link to comment Share on other sites More sharing options...
matusrajnoha Posted November 30, 2021 Share Posted November 30, 2021 I have same issue and am using 1.7.8.1 ... please help us Link to comment Share on other sites More sharing options...
matusrajnoha Posted November 30, 2021 Share Posted November 30, 2021 My temporary solution is disable modal on product cover. In >> child_classic/templates/catalog/_partials/product-cover-thumbnails.tpl i edited this <div class="layer" data-toggle="modal" data-target="#product-modal"> to this <div class="layer" data-toggle="" data-target=""> and this css .product-cover .layer:hover {opacity: 0;} Link to comment Share on other sites More sharing options...
justmeagain Posted November 30, 2021 Share Posted November 30, 2021 Glad you found a workaround I'm not confident about editing files direct but willing to give it a go. product-cover-thumbnails.tpl on my system is at themes/classic/templates/catalog/_partials/product-cover-thumbnails.tpl - I assume that this is the same file? Where yours says <div class="layer" data-toggle="modal" data-target="#product-modal"> Mine says <div class="layer hidden-sm-down" data-toggle="modal" data-target="#product-modal"> Prior to any changes But where is this part found??? 49 minutes ago, matusrajnoha said: and this css .product-cover .layer:hover {opacity: 0;} Thanks in advance P.S. am using 1.7.8.0 do I need to upgrade to 1.7.8.1 first? Link to comment Share on other sites More sharing options...
matusrajnoha Posted December 1, 2021 Share Posted December 1, 2021 I created a child theme. Therefore my file product-cover-thumbnails.tpl is under child_classics ... Therefore, I am not worried about editing files. Child-themes only override default files. I don't think you need to upgrade. overwrite is removed: <div class="layer hidden-sm-down" data-toggle="modal" data-target="#product-modal"> .product-cover .layer:hover {opacity: 0;} is here: themes/classic/assets/css/custom.css .product-cover .layer:hover {opacity: 0;} Link to comment Share on other sites More sharing options...
matusrajnoha Posted December 1, 2021 Share Posted December 1, 2021 (edited) 3 minutes ago, matusrajnoha said: I created a child theme. Therefore my file product-cover-thumbnails.tpl is under child_classics ... Therefore, I am not worried about editing files. Child-themes only override default files. I don't think you need to upgrade. overwrite is removed: <div class="layer hidden-sm-down" data-toggle="modal" data-target="#product-modal"> .product-cover .layer:hover {opacity: 0;} is here: themes/classic/assets/css/custom.css .product-cover .layer:hover {opacity: 0;} I can turn off child-themes at any time and the rest is still in its original state. Edited December 1, 2021 by matusrajnoha (see edit history) Link to comment Share on other sites More sharing options...
1disquaire Posted January 18, 2022 Share Posted January 18, 2022 Hello, I had the same problem on my Prestashop 1.7.8.0 I got the solution by my theme support,You must add this line in the custom.css of the theme: #product .product-cover img { pointer-events: none } And the problem is solved, no more blocking on the main image of the product in responsive. Jean-Marc 1 2 Link to comment Share on other sites More sharing options...
haunter Posted November 26, 2023 Share Posted November 26, 2023 On 1/18/2022 at 6:11 PM, 1disquaire said: Hello, I had the same problem on my Prestashop 1.7.8.0 I got the solution by my theme support,You must add this line in the custom.css of the theme: #product .product-cover img { pointer-events: none } And the problem is solved, no more blocking on the main image of the product in responsive. Jean-Marc You are genius, working! Link to comment Share on other sites More sharing options...
Najam Sajid Posted August 20 Share Posted August 20 On 1/18/2022 at 10:11 PM, 1disquaire said: Hello, I had the same problem on my Prestashop 1.7.8.0 I got the solution by my theme support,You must add this line in the custom.css of the theme: #product .product-cover img { pointer-events: none } And the problem is solved, no more blocking on the main image of the product in responsive. Jean-Marc Hello sir I have this problem in homepage too. While in phone sometimes the scrolling and clicking doesn’t work. what to do? Thank you in advance! 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