Theme4Press › Forums › evolve › Disable Lightbox › Reply To: Disable Lightbox
#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