Viewing 12 replies - 76 through 87 (of 87 total)
  • Plugin Author jewlofthelotus

    (@jewlofthelotus)

    No problem, @rhoyt – we’re getting closer, still not quite what I’m looking for though.

    The code is the right type of code, but the page is not the right page.

    I’m assuming that your book chapter is going into a WordPress Post or Page? When you add the [slickquiz id=1] to that post or page in the WYSIWYG, I need you to hit the “Preview” button on the post or page edit screen – so that it opens up a preview of the entire post / page with your chapter and the embedded quiz at the end. That is the page that I need the source code from.

    I’m sorry. It’s posted in a WordPress page, near the end. I went to the published page and right clicked it to “view source”. I copied and pasted that into pastebin and here it is https://pastebin.com/S0R5dK7i

    Thanks you very much,

    Bob

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @rhoyt – Perfect!

    It looks like you probably don’t have a method in your theme that is needed to add the required scripts to the page.

    Take a look at your theme’s footer.php template for the method wp_footer(), if you don’t find it there – add the following bit of code to the template before the closing </body> tag:

    <?php
    /* Always have wp_footer() just before the closing </body>
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to reference JavaScript files.
    */

    wp_footer();
    ?>

    Let me know if that works, if not – shoot me a new pastebin after that change has been included.

    Now have quizzes at the end of each chapter. How to I make a $$donation to thank you?…..Bob

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @rhoyt – great to hear that you got it working! Thank you very much for your offer to donate – I’d ask that you please give to one of the organizations listed on the following page:

    https://www.quickenloans.org/about.html

    Thank you for using SlickQuiz!!

    wizard986

    (@wizard986)

    Hi there,

    I’ve posted the code, [slickquiz id=1], but the quiz won’t appear. The theme I’m using is BizWay, By InkThemes.com. Version 1.6

    Here’s my website https://www.8hrinvestor.com and it should be on the Financial Quiz Page

    Thanks,
    Chad

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @wizard986 – it looks like you’ve got some other JavaScript errors on the page that are occurring before the quiz scripts are loading. I see the following to errors:

    On custom.js, line 11:
    Uncaught TypeError: Object [object Object] has no method 'validate'

    On widget.js, line 12:
    Uncaught TypeError: Object #<Object> has no method 'decay'

    I think if you can resolve those, the quiz should start working.

    Hi,
    The quiz is no longer showing on any of the posts.
    Would you mind looking at the source code from one of the most recent posts?
    Here it is in pastebin:https://pastebin.com/RfqvBEfw
    Regards,
    The Word

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @the Word – I’ll need the code from the live page that the quiz is on, the pastebin you sent me is from the wordpress page admin area.

    @jewlofthelotus
    Sorry, I thought I had sent the code from a live page.
    Here is the code from the latest post: https://pastebin.com/dsZYxW4V
    I should let you know I updated the plug-in and I think we’ve had problems since then.
    Regards,
    The Word

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @the Word – Thanks for the updated pastebin, I see what’s going on but I’m not sure what the cause is yet. I’ll get back to you when I find something!

    Thanks.

Viewing 12 replies - 76 through 87 (of 87 total)
  • The topic ‘[Plugin: SlickQuiz] Quiz Not Showing in Post’ is closed to new replies.