Viewing 6 replies - 1 through 6 (of 6 total)
  • Looks like you have a javascript error. I’m not sure if that’s causing this problem, but it could be. It can’t find your ‘tooltip’ function:

    jQuery(document).ready(function(){
    jQuery(‘[data-toggle=”tooltip”]’).tooltip();
    });

    Uncaught TypeError: jQuery(…).tooltip is not a function

    Thread Starter skepsel

    (@skepsel)

    How do I fix it? So at a loss here.

    Thread Starter skepsel

    (@skepsel)

    How are you finding this error? If I can find where, maybe I can locate it on my other site that is working and see what the java script says there.

    Open the developer’s tools (ctl-alt-i or cmd-alt-i on mac) and look at the ‘console’ tab. It will show you the error and where the error occurred.

    • This reply was modified 7 years, 8 months ago by Cindy Cullen.
    Thread Starter skepsel

    (@skepsel)

    Thanks for the info. Was about to marked resolved. The issue was with a Facebook follow plug in I added. Once I deleted it the text re-appeared.

    Great! Glad you found it!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text over Image on frontpage is not working’ is closed to new replies.