• Plugin Author Optin Revolution

    (@optinrevolution)


    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_head

    In 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_footer

    Action 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/

Viewing 15 replies - 1 through 15 (of 30 total)
Viewing 15 replies - 1 through 15 (of 30 total)
  • The topic ‘READ THIS Optin Revolution Lite Popup Not Showing’ is closed to new replies.