• Resolved langva

    (@langva)


    My plugin Query Monitor alarmed this mistake in the NextGen plugin.
    Anyone who knows what this means?

    “Missing Dependencies nextgen_first_run_wizard”
    jquery, jquery-modal (missing)

    And a link that leads to this info: jQuery(‘#ngg-video-wizard-invoker’).on(‘click’, (e) => {
    e.preventDefault();
    jQuery(‘#ngg-wizard-video’).modal();
    let frame = jQuery(‘#ngg-wizard-video iframe’)
    let videoSrc = frame.attr(‘src’);
    let playVideoSrc = ${videoSrc}?autoplay=1
    frame.attr(‘src’, playVideoSrc)

    jQuery(‘#ngg-wizard-video’).on(jQuery.modal.CLOSE, function(){
    frame.attr(‘src’, videoSrc);
    });
    return false;
    });

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Benjamin

    (@benjaminowens)

    When NextGEN is first activated we display a notification encouraging people to watch a short video on how to create and display galleries, it appears in a popup via jQuery which is provided by WordPress.

    It’s possible that your theme or another plugin has removed or renamed jQuery-modal; this shouldn’t break anything else in NextGEN but I would recommend disabling other plugins / themes to determine if there is a conflict so that you know what is going on.

Viewing 1 replies (of 1 total)
  • The topic ‘jquery, jquery-modal (missing)’ is closed to new replies.