Tagged: Modal
Hi all,
I was searching the forum and came across this topic and followed what Josue wrote, but i’m not having any luck in getting the link to popup a modal box.
<script>
(function($){
$(window).load(function() {
$('a[href*="?inline"]').magnificPopup({
type: 'inline'
});
});
})(jQuery);
</script>
Trigger link:
<a href='#modal?inline'>Link</a>
Is there an additional plugin you need to get the above code to work? I was under the assumption that it was already what enfold was using.
Where should i place this code, i have html in a text module and the CSS in the quick css section, but where do i put the JS?
Can anyone update me on this? Is this even possible? Been about 2-3days and no response, just seeing if someone can give me an update.
Hi,
Sorry for the late reply. Forums have been pretty busy lately.
Please refer to my post here – https://kriesi.at/support/topic/lightbox-for-mailchimp-form/#post-582439
Best regards,
Yigit