Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @neofx93,

    Thanks for posting on the forum.

    Could you please try using different pop up loading method from the pop up settings?

    Have you developed a custom theme or using any built in theme?

    If you are any built in theme then please share me the theme page link from where you have downloaded it so that i can also use it on my test site to test this issue.

    Kind Regards,
    WPMU DEV

    Thread Starter Michael

    (@neofx93)

    Page footer gives:
    Critical: Call to wp_footer(); is missing! It should appear directly before </body>

    The other two don’t give errors but no pop-up.

    It’s a custom theme.

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @neofx93,

    Thank you for your quick reply.

    To resolve this error message try using wp_footer function in the footer.php file of your theme just before the </body> tag.

    Find more information about the wp_footer function on the following page.

    http://codex.wordpress.org/Function_Reference/wp_footer

    Regards,
    WPMU DEV

    Thread Starter Michael

    (@neofx93)

    Putting <?php wp_footer(); ?> before the </body> tag solved my issue.

    Thank you!

    Plugin Support Predrag – WPMU DEV Support

    (@wpmudev-support1)

    You are most welcome, if i can be of any further assistance please don’t hesitate to ask 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Pop Up doesn't show (theme issue)’ is closed to new replies.