Is there any way to deactivate scrolling?
Another question has been raised.
When performing quiz with pagination (next question comes only when you click Next button) is there any way to DEACTIVATE scrolling to the top of question?
Hi Oleksii,
unfortunately, there is no way to disable the scrolling without modifying the plugin directly. If you choose to do this, the file to edit is ./hd-quiz/includes/js/hdq_script.js. The function is called jPaginate and begins on line 840. You’ll want to remove/comment out the scrollIntoView call that happens ~lines 884-888.
Thank you.
We will review the file.
This thread has either been marked as complete or has been automatically closed due to inactivity. Please consider opening a new support thread for help.