• Resolved baileydigital7

    (@baileydigital7)


    Hello,
    I created a skin care quiz out of the pro version of your quiz. It’s been working fine but when I tested it today, it isn’t working properly.

    1. When you click an answer, it doesn’t scroll to the next question
    2. When you finish the quiz, it keeps you at the bottom of the page and doesn’t bring you back up to the top like it did before.

    I need help ASAP!!!!!

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

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

    (@arisoft)

    Hello,

    It can be a conflict with 3rd party plugin.

    At least the page contains the following incorrect code:

    <script><script>
    $(function() {  //  same as $(document).ready(function() {
        //document.body.scrollTop = 0; // |OR| $('body').scrollTop(0);
        /* do work */
    })
    </script></script>

    It can be removed or replaced with:

    <script>
    $(function() {  //  same as $(document).ready(function() {
        //document.body.scrollTop = 0; // |OR| $('body').scrollTop(0);
        /* do work */
    })
    </script>
Viewing 1 replies (of 1 total)
  • The topic ‘Isn’t Scrolling to Next Question’ is closed to new replies.