• Resolved Wootie

    (@wootie)


    Is there a built-in lightbox feature with this theme, or with the associated widgets bundle?

    …if so, is there a way I can disable it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hi,
    The theme does have a built-in lightbox. If you wish to deactivate you can do so by adding this js to a text widget in your footer:

    <script type="text/javascript">
    jQuery(document).ready(function ($) {var magnificPopupEnabled = false;$.extend(true, $.magnificPopup.defaults, {disableOn: function() {return false;}});});
    </script>

    Hannah

    Thread Starter Wootie

    (@wootie)

    Perfect – thanks!

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