Hi
Could anybody help me with correct displaing of html popup window for contact form 7
My CF7 displaing under background…
The original jquery plugin is able to load ajax content – how is this done with this plugin?
Also I am adding the mfp-iframe to an a element, but it does not show any popup when clicked on it.
How to use this into my site?
]]>Hi, I am using your plugin, because i like the magnific lightbox and you made it working in wordpress WITH the zoom animation. The problem is, that on first click the lightbox doesn’t zoom. It works fine at the second time. This happens in chrome. In Firefox it works at first time. I only have one image with a lightbox on this site. You find it on the bottom of the page: https://www.guenter-fischer.com/ueber-uns/profil/
Thanks and kind regards
Johannes
Hello,
what do I have to do to make this plugin working with ajax loaded pages?
Thank you very much for any help
Lukas
]]>Hello,
This plugin is amazing and it was working flawlessly until a couple hours ago.
I normally embed 360o panoramas that we’ve created recently, such as this:
https://goo.gl/maps/RgUhJ2xpsWN2
I use this code on some of my posts:
360o Interactive Tour
And out of the blue, today, two hours ago, when I click on the link the lightbox appears briefly (like 1 sec.) and the the page becomes white with the following message:
“The Google Maps Embed API must be used in an iframe.”
Never happened before and now every single Magnific Popup that I use for a 360o panorama gives me this message ! ??
Does anyone has any idea of what’s going on ??
]]>Hi,
Just letting you know there is a console.log in plugins/wp-magnific-popup/js/wpmp.js
Line 5:
console.log(wpmp_options);
Hello,
I have installed and activated the plugin but the pop-up / lightbox mechanism doesn’t seem to be working when trying to click on a photo from a gallery.
website: lesfacons.com
Please advise.
]]>I ran into a situation where I wanted multiple separate galleries on a page. This can be accomplished using the sample code provided on the Magnific Popup website https://dimsemenov.com/plugins/magnific-popup/documentation.html#gallery
I edited the JS for galleries in wpmp.js in the following way.
jQuery('.' + wpmp_options.gallery.class).each(function() {
jQuery(this).magnificPopup({
...
});
});
]]>
I encountered an issue where jQuery was being loaded after the WP Magnific Popup script, which caused an error prevented popups from displaying. To resolve this I changed line 51 in the plugin to the following, which resolved the issue.
wp_enqueue_script('magnific-popup', plugins_url('mpopup/jquery.magnific-popup.min.js', __FILE__), array('jquery'));
Hi there:
Thanks for developing the plugin.
In my case, Video Popups are not working for some reason.
Please view following page and search for “divi demo”. This is a video popup link.
https://goo.gl/2Rwi1J
Please take a look.
Thanks
]]>Hi firimar,
Thanks for a great plugin ??
I’m running a HTTPS wordpress site and get mixed content warnings in WP Admin which seem to be casued by WP Magnific Popup as it loads a CSS file from a Google domain, and the request seems to be hardcoded as HTTP instead of using the protocol of my site URL. This is how the stylesheet call looks like in the HTML source of WP Admin.
<link rel=’stylesheet’ id=’wp-magnific-popup-jquery-ui-style-css’ href=’https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/black-tie/jquery-ui.css’ type=’text/css’ media=’all’ />
Also, it would be great for the plugin not to generically load the CSS on any page, regardless of whether or not that page contains any elements (popups in this case as it’s in my WP admin) that specific CSS would be required for.
Would you fix these 2 things, please?
Thank again! ??
Best,
Rasmus
Using the mpopup_iframe class to embed a Vimeo video on a page and opening the page o on an iPhone 6, it loads the Vimeo URL in my browser rather than in a Lightbox. If that’s correct then maybe it should open a new tab rather than opening the vimeo url on the page the user was on?
Hope it makes sense ??
]]>Hi
Thanks for a great plugin!
The lightbox is about 60% the size of my screen. Any way to make it bigger? (I’d probably go for 80%). Maybe %-size could be part of the options for the plugin?
Thanks again!
?? Rasmus
]]>I found that iframe popup is disabled in lower display resolutions (less than 700px of width). I would like the popup could work in all resolutions.
Anyway, thanks for this plugin.
It’s great.