Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter chaitanyakh

    (@chaitanyakh)

    Also note that i havent added any custom html id in settings, just made the widget fixed.

    Plugin Contributor Max Bond

    (@max-bond)

    Hello!

    You are using jQuery version 1.4.2 (loaded by theme), but minimum required version for my plugin is 1.7!

    Thread Starter chaitanyakh

    (@chaitanyakh)

    Just installed this code in wordpress theme functions file..

    /**
    * Use latest jQuery release
    */
    if( !is_admin() ){
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, (“https://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.

    Plugin Contributor Max Bond

    (@max-bond)

    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.

    Thread Starter chaitanyakh

    (@chaitanyakh)

    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.

    Thread Starter chaitanyakh

    (@chaitanyakh)

    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?

    Plugin Contributor Max Bond

    (@max-bond)

    It is always better to place fixed widgets at the last place in the sidebar.
    Set Refresh Interval option = 2000

    Thread Starter chaitanyakh

    (@chaitanyakh)

    seems to be working fine now..thanks a lot.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not Working with my Site’ is closed to new replies.