- This topic has 2 replies, 3 contibutors, and was last updated 9 years, 1 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Question
Answers
Viewing 3 posts - 1 through 3 (of 3 total)
- The question ‘Disable Lightbox’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Media › Disable Lightbox
Is there anyway I can disable the lightbox? want to use social gallery!
Thanks
@zabre00 this is not upgrade safe as this is not how the plugin is designed. You can override this by editing this file: assests/js/buddyboss-media.min.js then find this code:
getToolbar:function(){return
replace with this code:
getToolbar:function(){return;return
Hi TJ, I’m looking for a similar solution. I would like to disable the lightbox and link to the attachment page (image.php). When I disable the lightbox, the clicked image still opens in a popup (but without the lightbox controls) any idea on how to link to the attachment page from the users media gallery image?