• Closed
  • Gene Lapointe
    Spectator
    September 25, 2015 at 2:16 am #20931

    Hello,

    I recently upgraded from the free version of evolve to the premium version, but I’ve found that my file downloads no longer work. I believe this to be related to the lightbox feature which isn’t available in the free version. Is there a way to disable it? My downloads do not work with it enabled.

    To view the list of files, see http://www.sspeterandpaulmc.org/bulletins/

    Denzel Chia
    Moderator
    Posts: 2672
    September 25, 2015 at 9:47 am #20935

    Hi,

    In Theme Options -> Lightbox -> Show Post Images in Lightbox
    Turn off this setting.

    Thanks!

    Gene Lapointe
    Spectator
    Posts: 1
    September 25, 2015 at 4:58 pm #20959

    Those settings are already turned off.

    Denzel Chia
    Moderator
    Posts: 2672
    September 26, 2015 at 10:20 am #20979

    Hi,

    Please open up evolve-plus/library/functions/functions.php at line 66.
    Find the following codes.

    wp_enqueue_script( 'prettyphoto', EVOLVEJS . '/jquery.prettyPhoto.js' );

    Comment it out as follows, by putting 2 slashes in front.

    //wp_enqueue_script( 'prettyphoto', EVOLVEJS . '/jquery.prettyPhoto.js' );

    Clear browser cache and reload page.

    Thanks!
    Denzel

    Terry Mason
    Spectator
    Posts: 17
    November 7, 2016 at 12:46 am #31054

    Sorry to bump an old thread, but I was wondering if this has been fixed yet. I’m running evolve plus 2.6.8 and I couldn’t disable the lightbox until I edited the functions file.