READ THIS Optin Revolution Lite Popup Not Showing
-
If your Optin Revolution Lite popup is not showing there are a few steps to help resolve your problem:
1. Changing your theme to WordPress Twenty Twelve and see if Optin Revoltuion is working
2. If it works then there is a problem with your theme.
3. Check that your theme has the below
In the header.php there should be this code immediately before </head> tag.
<?php wp_head(); ?>
For more information:
https://codex.www.ads-software.com/Function_Reference/wp_headIn the footer.php there should be the below code immediately before </body> tag.
<?php wp_footer(); ?>
For more information:
https://codex.www.ads-software.com/Function_Reference/wp_footerAction hooks like wp_head and wp_footer are essential to how plugins interact with your WordPress theme.
What this means is that the wp_head and wp_footer functions act as placeholders for plugins to insert code to the <head> and <footer> of the theme respectively.
Without these Optin Revolution will not work. PLease check your theme before opening a support request.
https://www.ads-software.com/extend/plugins/optin-revolution/
- The topic ‘READ THIS Optin Revolution Lite Popup Not Showing’ is closed to new replies.