I have a custom accordion on my site because I need it to do extras that the x accordion does not do… i use the following code in my functions.php to get my accordion working
function accodion_js_enqueue() {
if ( !is_admin() ) {
wp_enqueue_script('jquery-ui-accordion');
wp_enqueue_script('custom-accordion',get_stylesheet_directory_uri() . '/js/accordion.js', array('jquery') );
}
}
add_action('wp_enqueue_scripts', 'accodion_js_enqueue');
with this code removed the lightbox works, any ideas as to what causes it to break my lightbox? You can see it on my staging site right under the title “The Dipping Stone” on this page: https://stage.mydipkit.com/info/#the-dipping-stone