Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #612822

    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>

    popups

    Are there any changes in the javascript?
    Can you have a look please.

    Thank you and kind regards,
    Stefan

    • This topic was modified 8 years, 8 months ago by sroemer.
    #612941

    Help Please !!!

    #613169

    Urgent!!. I need your help please !!!

    #613218

    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

    #613236

    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

    #613548

    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

    #613826

    Nope sorry, the code snippet does not help :(

    #615313

    Hi,

    As far as I can see you are publishing the images in a text block, could you try the image element in the builder instead?

    Regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.