Skip to:
Content
Pages
Categories
Search
Top
Bottom

Disable BP Tooltips


  • Nahum
    Participant

    @nahummadrid

    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)

  • Nahum
    Participant

    @nahummadrid

    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


    Nahum
    Participant

    @nahummadrid

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


    eliza9bethbrown
    Participant

    @eliza9bethbrown

    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