• Hi @dfactory,

    There’s a script that runs when a media object is loaded that needs an extra check. It’s in the file admin-folder.js and the line that breaks looks like this.

    var selects = view.toolbar.secondary.$el.find( 'select.attachment-filters' );

    A quick fix would be to move up a couple of lines and update it to this:

    if ( view !== null && view.toolbar ) {

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • After closing the lightbox, the metaslider stops sliding. This happens only on mobile. See https://hosting138626.a2e52.netcup.net/

    I want to share here my issue, related to “Post Slider” feature of MetaSlider. Using the plugin “Responsive Lightbox & Gallery” I’ve received this error message: “Uncaught TypeError: Cannot read property ‘secondary’ of undefined

      (admin-folders.js)

    “.
    I’ve solved this issue by removing the flag from “Enable media folders” field, from “Folders” tab. I hope it can help someone ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with MetaSlider’ is closed to new replies.