Hi pixelateddwarf,
Thank you for providing a link.
The problem is that your site is not using the wp_footer();
function which is not only needed by any plugin that adds scripts to your footer (which is the vast majority), but is an actual requirement for all WordPress themes. HD Quiz will not work without it.
The problem could be that your theme is simply not using wp_footer, but looking more at the rendered source code of your site, it looks like you have an error in your footer that is preventing your site from fully showing.
This issue is not just present on the page with the quiz, but seems to be present on any and every single post
you have. This means that the issue either lies with single.php
located in your theme folder, or perhaps some other plugin is causing the crash.
Here are the basic debugging steps.
- Temporarily switch to a default WordPress theme such as Twenty Sixteen, or Twenty Nineteen. Check to see if HD Quiz now works. If it does, then we know the issue is with your theme.
- If switching themes does not work, then we know that the culprit is another plugin. Temporarily disable all plugins except HD Quiz. Then re-enable them one-by-one until you find the one that breaks your site.
Please let me know if you need further assistance, or let me know if you are comfortable granting me temporary admin access to your site so I can take a look and debug this for you.