Disable lighbox for Galleries for Attachment page

Posted in: Newspaper
Post count: 220

we have upgraded to latest version of newspaper,
Let me know how can we disable lighbox for Galleries for Attachment page

Post count: 35449

Hi,

For this you’ll need add this custom code in Theme panel > Custom code> Custom javascript
-> https://www.screencast.com/t/W638c8baiqb
jQuery(document).ready(function ($) {var magnificPopupEnabled = false;$.extend(true, $.magnificPopup.defaults, {disableOn: function() {return false;}});});

Hope this will help you too achieve what you need!
Thanks.

Post count: 220

Thanks @Calin,

It solves our problem

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.