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

    (@jewlofthelotus)

    @skibier Yes! It looks like the Coin Slider plugin is adding an old version of jQuery to the page, which is overriding the built in, newer, WordPress include of jQuery. If you disable that plugin, the quiz should start working. Let me know if that does it!

    Thread Starter skibler

    (@skibler)

    That was it!!!! Thanks – and are you kidding me with the speed of that reply – amazing! Thank you for the great plugin!

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    Glad to hear that did it! And thank you for using SlickQuiz! 🙂

    Hello,

    I have the same problem as skibler : I can see the preview of the quiz but it does not show on the page where I put the shortcode.
    Here is the web page :
    http://lenouveaudetective.com/quiz/
    I couldn’t use the solution you gave because I’m really a beginner on wordpress and I don’t know how to disable the old jQuery version (sorry!!). What’s more, I’m not sure the problem’s origin is the same, so I prefer asking your advice before doing anything.

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    @etiennedetec Can you make sure your theme’s footer.php template contains the following code snippet – this ensures that plugins are able to add necessary code to the page. It looks like your theme may be missing this.

    <?php wp_footer(); ?>

    Thank you for your quick reply !
    The footer template didn’t contain this code snippet, I added it and now the quiz works, thank you so much !
    One last thing: now, this code is visible at the bottom of my page :
    http://lenouveaudetective.com/quiz/

    Do you know how to make it invisible ?

    Here is the code of my footer template :

    <?php
    /**
    * The template for displaying the footer.
    *
    * Contains the closing of the id=main div and all content after
    *
    * @package tdtasko
    * @since tdtasko 1.0
    */
    ?>

    </div><!– #main .site-main –>

    <footer id=”colophon” class=”site-footer row” role=”contentinfo”>
    <div id=”gotop”><h6><?php _e( ‘Top’, ‘tdtasko’ ); ?></h6></div>
    <div class=”site-info twelve columns”>
    <?php do_action( ‘tdtasko_credits’ ); ?>
    <?php printf( __( ‘Proudly powered by %s’, ‘tdtasko’ ), ‘“>WordPress‘ ); ?>
    <span class=”sep”> | </span>
    <?php printf( __( ‘Theme: %1$s by %2$s.’, ‘tdtasko’ ), ‘tdtasko’, ‘Taras Dashkevych‘ ); ?>
    </div><!– .site-info –>
    </footer><!– #colophon .site-footer –>
    </div><!– #page .hfeed .site –>

    <?php wp_footer(); ?>
    <%php wp_footer(); %>

    </body>
    </html>

    mentions légales

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    My bad, it should have been

    <?php wp_footer(); ?>

    rather then:

    <%php wp_footer(); %>

    So you can remove what you just added: <%php wp_footer(); %>

    But I do see you have the correct version too. So I’m not sure why adding it would have made things work all of a sudden, unless you have a caching plugin installed… Let me know if removing it breaks things again.

    thanks, it works !

    edenbraber

    (@edenbraber)

    Hi jewlofthelotus,

    I seem to have the same problem as Skibler, my Quiz used to work just fine. And it still works in preview mode.

    Can you see what’s wrong?

    http://www.elmerdenbraber.nl/wat-weet-jij-over-de-nsb-quiz/#

    Thanks a lot!

    Regards,
    Elmer

    esmi

    (@esmi)

    @edenbraber: If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s topic.

    This topic references an old version of WordPress.

    edenbraber

    (@edenbraber)

    @esmi thanks, posted a new topic.

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