• Resolved elrafo

    (@elrafo)


    When I click on a question the form goes up, but it’s under my menu, is there a way to control the amount of scroll offset?
    thanks.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Ays Pro

    (@ays-pro)

    Hello Dear @elrafo ,

    Thank you for the topic.

    Unfortunately, nope, the plugin does not have a functionality that can control the amount of scroll offset.
    We will take your suggestion into consideration and let you know when there is any update concerning it.

    Thanks.

    Thread Starter elrafo

    (@elrafo)

    Can you indicate me how to disable this functionality in the javascript code?

    Thread Starter elrafo

    (@elrafo)

    Thanks I found it. If anybody else is intereste, it’s in quiz-maker-public.js.
    There is this function:
    $.fn.goTo = function() {
    $(‘html, body’).animate({
    scrollTop: $(this).offset().top – 100 + ‘px’
    }, ‘slow’);
    return this; // for chaining…
    }
    All you need to do is change the number…Have a good day and stay safe.

    Plugin Author Ays Pro

    (@ays-pro)

    Dear @elrafo ,

    Thank you for your reply.

    Yes, you are right. We have already planned to add an option for that on our next update.
    I will let you know when there is an update.

    Thanks.

    Plugin Author Ays Pro

    (@ays-pro)

    Hi Dear @elrafo ,

    Thank you for your patience.

    I am glad to inform you that we have added your requested option.

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘problem with autoscroll’ is closed to new replies.