• Resolved Rox76

    (@rox76)


    Hi, when i click to video gallery pagination (FEEDBACK VIDEO SUL CORSO section), page scroll on top. Can you resolve this problem?
    Thanks.

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

Viewing 1 replies (of 1 total)
  • Plugin Author totalsoft

    (@totalsoft)

    Hello Dear Rox76.

    To solve your problem, please edit the Total-Soft-Gallery-Video-Widget.php file of our plugin. Please find this code:

    jQuery(“html, body”).animate({ scrollTop: jQuery(‘.TotalSoft_GV_SG_Website_’ TotalSoftGV_ID).position().top-10 }, 1000)

    There, change and write like this

    jQuery(“html, body”).animate({ scrollTop: jQuery(‘.TotalSoft_GV_SG_Website_’ TotalSoftGV_ID).offset().top-120 }, 1000);

    In the next version we will correct the problem.

    Thank You.

Viewing 1 replies (of 1 total)

The topic ‘Problem link pagination’ is closed to new replies.