• Resolved webrookie

    (@webrookie)


    Firstly I would like to thank you for this fantastic and easy to use plugin.
    I had installed the plugin on my localhost and it worked fine.
    However when I installed it on my main site, I find that the toggle switches below the answers are not displayed. In its place, checkboxes are shown.
    Also the finish button is not showing and the Finish text that appears does not work.
    I had deactivated the Wordfence security plugin to check if it is interfering but but with no results.
    May I request you to check what is going wrong.
    The page can be seen at this link:
    Quiz Page

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    Hi webrookie,
    I just took a look and the issue could be one of two things.

    ALL WordPress themes require the inclusion of functions called wp_head(); and wp_footer();. It is these functions that allow plugins to add custom styles and code to the header and footer of your site. It looks like your theme properly uses the wp_head() function, but is not using the wp_footer().

    Since your site theme does not use wp_footer() it is impossible for HD Quiz or ANY plugin to add the necessary files to your site.

    My recommendation is to edit your theme’s footer.phpfile and add the following code near the very bottom, just above the closing </body> tag.

    
    <?php wp_footer(); ?>
    
    Thread Starter webrookie

    (@webrookie)

    Thankyou so much Harmonic Design for your very quick reply.
    Worked like a charm and it is up and running now.
    You’re an angel.
    Thanks again.

    • This reply was modified 5 years, 4 months ago by webrookie.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Toggle switches not displayed and Finish button not working’ is closed to new replies.