• When using Chrome for inspecting, I notice some jQuery errors:

    Uncaught ReferenceError: jQuery is not defined
    at (index):86
    (anonymous) @ (index):86
    (index):283 Uncaught ReferenceError: jQuery is not defined
    at (index):283
    (anonymous) @ (index):283
    (index):326 Uncaught ReferenceError: jQuery is not defined
    at (index):326
    (anonymous) @ (index):326

    Line 86-88 are:

    jQuery(document).ready(function(e) {
                    jQuery("body").addClass("sfsi_plus_2.98")
                });

    Line 283 contains long code, but it’s also for the plugin
    <div class="sfsiplus_norm_row sfsi_plus_wDiv" style="width:225px;text-align:left;position:absolute;">

    Line 326:

    jQuery( document ).scroll(function( $ )
    		{
    	    	var y = jQuery(this).scrollTop();
    	      	if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent))
    			{	 

    While the plugin seems still working, I wonder what are those errors and should they be fixed?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thank you for reporting this, we’ll investigate.

    Thread Starter hungpham

    (@hungpham)

    In the server error log, there is also more, if you can fix, please.

    Use of undefined constant SFSI_SUPPORT_FORM - assumed 'SFSI_SUPPORT_FORM' (this will throw an Error in a future version of PHP) in /home/username/domains/mydomainname.com/public_html/wp-content/plugins/ultimate-social-media-plus/views/deactivation/sfsi_deactivation_popup.php on line 312\n,

    Thx – what’s your website url?

    Thread Starter hungpham

    (@hungpham)

    It’s the site of one of my customers, so I would not publish here without their permission first.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘javascript error’ is closed to new replies.