Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bradvin

    (@bradvin)

    Hi there,

    You have 2 options:

    1) Not install our FooBox extension and use Flatsome’s lightbox.
    2) Add some custom JS to disable Flatsome’s lightbox, as there is no theme option to turn it off unfortunately.

    The custum JS to use is:

    jQuery('.foogallery-container a').unbind('click.magnificPopup');
    Plugin Author bradvin

    (@bradvin)

    I must also add that the custom JS code I had above will disable the FlatSome lightbox only foogallery images, and it should continue to work for other popups if needed

    I’m having the same issue/conflict with duplicate lightbox images popping up. I’ve tried the following photo gallery plugins – each launch double images when clicking:
    Photo Gallery
    Responsive Photo Gallery
    WP Photo Album Plus

    Where should that JS code go?
    Do you know if the code above will work for any of these plugins?

    Thank you!!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Foo Gallery and Flatsome theme’ is closed to new replies.