 
	
		
		
		
		
			
Hi,
   I installed jQuery Lightbox but the default Enfold lightbox still appears underneath. Is there a way to completely replace the Enfold Lightbox with jQuery Lightbox?  Thanks!
Hey Bob!
Try adding this at the very end of your theme functions.php file:
function wp_dequeu_pp() {
   wp_dequeue_script( 'avia-prettyPhoto' );
}
add_action( 'wp_print_scripts', 'wp_dequeu_pp', 100 );Cheers!
Josue
