Aaron Queen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] Paragraphs don’t show@jdzakir – disregard my previous reply. Just released 3.2.5 , let me know if you still see the issue after you upgrade.
Forum: Plugins
In reply to: [WP Customer Reviews] WP Customer Reviews stopped working?@paulw32 – Just released 3.2.5 , let me know if you still see the issue after you upgrade. I found the possibility you described and am pretty sure I have prevented it by making several kind-of-related updates. You may notice the checkboxes are now Yes/No dropdowns, which helped simplify some of the backend logic.
Forum: Plugins
In reply to: [WP Customer Reviews] WP Customer Reviews stopped working?All good. I was getting ready to release a new version and wanted to make sure I didn’t need to fix your issue.
Luckily, nothing to see here. All is well. Look away 🙂
Forum: Plugins
In reply to: [WP Customer Reviews] Firefix IssueNot able to reproduce the original issue. Comment is unrelated to this original issue.
Forum: Plugins
In reply to: [WP Customer Reviews] do_shortcode doesn’t work without hackAlright, what you’re trying to attempt should now be possible in upcoming v3.2.2 , which should be released today.
Previously, if the checkbox to enable WPCR on the page was not checked, you couldn’t see the fields to fill out for the business/product information. I’ve now allowed those fields to always display, allowing you to uncheck the Enable WPCR box, yet fill out the information that will be used if you do the hack to enable it via text shortcode or do_shortcode() functions.
Forum: Plugins
In reply to: [WP Customer Reviews] Mobile – Review issueYep, looks like a mobile styling issue.
For now, add this line to your theme css file:
.wpcr3_div_2 { max-width:100%; }I’ll update the styles on the upcoming version to also account for this.
Forum: Plugins
In reply to: [WP Customer Reviews] Doesn’t Show Reviewer NameIf they did not leave a name when filling out the review, this will happen. This can also happen if the “Name” field is not marked [x] Show in the plugin settings.
In WP admin, go to Reviews -> Plugin Settings -> Review Form Settings. You should check the boxes for Ask + Require + Show on the “Name” field.
Forum: Plugins
In reply to: [WP Customer Reviews] Paragraphs don’t showI think this may be a theme styling issue. Any line breaks the user submits are converted to the
<br>tag, which should output as a line break in the web browser. If your theme is for some reason not respecting this.. it should.That is a clever idea, but you’d need to use another plugin to allow users permissions to create their own posts in your book custom post type. They “might” then be able to see the WP Customer Reviews meta box when editing their post though, and enable the plugin there.
If you do get this working, let me know. I’d be interested to see the site.
This should output (hidden to a human), only the aggregate meta snippet. Change “123” to the post id of the page your reviews are associated with.
[WPCR_SHOW POSTID="123" HIDEREVIEWS="1" SHOWFORM="0"]Forum: Plugins
In reply to: [WP Customer Reviews] Just show form, no reviewsYou should be able to do something like…
[WPCR_SHOW POSTID="3463" HIDEREVIEWS="1" SHOWFORM="1"]Let me know if that works. If you go to Reviews -> Plugin Settings -> How to use, you can find all the various options for that shortcode.
Forum: Plugins
In reply to: [WP Customer Reviews] populate with registered user infoThis is a good suggestion and I’ll add it to our wishlist for a future release.
I’ve viewed your homepage and reviews page and it appears that you are no longer outputting the form to submit a review. Without that, I’m unable to debug.
If you’d like to re-enable the review form to submit reviews, I can take a quick peek to see what the issue might be.
Forum: Plugins
In reply to: [WP Customer Reviews] WP Customer Reviews stopped working?Looks like you got it fixed. What was the issue?
Forum: Plugins
In reply to: [WP Customer Reviews] Notification emailYou should be able to change the email address in WordPress admin. Settings -> General.
The email address listed there is the one used to send email notifications to.
Hope that helps!