Quickview on mobile : scroll doesn't work

1 reply · opened May 21, 2018

CCrohmMay 21, 2018

Hello,

Congratulations for the great job that has been done on shop features :)

But I have still a problem with the quickview popup on mobile : there seems to have no way to scroll down once opened??

You can test it by clicking on a product on this page (with a mobile device) :
http://test.wedding-table-plan.com/tarifs.php
(user : canvas, password : canvas)

Do you know how to activate the scroll on it?

Thanks a lot!

SSemicolon WebSTAFFJun 2, 2018

Hello,

Please find and delete the following code in the js/functions.js File from inside the lightbox: function() Function Block:

open: function() {
	$body.addClass('ohidden');
},
close: function() {
	$body.removeClass('ohidden');
}

This will definitely fix the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard