Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #23886

    hello,

    I wish to get rid of enfold prettyphotobox, because I want to implement social gallery plugn from codecanyon.

    I noticed that when enabling the social gallery plugin, two lightboxes opens. one in the background (enfold native) and another in front (other plugin), then I need to close two windows.

    is there a way to use just the social gallery plugin feature as far as you know?

    thanks in advance. ;)

    #121489

    Hi,

    If you want to disable the prettyPhoto feature on Enfold, please open js >avia.js then find this code

    //activates the prettyphoto lightbox
    if($.fn.avia_activate_lightbox)
    $('body').avia_activate_lightbox();

    Replace that with

    //activates the prettyphoto lightbox
    //if($.fn.avia_activate_lightbox)
    //$('body').avia_activate_lightbox();

    Remove browser cache then reload the page.

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘disable native prettybox’ is closed to new replies.