Support » Plugin: SpeakUp! Email Petitions » Help! Plugin Not Working

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kreg Wallace

    (@kreg)

    The reason the buttons don’t work is that the JavaScript file for the plugin isn’t being loaded on your page. I’m not sure what would cause this. Did you do any editing of the internal files in the plugin?

    Plugin Author Kreg Wallace

    (@kreg)

    On second thought, it may be a problem with your theme. You probably just left out the <?php wp_head(); ?> and <?php wp_footer(); ?> directives in your theme.

    Make sure that <?php wp_head(); ?> is included just before the closing </head> tag in your theme and that <?php wp_footer(); ?> is included just before the closing </body> tag.

    wp_head() and wp_footer() are required for allowing plugins to attach JavaScript to the pages on your site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help! Plugin Not Working’ is closed to new replies.