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

    (@arevico)

    Hi,

    Thank you for opening a topic. I checked your website and it looks like the theme contains some errors. The main problem is that the closing html and body tag and the call to wp_footer are not used.

    Ask your developer or the developer of your theme to include this. The footer.php file in your theme should end with

    <?php wp_footer(); ?>
    </body>
    </html>

    The new update uses wp_footer to load everthing. This results in a a faster plugin.

    Thread Starter LIDIA M.

    (@lidia-m)

    Thank you for your help. Best Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not Work After Upgrade’ is closed to new replies.