Black Screen Issue: Please update your theme to ensure WordPress 5.6 compatibility. Dentalia 2.1 and Recycle 2.1 are now available on ThemeForest. 

Okay
  Public Ticket #1127800
Howto desactive lighbox
Closed

Comments

  • thib started the conversation
    I would like to deactivate lightbox because I use nextgen gallery.
  •  531
    OrionThemes replied

    Hi,

    Currently, we don't have option to disable lightbox. I will add this on our to-do list for one of the future updates.

    The only way to do this now, is to edit the file wp-content/themes/recycle/js/functions.js directly.

    First I suggest you make a copy of this file for backup (just in case).

    Then search and delete this part of js code:

     $('a[href]').filter(function() {
    return /(\.jpg|\.jpeg|\.gif|\.png)/i.test( $(this).attr('href'));
    }).addClass("swipebox");

    It should be around line 1067. 

    Kind regards,
    Andrej