Skip to:
Content
Pages
Categories
Search
Top
Bottom

Disable BP Tooltips

  • @nahummadrid

    Participant

    And replace with bootstrap tooltips

    jQuery('.bp-tooltip').tooltip({ 
    
        title: function(){
        return jQuery(this).attr('data-bp-tooltip');
        } 
    
     });

    doesn’t seem to work. I’ve removed all bp css for tooltips and can’t find anything else interrupting.

Viewing 3 replies - 1 through 3 (of 3 total)
  • @nahummadrid

    Participant

    After more trial it seems to be only within the bp wrapped body where activity stream and other components reside.

    For example the RSS icon tooltip works but the activity entry buttons and timestamp tooltips do not

    @nahummadrid

    Participant

    I tried now with bp legacy pack and the bs tooltip works as expected. something with nouveau in conflict.

    @eliza9bethbrown

    Participant

    Howdy,
    Thanks for sharing these code.
    do they work only in bp tools?
    Thermostats

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar