• Resolved UltimateBoss

    (@ultimateboss)


    Hi,

    I am currently having an odd issue. I have already 18 quizzes published but when I added the code for the 19th quiz to my post, it does not display. The other 18 are still displaying on their respective pages. When I unpublish the quiz, the message appears about the quiz been unpublished.

    Any idea why is this happening?

    Thanks

    https://www.ads-software.com/plugins/slickquiz/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter UltimateBoss

    (@ultimateboss)

    Hi,

    Waiting almost a week for a reply, still have the problem.

    Thanks

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @ultimateboss Can you make sure the quiz is published and then send me a link to a page where I can see it not loading properly?

    Thread Starter UltimateBoss

    (@ultimateboss)

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    Hey @ultimateboss – there appears to be a JavaScript error on the page that is blocking the execution of the SlickQuiz scripts.

    The error is coming from line 91 of app.js:

    Uncaught TypeError: Cannot read property 'top' of undefined

    The line of code causing that error seems to be relying on the presence of comments:

    var footerTop = $('#comments').offset().top - parseFloat($('#comments').css('margin-top').replace(/auto/, 0));

    However, this particular page seems to lack comments.

    So you’ll either want to adjust that line of code to check for the presence of #comments before trying to use it, or you can enable comments on the page.

    Thread Starter UltimateBoss

    (@ultimateboss)

    Thanks for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Quiz not showing despite others showing’ is closed to new replies.