• When I am logged into WordPress and viewing my site, I am seeing a JavaScript error on the pages: “Uncaught ReferenceError: jQuery is not defined.” If I disable the White Label CMS plugin, this error goes away.

    The error is pointing to this line

    <script type=”text/javascript”> jQuery(document).ready(function(){ jQuery(“#wp-admin-bar-root-default”).prepend(” <li id=\”wlcms_admin_logo\”> <span style=\”float:left;height:28px;line-height:28px;vertical-align:middle;text-align:center;width:28px\”><img src=\”http://uma.enlighten.com/wp-content/uploads/2014/10/dashboard_logo.png\” width=\”16\” height=\”16\” alt=\”Login\” style=\”height:16px;width:16px;vertical-align:middle\” /> </span> “); }); </script>

    https://ww.wp.xz.cn/plugins/white-label-cms/

The topic ‘Javascript Error when logged in and displaying the admin bar’ is closed to new replies.