• Resolved Mike Oliver

    (@zephyrmike)


    Hello, any idea why with this shortcode the images still pop up in a lightbox? I do not have another lightbox plugin installed.

    [go_gallery cat=”engineering-high-tech-manufacturing,software-platform-services,utilities-renewable-energy” lightbox=”no” hover_data=”no” size=”small” style=”squared” menu_color=”#ffffff” menu_bg=”#234d72″ gap=”20″ menu_bg_hover=”#285882″]

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Mike Oliver

    (@zephyrmike)

    Fixed with this…

    .go-gallery {
    background: #f9f9f9 !important;
    pointer-events: none !important;
    }

    div.go-gallery.menu-show ul.go-gallery-filters {
    pointer-events: auto !important;
    }

    Plugin Author alvimedia

    (@alvimedia)

    Hi Mike,

    There’s an option in the shortcode attributes that enables and disables lightbox.

    We have found some minor bugs in the code since we’ve moved to the new lightbox. Next update should fix all the issues connected to the lightbox transition.

    I’ll update this thread as soon as it works.

    Thanks!

    Plugin Author InfiniTools

    (@infinitools)

    Hi Mike,

    Fixed in Ver. 1.1 Now it works as it should, just use shortcode attribute lightbox=’no’

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t Stop Lightbox from Opening’ is closed to new replies.