Bootstrap tooltip not loading, deletes line below instead
-
Hi,
I have recently inherited a WP project and I cant for the life of me work out what is going on with the bootstrap tooltip.
The Page is here , the link lists are supposed to have tooltips, instead the list item below it disappears.
This is a custom theme the other person made, it looks like based on a nimbus theme.below is the extract from functions.php
if (!function_exists('nimbus_public_scripts')){ function nimbus_public_scripts() { if (!is_admin()) { wp_register_script('bootstrap', get_template_directory_uri() . '/js/bootstrap.min.js', array('jquery'), '3.0.0'); wp_enqueue_script('bootstrap'); wp_register_script('bootstrap-carousel', get_template_directory_uri() . '/js/bootstrap-modal-carousel.min.js'); wp_enqueue_script('bootstrap-carousel'); wp_register_script('jquery-tools', get_template_directory_uri() . '/js/jquery.tools.min.js'); wp_enqueue_script('jquery-tools'); wp_register_script('slideshow', get_template_directory_uri() . '/js/slideshowImagesResponsive.js'); wp_enqueue_script('slideshow'); // wp_register_script('bootstrap-tips', get_template_directory_uri() . '/js/bootstrap-tooltip-extension.js'); // wp_enqueue_script('bootstrap-tips'); } } }Any pointers gratefully received.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Bootstrap tooltip not loading, deletes line below instead’ is closed to new replies.