Aaron Queen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] Form Titles not aligning with form fieldsThis is a theme styling issue, not the plugin. Your theme is overriding the default styles that ship with the plugin. We can’t make the plugin work out of the box with the styling of every single theme, since every site is different.
In your case, every <td> element on your entire site has the following style overridden – “vertical-align: baseline;” which is one part of the alignment issue. This can be resolved by updating your theme/custom CSS file to make your theme integrate with the plugin better.
What is the URL of the page where this is happening? I can’t do much without looking at the actual page.
Forum: Plugins
In reply to: [WP Customer Reviews] You did not pass our human detection check. Code 6,0What is the URL of the page where this is happening? I can’t do much without looking at the actual page.
Forum: Plugins
In reply to: [WP Customer Reviews] [WPCR_INSERT] not workingYou’d have to edit each post anyway to add the business or product name in the WP Customer Reviews section of the post. If you have not added that, people may still be able to leave reviews, but Google won’t see any schema for indexing them. What is your intention for the plugin?
You -could- manually run a database query to enable the plugin on every single post (or post of a certain type) , but that is more advanced.
Forum: Plugins
In reply to: [WP Customer Reviews] No more stars in Google results :(The 2.x version uses the older schema format. Google prefers the newer format. There is no guarantee of star search results – Google does whatever they feel like it, but the new schema provides what they need for indexing if they deem the site is worthy.
Forum: Plugins
In reply to: [WP Customer Reviews] shortcode shows all reviews instead of from page IDThanks for testing it out on your end. I’m adding logic in the next version to strip html/trim whitespace before trying to use some values as numbers. That should do the trick if anyone else comes across the same problem.
Forum: Plugins
In reply to: [WP Customer Reviews] Post XXX Not FoundThis might be fixed in 3.0.1 – can you check?
Forum: Plugins
In reply to: [WP Customer Reviews] Short code does not work@dowdboys @middlemountain – These both sound like completely different issues.
@dowdboys – You are seeing every review twice when adding the WPCR_SHOW shortcode?
@middlemountain – You are seeing pagination for reviews, but no actual review contents?
Forum: Plugins
In reply to: [WP Customer Reviews] shortcode shows all reviews instead of from page IDI’m not able to replicate this behavior. Would you mind testing some more on your end to try and pinpoint the difference between trying ALL and 2184?
Forum: Plugins
In reply to: [WP Customer Reviews] Multiple reviews (Same review)I have a feeling that this was caused by clicking “Update” multiple times when updating the plugin. Each time the Update button was clicked, it began the import process from the 2.x version of the plugin, which created duplication.
Does this sound like what happened?
Forum: Plugins
In reply to: [WP Customer Reviews] reviews not sowed in search resultsReviews have never shown up in search results. They are not part of the content of the page and each single review does not have a URL where it can be accessed, so it is not possible at this time.
Forum: Plugins
In reply to: [WP Customer Reviews] Reviews Broken on Custom PostsFixed in 3.0.1 – please verify!
Forum: Plugins
In reply to: [WP Customer Reviews] No longer works for custom postsFixed in 3.0.1 – please verify!
Forum: Plugins
In reply to: [WP Customer Reviews] [WPCR_INSERT] not workingPeople who were using [WPCR_INSERT] on 2.x without actually enabling the plugin on the page were exploiting a bug in 2.x where [WPCR_INSERT] appears to have psuedo-enabled the plugin for the page, but the checkbox is what should have enabled it.
Going to 3.0, the bug was fixed since WordPress now internally needs to know which pages the plugin was enabled on, and just having the shortcode inside of the page content isn’t the way WordPress does that.
A “fix” could be made by somebody. You would need to make something that goes through all of your post content searching for [WPCR_INSERT] and sets the meta for that page to have WPCR enabled on the page. If somebody wants to do this, go for it 🙂 If not, I’ll get around to it as soon as I can.
Forum: Reviews
In reply to: [WP Customer Reviews] Works goodThe plugin never had translation support, so of course any customizations you make would be lost in an update, including adjustments to the layout to match your site.
The email logic did not change between versions. Emails go to the email address listed on the WP general settings page, the same email address used for all other WP notifications.