Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jewlofthelotus

    (@jewlofthelotus)

    Hi @ben62 – it looks like there is a JavaScript error in your theme’s custom.js code. There is a Uncaught TypeError: undefined is not a function error coming from line 5.

    It seems like the $ is not being aliased to jQuery like it should be.

    Either removing that file from your theme or getting the $ to work should resolve the problem.

    Thread Starter ben62

    (@ben62)

    Thanks, for your help @jewlofthelotus

    It’s very wear because in Mozilla’s Development console and with Firebug, I don’t have a type error in this file. But in other file like admin-bar.min.js, I have a type error, do you think I need to remove this file?

    Moreover, when I put these two files in black box, the quizz don’t appear.

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @ben62 – Are you looking at the dev console from an admin page rather than the quiz page? (I’m guessing you are since it’s unlikely there’d be an “admin” JS file available on the frontend public pages.)

    I see that SlickQuiz is no longer in use on the page, so I’m guessing you’ve found another solution. If you do go back to SlickQuiz, try removing the custom.js script and then check the console for more errors – typically what happens is once one error is eliminated another will pop up. So you’ll just need to keep eliminating the bad stuff until there are no more errors, then the quiz should work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Quizz not showing’ is closed to new replies.