Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author karevn

    (@karevn)

    It is a generic WP configuration issue. For Usernoise to work properly, https://openboxit.net/wp-admin/admin-ajax.php should be accessible publicly (url may change a bit in different WP configurations, but you get the idea). This url is used to load Usernoise window when you click the button.

    Hi, I’m having the same problem, how do I resolve this issue?

    Many thanks

    Plugin Author karevn

    (@karevn)

    @exploderizer, follow the same rule… your wp-admin/admin-ajax.php should be accessible and on the same domain. Make sure your site url setting (at admin – settings) is equal to the url you see in the browser (www prefix matters!).

    Ah ok, I didn’t quite get what you meant. Many thanks ??

    Hi. I have a similar problem. If i logged as admin everything works fine. But if not logged or logged as member i have problem as in the first post:

    once clicked only shows a loading animation in the middle of the screen

    My site site

    Plugin Author karevn

    (@karevn)

    @volot, please enable usernoise again and let me know. Most probably, you have www / no www prefix problem in the config (site url setting at the main WordPress settings screen should match the url you see when opening the site).

    Ok, i enable it now. In settings i have site url without www prefix, example https://wp-seven.ru.
    Maybe different plugin conflict with usernoise?
    I have one plugin which uses ajax – Login With Ajax (https://www.ads-software.com/extend/plugins/login-with-ajax/)

    Plugin Author karevn

    (@karevn)

    @volot. It looks like some third party Javascript code interrupts the process of showing Usernoise overlay. Please try to disable other plugins, remove Yandex.Metrika code to figure it out (it is the first suspect).

    Thanks. I delete Yandex.Metrika and everything works fine.

    I have the same problem ??

    Warning: array_slice() expects parameter 1 to be array, null given in /hp/cb/ab/nk/www/wordpress/wp-content/plugins/usernoise/admin/feedback-list.php on line 34

    Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /hp/cb/ab/nk/www/wordpress/wp-content/plugins/usernoise/admin/feedback-list.php on line 34

    Warning: Invalid argument supplied for foreach() in /hp/cb/ab/nk/www/wordpress/wp-admin/includes/class-wp-list-table.php on line 664

    Warning: Invalid argument supplied for foreach() in /hp/cb/ab/nk/www/wordpress/wp-admin/includes/class-wp-list-table.php on line 664

    Warning: array_keys() [function.array-keys]: The first argument should be an array in /hp/cb/ab/nk/www/wordpress/wp-admin/includes/class-wp-list-table.php on line 634

    Warning: array_intersect() [function.array-intersect]: Argument #1 is not an array in /hp/cb/ab/nk/www/wordpress/wp-admin/includes/class-wp-list-table.php on line 634

    Plugin Author karevn

    (@karevn)

    @mamulasa, what PHP version do you have? Also – it looks like some other plugin or theme code is breaking Usernoise’s behavior by hooking into the process of showing table columns.

    BTW, you can just disable WP_DEBUG in your wp-config.php file and it will almost work.

    I am using PHP Version 5.3.14

    I found this in my wp-config file: define(‘WP_DEBUG’, false);

    Plugin Author karevn

    (@karevn)

    Most probably, you it is a misbehavior of some another plugin. Try disabling them one by one.

    I just have three plugins. And all of them are important for the blog. I guess I have to try another Feedback Plugin. Thanks for your help!

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘[Plugin: Usernoise modal feedback / contact form] Usernoise not opening on site at all’ is closed to new replies.