Disable lightbox/pretty photo Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Disable lightbox/pretty photo Tagged: lightbox, PrettyPhoto This topic has 3 replies, 3 voices, and was last updated 7 years, 9 months ago by Raghavendra. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 23, 2015 at 8:31 pm #15977 ianphotosMember Hi, Can you tell me how to disable the default lightbox plugin? I’m trying to use the Envira gallery plugin, but your theme seems to be overriding my envira settings. Can you help? Cheers – Ian August 24, 2015 at 7:26 am #15991 VeenaModerator Pls use the following custom CSS in themeoptions – .image-info { display: none !important; } August 24, 2015 at 9:48 am #15999 ianphotosMember Ah thanks. But that disables the hover on the blog feed photos. I think I could just get rid of the round ‘plus’button to the right on the hover. I’ve inspected it in source and its the lightbox link. Which file in the editor can I remove this from, any ideas? August 24, 2015 at 10:28 am #16000 RaghavendraModerator I posted the below in ThemeForest comments – Pls use the following code in your child theme functions.php file – function prettyphoto_dequeue_script() { wp_dequeue_script( 'jquery-prettyphoto' ); } add_action( 'wp_print_scripts', 'prettyphoto_dequeue_script', 100 ); Author Posts Viewing 4 posts - 1 through 4 (of 4 total) The forum ‘Extinct Theme Support’ is closed to new topics and replies.