chaitanyakh
Forum Replies Created
-
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Not Working with my Siteseems to be working fine now..thanks a lot.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Not Working with my Siteok 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?
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Not Working with my SiteJust 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.Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Not Working with my SiteJust 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.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Not Working with my SiteAlso note that i havent added any custom html id in settings, just made the widget fixed.