Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #253399

    Hi,

    Is there I way that i could remove or disable the lightbox for my pictures in my posts?

    Thanks!

    #253473

    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

    #259754

    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 ?

    #259760

    Hi!

    Please go to Enfold/js folder and there you can find Avia.js file. You should connect via FTP

    Cheers!
    Yigit

    #259775

    ahahah, Ok sorry. and thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Disable Lightbox’ is closed to new replies.