Thread Starter
hagcel
(@hagcel)
Thanks Kevin,
I’m using standard pages with a full width template for the landers, but the theme has been so heavily modified I don’t doubt it is causing the problems.
Thanks for your help.
Thread Starter
hagcel
(@hagcel)
Just to clarify, we do not want the exit popup to fire on every page, but only landing pages.
Thread Starter
hagcel
(@hagcel)
Kevin,
Yes, always fire does make the popup appear on the templates in question.
-Sean
Thread Starter
hagcel
(@hagcel)
Thanks for the quick reply Kevin,
Presently, each of our internal templates end by calling footer.php:
<?php
get_footer(); ?>
And footer php has the following line:
<?php wp_footer();
?>
Would this present a problem?
The confounding part is that it only fails to fire on our full width template, but we can find no functional difference between that one and the others.