Tagged: CONTACT FORM, Lightbox
Hi,
Could anyone help me, I have followed all the instructions on the other post but still not working
This is the post. http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
When you click on the link the popup should appear with contact form.
It works fine in my other official website, but not in this trial site..
The error console says “Uncaught TypeError: jQuery(…).magnificPopup is not a function”
I must have done something wrong, but I’m not sure what or where?
Hi.. NO worries, I have fixed it with your other suggestion codes:
function popup_inline() { ?>
<script type="text/javascript">
jQuery(window).load(function(){
jQuery('.open-popup-link').magnificPopup({
type:'inline',
midClick: true
});
});
</script>
<?php }
add_action('wp_head', 'popup_inline');