• ian_gozer

    (@ian_gozer)


    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)
  • Thread Starter ian_gozer

    (@ian_gozer)

    I forgot to say, I have script debug turned on and it shows…

    jquery-migrate.js?ver=1.2.1:21 JQMIGRATE: Logging is active
    jquery-migrate.js?ver=1.2.1:41 JQMIGRATE: jQuery.browser is deprecated
    jquery-migrate.js?ver=1.2.1:43 console.trace()migrateWarn @ jquery-migrate.js?ver=1.2.1:43Object.defineProperty.get @ jquery-migrate.js?ver=1.2.1:58(anonymous function) @ jquery.tools.min.js?ver=4.2.2:20(anonymous function) @ jquery.tools.min.js?ver=4.2.2:20

    but from what I can find, these can largely be ignored?

Viewing 1 replies (of 1 total)

The topic ‘Bootstrap tooltip not loading, deletes line below instead’ is closed to new replies.