Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #280150

    I have a conflict with another pop up image function, can I disable the lightbox function? Thanks!

    #280152

    Hi WaldenDesign!

    Please go to Enfold/js folder and open avia.js file and find following code on line 60

    //activates the prettyphoto lightbox
            $(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    and comment it out with // as following

    //activates the prettyphoto lightbox
            //$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});

    Cheers!
    Yigit

    #280222

    great! Thanks!

    #280230

    Hi!

    You are welcome, we are always glad to help! :)

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Can I disable the lightbox function?’ is closed to new replies.