• Resolved mihaiil

    (@mihaiil)


    Hey, great plugin.
    However, i’m having issues getting this to work.
    In the “Plugins” menu, i can’t make any change because i get a
    “NetworkError: 406 Not Acceptable – mydomain/wp-content/plugins/facebook-awd/assets/js/jquery.cookie.js?ver=3.3.2”
    and then d.cookie is undefined and also No relay set (used as window.postMessage targetOrigin), cannot send cross-domain message.

    Is there something wrong i’m doing?
    I’ve also tried to switch to the default theme.

    http://wordpress.org/extend/plugins/facebook-awd/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author AHWEBDEV

    (@ahwebdev)

    I think it a problem related to the cookie that sotre the opened tabs in settings.

    Try to change your cookie policy settings in browser.
    Or, you can disable usage of cookies for tabs.

    Open the facebook_awd_admin.js, and go to line 23
    replace the tabs function with this one:

    //create the tabs in options pages admin
    $("#div_options_content_tabs").tabs({
    	fx: { opacity: 'toggle',duration:'fast'}
    });

    But you will loose the last tabs opened memory.

    Thread Starter mihaiil

    (@mihaiil)

    Thanks for the tip. it works 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Facebook AWD All in one] jquery issue’ is closed to new replies.