I have the latest version of WP Socializer (2.4.7).
When the WP Socializer is activated, I notice in Chrome in the Javacript Console the following errors:
WP Socializer float bar: There is a Javascript error in the page and the floatbar is hidden……..wp-socializer-floating-bar-js.js:10
Uncaught ReferenceError: jQuery is not defined………..wp-socializer-floating-bar-js.js:14
This all started when I was getting some things cleared up with the developer of the commentluv plugin. He pointed out the errors to me with the following:
a lot of the errors look like they are related to you loading an old out of date or different version of the jquery library from the google api which does not have the .live functionality
you will need to disable any additions you have in your plugins/theme to not load from the google CDN or at least, load the latest version of jquery which has .live included (wordpress has the correct version which is normally loaded if you don’t have a plugin to use the google api)
The issue seems to be with the WP Socializer plugin. Is there an update I need to download?
Thanks.