We see some js errors on your website. The issue may come from the cache plugin, you're using. Please try to deactivate the cache plugin and check again.
In case you want to say thank you! 🙂 We'd really appreciate if you leave a good review on the plugin page. This is the best way to say thank you to this project and the support team.
If you're sure that the "Allow Guests to Vote for Comments" option is enabled, then there is some other plugin, that causes the issue.
Please deactivate the plugins one by one and check after each deactivation to find a problem maker.
In case you want to say thank you! 🙂 We'd really appreciate if you leave a good review on the plugin page. This is the best way to say thank you to this project and the support team.
Could you please send the admin login details to allow us to check the issue?
In case you want to say thank you! 🙂 We'd really appreciate if you leave a good review on the plugin page. This is the best way to say thank you to this project and the support team.
You should send it to info[at]gvectors.com email address.
In case you want to say thank you! 🙂 We'd really appreciate if you leave a good review on the plugin page. This is the best way to say thank you to this project and the support team.
For some reason, all the guest have the same IP address, thus they are not allowed to vote for the comment. wpDiscuz logs IP Addresses as well.
If all none of the plugins caused the issue, then you should contact the hosting support and ask them to check the configurations. Please let them know that all guests have the same IP address, they'll fix the issue.
In case you want to say thank you! 🙂 We'd really appreciate if you leave a good review on the plugin page. This is the best way to say thank you to this project and the support team.
If you're voting as a guest under your same IP (for testing purposes), the above error message is correct. Your troubleshooting message: "data: wc_deny_voting_from_same_ip" confirms that.
You will have to use another IP to test your configuration.
Hi, it turns out as our server is behind a Proxy I had to add some extra setup lines to the wp-config file to make sure the remote IP address was correct.
Thanks for your help with this.
Just in case it helps others, this is what I added:
// Use X-Forwarded-For HTTP Header to Get Visitor's Real IP Address if ( isset( $_SERVER['HTTP_X_FORWARDED_FOR'] ) ) { $http_x_headers = explode( ',', $_SERVER['HTTP_X_FORWARDED_FOR'] );