Viewing 1 replies (of 1 total)
  • Plugin Author WolfieZero

    (@wolfiezero)

    What’s happening is Simply Poll tries to make a call to a JavaScript file, but that file isn’t included as it’s being included in the footer of the site, but you seem to be missing the wp_footer() function in your theme. If you could include

    <?php wp_footer(); ?>

    before the </body> tag then it should work.

    Let me know how that goes. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error in Simply Poll’ is closed to new replies.