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

    (@nextendweb)

    Hi!

    It is really hard to tell the solution as I don’t see the error. Could you contact me by email? roland[@@@]nextendweb.com

    One idea:
    As you wrote that you build custom theme, maybe you forgot to use the wp_footer(); function before the closing </body> tag.

    <?php
       /* Always have wp_footer() just before the closing </body>
        * tag of your theme, or you will break many plugins, which
        * generally use this hook to reference JavaScript files.
        */
        wp_footer();
    ?>
    </body>
    </html>

    https://codex.www.ads-software.com/Function_Reference/wp_footer

Viewing 1 replies (of 1 total)
  • The topic ‘Can't make it work…’ is closed to new replies.