Unable to disable WP theme lightbox
-
ok, this is a common problem:
The (I think) hardcoded them lightbox is displayed under the FooGallery lightbox. When closing the FooGallery lightbox, you’re still left with the (in this case) Prettyphoto lightbox.Solutions.
1. Have tried to turn off the Prettyphoto lightbox in the theme options but only have a choice between 2 lightboxes. “None” is not an option.2.Have tried numerous other support thread solutions.
3. Have tried adding this code to funtions.php which I found on another solution but it has not resolved the issue.
function remove_scripts(){ wp_dequeue_script('prettyphoto' ); wp_deregister_script('prettyphoto' ); } add_action( 'wp_enqueue_scripts', 'remove_scripts', 100 );
Any suggestions?
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Unable to disable WP theme lightbox’ is closed to new replies.