• Resolved tsukigakure

    (@tsukigakure)


    I can’t understand why the following code is not creating a Bootstrap tooltip. Any help would be appreciated, thanks.

    <a href="#" target="_blank" rel="noopener noreferrer"><i class="fas fa-desktop fa-5x" data-toggle="tooltip" title="For Macs"></i></a>

    • This topic was modified 7 years, 2 months ago by tsukigakure.
    • This topic was modified 7 years, 2 months ago by tsukigakure.
Viewing 1 replies (of 1 total)
  • Theme Author Afterimage Designs

    (@afterimagedesigns)

    Hi tsukigakure,

    Thanks for using our theme. With regard to your question. You will be needing some jQuery script knowledge to make it work. The below code will solve your issue. Kindly wrap it in a <script> tag and add on the theme header or footer.

    jQuery(function($){
        $(document).ready(function(){
          $('[data-toggle="tooltip"]').tooltip();   
        });
    });
Viewing 1 replies (of 1 total)

The topic ‘Tooltip not working’ is closed to new replies.