Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter josiahschmidt

    (@josiahschmidt)

    I figured it out! I had accidentally deleted the code <?php wp_footer(); ?> from the footer.php file in my /twentyeleven theme folder at some point. All I had to do was reinsert <?php wp_footer(); ?> into that file and now the Speakup plugin works. Not entirely sure why that was the case, but for anyone else who ever has this problem, that’s the solution.

    Plugin Author Kreg Wallace

    (@kreg)

    The JavaScript file that controls the function of the plugin is loaded in the footer of your webbpage. Without wp_footer() in your theme, WordPress never gets the call to load the scripts.

    Thread Starter josiahschmidt

    (@josiahschmidt)

    Thanks for the clarification, Kreg.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"Sign Now" button doesn't work & grey sample text doesn't disappear’ is closed to new replies.