Aaron Queen
Forum Replies Created
-
It won’t be under hReview. It will be underneath “Local Business” and then reviews are inside of each Local Business listed.
Forum: Plugins
In reply to: [WP Customer Reviews] Can't post reviews "An unknown error has occurred. E01"It’s a toss up.
Docs @ https://codex.wordpress.org/AJAX_in_Plugins#Ajax_on_the_Viewer-Facing_Side
If this continues to be an issue for some, we’ll probably provide a plugin setting to switch between using admin-ajax and our own ajax.php for compatibility. For now, the admin-ajax route seems to work, so hopefully it will be alright. I’m assuming other plugin authors also use the recommended admin-ajax pathway, so it shouldn’t be a problem in my opinion.
Forum: Plugins
In reply to: [WP Customer Reviews] Can't post reviews "An unknown error has occurred. E01"@ivailo82 – Follow the page at https://competelab.fogbugz.com/default.asp?W2 to try 3.0.7-b1 now. I’ve reverted back to using admin-ajax which is under wp-admin and is technically the way WordPress recommends. I also relaxed that anti-spam check so you should be all set now, assuming your wp-admin + admin-ajax is not over-protected by CloudFlare.
Forum: Plugins
In reply to: [WP Customer Reviews] Can't post reviews "An unknown error has occurred. E01"@ivailo82 Try 3.0.6 and see it if it any better. If not, you’ll need to find a way to relax the CloudFlare caching/security blocks.
Forum: Plugins
In reply to: [WP Customer Reviews] Can't post reviews "An unknown error has occurred. E01"@ivailo82 Now on your site, CloudFlare is stopping cookies from being set using an anti-spam measure. They must have some crazy reason to do that, but nothing I can prevent on our end without rewriting the plugin to remove that one anti-spam measure or make it work differently and hope it works with their security settings.
Forum: Plugins
In reply to: [WP Customer Reviews] new install shows duplicated reviewThis should be fixed in the upcoming 3.0.6 version. If you want to try it now, instructions to install the beta are at https://competelab.fogbugz.com/default.asp?W2
Forum: Plugins
In reply to: [WP Customer Reviews] pending reviews are stuckYou can also check multiple reviews, then select “Edit” from the Bulk dropdown and Apply. From there, you can mass change the status on all checked items to “Published” and Save. So there are a couple of ways to do it.
Adding a quick approve/publish button might be a good idea for a future update 🙂
Forum: Plugins
In reply to: [WP Customer Reviews] Can't post reviews "An unknown error has occurred. E01"I may have fixed this in the upcoming version. If you have time within the next 24 hours, can you follow instructions for installing 3.0.6-b1 at https://competelab.fogbugz.com/default.asp?W2 and see if that solves your issue?
Thank you!
Forum: Plugins
In reply to: [WP Customer Reviews] Can't post reviews "An unknown error has occurred. E01"Received and just responded. In your case, this is some security on CloudFlare that is causing the AJAX request to post the review to throw an error. Because of how WP works, admin ajax requests go through /wp-admin/admin-ajax.php and CloudFlare is protecting that for some reason.
Forum: Plugins
In reply to: [WP Customer Reviews] Can't post reviews "An unknown error has occurred. E01"@ivailo82 – Did you submit a support ticket for this issue? If so, it should be addressed in the next update.
Forum: Plugins
In reply to: [WP Customer Reviews] Lost all reviews with a theme update@robgraphics – exactly what I wanted to hear. Glad to have it fixed 🙂
Forum: Plugins
In reply to: [WP Customer Reviews] Removed rich snippets after updatingAre you putting in the URL of the page containing your reviews? The review HTML is what outputs the structure data, so unless you are outputting reviews on your homepage, the homepage won’t have any structured review data on it.
Forum: Plugins
In reply to: [WP Customer Reviews] You did not pass our human detection check. Code 6,0Alrighty.. try 3.0.5 – I tested the javascript included with it directly on your site, so it should be fully compliant with the older jQuery now.
Forum: Plugins
In reply to: [WP Customer Reviews] Problem after 3.0.3 update?@mr Bass – Thank you for the bug report! Some stupid logic on my part would have been annoying for quite a few users. 3.0.4 just released with this issue resolved.
Forum: Plugins
In reply to: [WP Customer Reviews] You did not pass our human detection check. Code 6,0That’s not good. My fault for somehow missing a stray parentheses.. Try 3.0.3 😀