• WP-Polls will not work on my wordpress site using the latest wordpress version, it keeps saying:

    Uncaught ReferenceError: poll_vote is not defined

    Uncaught ReferenceError: poll_result is not defined

Viewing 3 replies - 1 through 3 (of 3 total)
  • Works well to me on WordPress 3.5.

    Show me the code which you are using to display it.

    Dean, Im not sure if you are having same problem i had with other plugin of Lester Chan.

    The script is surely enqueued at the end of the loading process, in the footer.

    Open your theme’s footer file and fine the “</body>” tag and be sure you have right over it the following:

    <?php wp_footer(); ?>

    the result:

    <?php wp_footer(); ?>
    </br>

    If it does not help… Im sorry i spammed you ??

    Good miguelsaddess, it’s worked for me, i forgot to call wp_footer() for some reason. I’m using the 3.6 WordPress version.

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