• Resolved onepix

    (@onepix)


    I made a video gallery with total soft and it is really nice.

    But I have a big problem when I try to use it on a mobile phone and everybody told me about this problem.

    Here is my page :

    https://www.onepix.fr/video-pro-bordeaux/

    When you open a vidéo, it is really hard to scroll the page after. You are always on the vidéos and it is hard to quit to continue the navigation on the web site.

    Here, you can find a video to see the problem :

    https://we.tl/t-FSazaMops0

    Thank you for your help.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Daer onepix.

    I am very sorry that you are having a problem with the video gallery.

    Edit our gallery file TS-VG-WGL.php. Find code in line 1163 and change

    jQuery(item).on(“touchstart click”, function(e) {

    Please edit the code and write like this.

    jQuery(item).on(” click”, function(e) {

    Plugin Author totalsoft

    (@totalsoft)

    Find code in line 1281 and change

    jQuery(last).on(‘click touchstart’, function() {

    Please edit the code and write like this.

    jQuery(last).on(‘click ‘, function() {

    Then save the gallery file.

    Thank You.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Video gallery scroll problem on mobile phone’ is closed to new replies.