- This topic has 5 replies, 2 voices, and was last updated 11 years, 7 months ago by .
<?php if (function_exists('iphorm_popup')) echo iphorm_popup(1, 'CONTACT',
'{ overlayOpacity: 0.5 }'); ?>
The 404.php at this time has no <?php variables and no echo sources other than a “your ip” call. What is the simplest way of including the iphorm plugin without calling the header or footer so the popup form will function?
For testing purposes, any broken link will do:
walkingdeadcomics.org/404
Safari shows 4 javascript errors at this time due to iphorm not being registered on the page. I don’t want any element of the wordpress theme displayed on this page other than what is in the custom 404.php, and what is required to have the fancybox form that is used on the rest of the site.
Thanks