• Resolved pearsonbrown2

    (@pearsonbrown2)


    I have messed up on one of my sites and my quizzes no longer work.

    Everything was fine until I tried to speed up my site. Since then the quizzes don’t work. I used a plug-in called WP-Rocket. I eliminated all the tweaks I’d made, cleared all the caches and reinstalled WordPress but nothing seems to get the quizzes working again.

    The quizzes on my other sites continue to work well.

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

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

    (@harmonic_design)

    Can you provide a link to a quiz please?

    Thread Starter pearsonbrown2

    (@pearsonbrown2)

    Plugin Author Harmonic Design

    (@harmonic_design)

    Thanks.

    What I can tell strait away is that is that the quiz itself is being rendered on the page. All questions and answers – so this is a good sign.

    What isn’t loading, is the CSS style sheet or the JavaScript script files. This is the cause of your problems.

    Looking at your source code, I think I can see a BIG issue on your site. Your site is not actually loading anything in your footer. The footer is where most plugins and theme’s load extra resources.

    From what I can tell, the cause is one of your embedded iFrames “https://grammarteacher.substack.com/embed”. You have this incorrectly embedded which is breaking everything after it. I think you are using this as a widget.

    You have <iframe src="https://grammarteacher.substack.com/embed" width="480" height="320" style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe
    But you are missing the closing > symbol. It should be <iframe src="https://grammarteacher.substack.com/embed" width="480" height="320" style="border:1px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>

    If you fix the above code, it should allow your site to start loading the footer again.

    Thread Starter pearsonbrown2

    (@pearsonbrown2)

    You are so clever. I took out the Substack widget and it worked fine. It was working fine with the widget before that so I suspect installing WP-Rocket did something.

    I do contribute to your Patreon account but am having problems with my bank card.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘I’ve messed up’ is closed to new replies.