Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #283270

    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!

    #283296

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.