Support » Plugin: WP-Polls » [Plugin: WP-Polls] link View Results doesnt work

Viewing 1 replies (of 1 total)
  • Thread Starter jonatascd

    (@jonatascd)

    I kind of solved.

    I’ve added manually thsi lines:

    <script type='text/javascript'>
            /* <![CDATA[ */
            var pollsL10n = {
                ajax_url: "http://path/to/plugins/wp-polls/wp-polls.php",
                text_wait: "Sua última requisição está sendo processada. Por favor, espere um momento...",
                text_valid: "Por favor, escolha uma resposta válida para enquete.",
                text_multiple: "Número de escolhas permitidas:",
                show_loading: "0",
                show_fading: "0"
            };
            /* ]]> */
            </script>
    <script type='text/javascript' src='http://path/to/plugins/wp-polls/polls-js.js?ver=2.50'></script>

    It should be loaded auto. Still don’t know why it didn’t load in this specific page.

    cheers

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Polls] link View Results doesnt work’ is closed to new replies.