Hi,
I have made an update to WordPress 4.5 and Enfold theme 3.5.2 today.
After that the magnific popups does not work anymore.
href=”#popup-history” rel=”magnific”>mehr erfahren
<div id=”popup-history” class=”white-popup mfp-hide”>
loremipsum
</div>
Are there any changes in the javascript?
Can you have a look please.
Thank you and kind regards,
Stefan
Help Please !!!
Urgent!!. I need your help please !!!
Hi!
Please do not post multiple messages, cause the message goes to the end of the page.
Can u please disable plugins and give it a try?
Also some links give error of external videos and scripts
Regards,
Basilis
Hi,
thanks for the answer.
Disable the plugins brings nothing.
Before the update today all was working fine even with errors from the emdedded video.
On another page with the same popups there is no video: http://wp.schatzerhuette.com/schatzerhuette-en/
Thanks, Stefan
Hi Stefan,
Could you try adding the following to your functions.php file to see if it helps?
function modify_jquery() {
if (!is_admin()) {
wp_deregister_script('jquery');
wp_register_script('jquery', 'https://code.jquery.com/jquery-1.11.3.min.js');
wp_enqueue_script('jquery');
}
}
add_action('init', 'modify_jquery');
Regards,
Rikard
Nope sorry, the code snippet does not help :(