Tagged: Lightbox
Hi,
Is there I way that i could remove or disable the lightbox for my pictures in my posts?
Thanks!
Hi redlipsid!
Thank you for using the theme!
You can disable the default lightbox plugin within the theme. Edit js > avia.js, find this code on line 60:
//activates the prettyphoto lightbox
$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Replace it with:
//activates the prettyphoto lightbox
//$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Cheers!
Ismael
Sorry to sound a little thick but where is the Edit js > avia.js located I cant find it in the Editor, Am i looking in the wrong place ?
Hi!
Please go to Enfold/js folder and there you can find Avia.js file. You should connect via FTP
Cheers!
Yigit
ahahah, Ok sorry. and thanks!