Aaron Queen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] Considering Upgrade From 2.4.8The latest version of the plugin works on WordPress 3.0+ which required PHP 5.3+. There are folks running that combination, and for now, I am keeping it compatible with PHP 5.3
The reviews are stored in a different table in WPCR 2.x, and WPCR 3.x utilizes the WP Custom Post Type feature, so I don’t think there would be a concern for loss of data, but as always, back up your site folder and database prior to the upgrade, and it should be done on a regular basis anyway for peace of mind.
Worst case, WPCR 3.x doesn’t work for you, and you revert back to 2.x
If you make the jump, be sure to reply back here with your experience and mark the issue as resolved 🙂
Forum: Plugins
In reply to: [WP Customer Reviews] Plugin adding FaceBook Pixel Code?No idea. I’d search all of your plugins and theme folder for that pixel code and find out where it is coming from. If you use a tag manager such as GTM, it could also be injected on the page that way.
I’m pretty certain that I’d remember if I added any tracking to my plugin, so hope you can find out what is causing that behavior on your site.
Forum: Plugins
In reply to: [WP Customer Reviews] Plugin adding FaceBook Pixel Code?The plugin does not add any tracking code at all, no FB pixels, no other pixels. Something else must be adding that.
Forum: Plugins
In reply to: [WP Customer Reviews] Fix shortcode to support hiding reviewsWe’re working through this feature request using our support ticketing systema nd I have this update pending review by @garrett-eclipse – should be available to all soon if all goes well.
Forum: Plugins
In reply to: [WP Customer Reviews] Not functioning with latest update@standardwater – from what I can gather from testing, I’m guessing you are on PHP 4.x, probably 4.3 or 4.4, which hopefully means you are also on WordPress 3.0, since anything beyond that requires a newer version of PHP to function properly.
The good news is that I believe a new version I just released, 3.1.8, fixes the issue for you. Can you please update to the latest 3.1.8+ and let me know if this is resolved?
Forum: Plugins
In reply to: [WP Customer Reviews] Not functioning with latest updateDo you know which version of PHP and WordPress that you are using?
Forum: Plugins
In reply to: [WP Customer Reviews] Not functioning with latest updateWere you able to log in using a previous version? If so, which version?
Can you define “can’t log in”.. does it just kick you back to the log in page as if you didn’t log in, do you get an error, does it spin forever?
Do you have any other plugins or theme that you think could be causing an issue, maybe some that have also updated recently?
Forum: Plugins
In reply to: [WP Customer Reviews] Compatibility Issue (Select2)The problem with using a standard handle is different major versions of select2. The easy way around that is.. what I did. Give it a try and let me know how it goes.
One day, I’ll get around to the pro features 😁
Forum: Plugins
In reply to: [WP Customer Reviews] Compatibility Issue (Select2)@hube2 – alright, please try out 3.1.7 , made just for you 😉 It’s a pretty bruteforce renaming to make our select2 be named wpcr3_select2 throughout ( js and css ), and shouldn’t conflict in any way with any other select2 loaded on the page. If you see any issues on your end, please let me know.
Forum: Plugins
In reply to: [WP Customer Reviews] Compatibility Issue (Select2)Bah! Thanks for the report. I’m looking at including select2 locally with the plugin, as well as seeing if I can run it in some sort of no-conflict mode, possibly also only loading it on the pages dependent on it as well. I’ll let you know how it goes.
Forum: Plugins
In reply to: [WP Customer Reviews] WP Admin TimeoutSorry for not seeing this post guys. I’ve just released 3.1.6 which I believe should solve the problem. Short story is that I’m dumb and had a huge unnecessary performance hit that scaled badly with the amount of review-enabled posts.
Forum: Plugins
In reply to: [WP Customer Reviews] Enable WP Customer Reviews for custom post typesLooks like you resolved it for the product plugin / theme that you are using. For reference for others, to enable reviews to be left on a page/post, you need to edit the post, check a box to enable it, and fill out some necessary information for the review microformat to validate properly.
It does work on posts, custom post types, and pages out of the box.
Forum: Plugins
In reply to: [WP Customer Reviews] Reviews are showing automatically after post contentThis is usually due to a theme conflict. Looks like you resolved it though!
Forum: Plugins
In reply to: [WP Customer Reviews] Title too small compared to bodyYou can override the styling in your theme’s css file. Adding this would probably work:
body div.wpcr3_review div.wpcr3_review_title { font-size: 16px; }And you can experiment with the font size to get the right fit for your site.
Forum: Plugins
In reply to: [WP Customer Reviews] Add new review at the bottom?We’ll look into making this an option in the future. I’ll have to test it out and see how it looks.