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

    (@jewlofthelotus)

    @mmissen – It looks like your theme might be missing a required bit of code.

    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.

    <?php wp_footer(); ?>

    Thread Starter mmissen

    (@mmissen)

    I am new to wordpress, how might I add that code to theme’s footer.php?

    Appearance -> Themes -> …?

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    Appearance >> Editor >> Select theme to edit: (upper right, choose your theme and click “Select”) >> footer.php (click in the right sidebar listing)

    Add the code I gave you right before the closing </body> tag.

    Thread Starter mmissen

    (@mmissen)

    ok, I did that, and now the “Get Started!” link is gone

    Thread Starter mmissen

    (@mmissen)

    The code looks like this:

    ?>
    <?php/** * @package WordPress */?>            <div id="footer">               <a href="/"><img src="<?php bloginfo('template_directory'); ?>/img/footerLogo.jpg"/></a>               Free Congress Foundation | (703) 837-0030               901 N. Washington, Suite 206 | Alexandria, VA 22314                contact@freecongress.org | Copyright 2014               privacy policy | terms of service             </div>         </div>         <div id='nav'>           <?php wp_nav_menu(array('container_id'=>'navcontents', 'menu_class'=>'primaryNav')); ?>            <div id="socialmedia">               <a href="http://www.facebook.com/FreeCongress"><img src="<?php bloginfo('template_directory'); ?>/img/facebook.jpg"/></a>               <a href="http://twitter.com/freecongress"><img src="<?php bloginfo('template_directory'); ?>/img/twitter.jpg"/></a>               <a href="http://www.youtube.com/user/freecongress"><img src="<?php bloginfo('template_directory'); ?>/img/youtube.jpg"/></a>               <a>" target="_blank" ><img src="<?php bloginfo('template_directory'); ?>/img/rss.jpg"/></a>            </div>            <div id="search"><form action="/"><input type="text" name="s" placeholder="search" /></form></div>            <div id="navangle"></div>         </div>         <div class='clear'> </div>      </div> <?php wp_footer(); ?></body></html>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    The footer code is good, there is a different conflict now…looking into it.

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    Looks like it might be due to a rather old version of jQuery that’s loading on the site. Try installing and activating the jQuery Updater plugin https://wordpress.org/plugins/jquery-updater/ and let me know if that makes any difference.

    Thread Starter mmissen

    (@mmissen)

    it worked! Thanks you so much!!!

    Plugin Author jewlofthelotus

    (@jewlofthelotus)

    Awesome, glad that did it! Thanks for using SlickQuiz!

    Hi, I’ve got similar problem on my blog – “Sorry. The requested quiz has been disabled.”.
    What should I do?

    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 has been resolved.

    ok

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Quiz does not load’ is closed to new replies.