Also note that i havent added any custom html id in settings, just made the widget fixed.
Hello!
You are using jQuery version 1.4.2 (loaded by theme), but minimum required version for my plugin is 1.7!
Just installed this code in wordpress theme functions file..
/**
* Use latest jQuery release
*/
if( !is_admin() ){
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, (“http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js”), false, ”);
wp_enqueue_script(‘jquery’);
}
So i guess it should resolve the jquery problem as plugins would call latest version of jquery.
But the plugin q2w3 is still not working.
I see no changes on your site. You still on jQuery 1.4.2. Look at html source line 26.
I see W3 Total Cache installed. Try to disable CDN option. And clear W3 cache.
Just disabled cdn and cleared page cache..i see the 1.4.2 removed and latest version jQuery v1.9.1 integrated.
but still the plugin doesnt seem to work.
could u please look into it now.
thanks and really appreciate your quick support.
ok it seems to be working now..but some bugs.
It gets over the current sidebar content..what should i put in top margin setting to make it work correctly?
It is always better to place fixed widgets at the last place in the sidebar.
Set Refresh Interval option = 2000
seems to be working fine now..thanks a lot.