• Anonymous User 11187416

    (@anonymized-11187416)


    Hi there,

    I have your ’empty dashboard widget issue’ on one of my blogs (it’s working fine on a different blog and worked okay until the last main WP Core update on this one).

    I have

    • Cleared Browser’s Cache (and tried it on a new, fresh browser)
    • Cleared Website’s Cache (WP Supercache)
    • Cleared CDN’s Cache
    • Done a generic page refresh

    In Chrome’s Dev Tools I get this error:

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

    which is in your jquery.ui.tooltip.html.js

    jQuery(function () {
          jQuery('#gadwp-widget *').tooltip({
    		  items: "[data-gadwp]",
              content: function () {
                  return jQuery(this).attr("data-gadwp");
              }
          });
      });

    I am loading jQuery the <head> section.

    Hope this helps. The site it’s not working correctly on is: http://resource-centre.net.

    Thanks in advance (and hope you’re still checking this forum.

    Martin

    https://ww.wp.xz.cn/plugins/google-analytics-dashboard-for-wp/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Uncaught TypeError: jQuery tooltip is not a function’ is closed to new replies.