Aaron Queen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] NotificationsNot directly. We send using the admin_email setting on your blog, so you could get the same effect if you use something like Google Groups and have it sent to a group email address, then that email address notifies all group members.
Forum: Plugins
In reply to: [WP Customer Reviews] feature requestsThanks for the suggestions. We’ll look into incorporating these.
Forum: Reviews
In reply to: [WP Customer Reviews] badI’d love to get your feedback on what could have been better?
Forum: Reviews
In reply to: [WP Customer Reviews] Let down by lack of supportDid you submit a support ticket? https://wordpress.org/support/topic/how-to-report-bugs-request-features-2/
Forum: Reviews
In reply to: [WP Customer Reviews] Not usable for non English sitesWe plan to add translation features soon. Instead of being critical of a free plugin, you could create a branch which incorporates translation features, and then we would roll that in, giving you credit of course.
Forum: Reviews
In reply to: [WP Customer Reviews] Does not work well with custom post types@mxlaxe, can you try the latest version 3.1.6 and let me know if this has been resolved?
If it has not been resolved, please read https://wordpress.org/support/topic/how-to-report-bugs-request-features-2/ and we’ll do some investigation. Thank you.
Forum: Reviews
In reply to: [WP Customer Reviews] Emails come from plugin email address, not my company@marywald, this is not the email address of the plugin designer. This is probably the email address entered at WP Admin -> Settings -> General -> Email Address. This might be the email address used by your web designer, not us, or perhaps you are confusing our plugin with another one?
If you change that email address, you should see the reviews start coming in from that email. We send emails from whatever is reported by the get_bloginfo(‘admin_email’) setting.
@ultralux, I’m not sure what you are asking. When you submit a review, the admin email address of your WP blog is notified, not the customer. If your blog / hosting setup can not send out emails using the built-in wp_mail function, you’ll need to contact your hosting company to resolve, as it would be a problem for your whole blog/site, not just this plugin.
Forum: Plugins
In reply to: [WP Customer Reviews] out of memory using this plugin with custom post typesAlright. Try out 3.1.6 , released seconds ago 🙂 and let me know how it goes. I have high hopes!
Forum: Plugins
In reply to: [WP Customer Reviews] out of memory using this plugin with custom post typesThat’s what I had hoped you would say, since that is the only case I found which would cause this behavior. I’ve identified a huge performance issue for blogs with many posts, and have a fix in place to allow the blog to function at full speed again.
However, I still need to make some adjustments to the Reviews listing page in admin, and the review editing form in admin. Currently, they output a dropdown box with the title of every review-enabled post. With 90k posts, this will probably crash your browser, or at best, load very slow and slow the page down. I’m looking at turning this into a select2 powered dropdown, so that it doesn’t need to load the full dataset. Hopefully I can finish up on that this evening and get a new version out for you.
Forum: Plugins
In reply to: [WP Customer Reviews] out of memory using this plugin with custom post typesDo you by chance have all 90k of those custom posts, or many of them, enabled for reviews. If you open them up, is the checkbox checked that says to enable WP Customer Reviews for the posts?
Forum: Plugins
In reply to: [WP Customer Reviews] out of memory using this plugin with custom post typesAlright. I’ll try to test the same conditions this evening to see what I find. Hopefully I can find and fix it for everybody if it’s an issue with my plugin.
Forum: Plugins
In reply to: [WP Customer Reviews] out of memory using this plugin with custom post typesInteresting.. I’ll see if I can recreate on my end.
Can you verify this happens simply be trying to access any page in wp-admin, or a specific set of pages?
Forum: Plugins
In reply to: [WP Customer Reviews] Why was the AMP error topic closed?Not sure why the other thread closed. I didn’t close it, but it seems like this site may have added some type of auto-close feature when a thread has had no replies for a few days, odd.
That behind us, v3.1.4 has been released to specifically address your reported issue. This should allow your page to validate AMP, although you may need to hide the WPCR container elements in your theme css file if AMP, otherwise it’ll look like garbage without the styles and scripts necessary to display the review form being output on the page.
Forum: Plugins
In reply to: [Heartbeat Control] Current version does not work?@jeffmatson I have an updated version that is functioning. Let me know how you’d like to connect, or message me on twitter, respond to my email and we’ll get it figured out. Thanks for the plugin, just trying to make it work for everyone!
Forum: Plugins
In reply to: [Heartbeat Control] Current version does not work?Disregard the comment about heartbeat-control-actions.php.. it seems like that file was left behind with the new version and no longer used. However, I’m still not seeing the plugin change the internal, so it probably needs the same heartbeat_received / heartbeat_nopriv_received filter that I mentioned in my email to the author for the interval settings to take effect.