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.
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.
Hi Dear @elrafo ,
Thank you for your patience.
I am glad to inform you that we have added your requested option.
Thanks.