Aaron Queen
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Customer Reviews] Star rating not displaying in shortcodeFixed in 2.3.9 , along with some other goodies. Check the changelog and plugin settings page for details.
This will be added in 2.3.9
Forum: Plugins
In reply to: [WP Customer Reviews] WPMU – Reviews Don't Populate To Approve@piranimg – Could you send me an email to the address listed on the plugins settings page. I would like to make it natively support WPMU, and was wondering if you would be interesting in testing a new update since I don’t have the environment setup.
Forum: Plugins
In reply to: [WP Customer Reviews] WPMU – Reviews Don't Populate To ApproveInteresting.. I’ll have to look into better WPMU support… hard to do since I don’t have a WPMU environment setup to test on.
Anyway.. thanks for the fix. Until I get it fixed, I will direct people to this topic to fix the problem.
Forum: Plugins
In reply to: [WP Customer Reviews] Sidebar widget placement for reviews@jimbest63 – I forgot I was going to add a SNIPPET=”<length”> to that.. If a snippet is used, would it make sense to have a “more…” link that would take you to the URL of the page that the review was left on, and jump to that review on the page?
@joshvaz89 – Could you provide the URL for your page that is not showing the stars in the sidebar?
Forum: Plugins
In reply to: [WP Customer Reviews] how to have the reviews all on one pageThis is possible with the plugin. Just create a testimonials page and enable the plugin on that page.
Forum: Plugins
In reply to: [WP Customer Reviews] Submit not working in IE 7 or 8Please try it again with the latest version 2.3.7
Forum: Plugins
In reply to: [WP Customer Reviews] WPCR JS and CSS files are InactiveIn your theme files, header.php , you need to add <?php wp_head(); ?> to the file on the line right before </head>
In footer.php , you need to add <?php wp_footer(): ?> to the file on the line right before </body>
This should fix the problem with any theme that does not use the proper WP hooks.
Forum: Plugins
In reply to: WP-Customer ReviewsIf you can , please mark this as resolved. For some reason, the option isn’t available for me on this post.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Suffussion Problems!In your theme files, header.php , you need to add <?php wp_head(); ?> to the file on the line right before </head>
In footer.php , you need to add <?php wp_footer(): ?> to the file on the line right before </body>
This should fix the problem with any theme that does not use the proper WP hooks.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Not active!In your theme files, header.php , you need to add <?php wp_head(); ?> to the file on the line right before </head>
In footer.php , you need to add <?php wp_footer(): ?> to the file on the line right before </body>
This should fix the problem with any theme that does not use the proper WP hooks.
Forum: Plugins
In reply to: [WP Customer Reviews] Possible To Add Another Star Rating?As josh said, it would make it more complex in that we would have to aggregate the 2 scores together for the overall score, and such.
It’s a good suggestion and I’ve seen this on other non-WP sites. I just have to think how to go about doing it without complicating the plugin settings too much. The last thing I want is a tabbed interface for the plugin settings, but eventually it probably will have to go there to support everything that users request 🙂
Forum: Plugins
In reply to: [WP Customer Reviews] Remove #wpcr_respond_1 From url?Fixed in 2.3.7 — along with a lot of other fixes. Please let me know if this fixes the issue for you.
Forum: Plugins
In reply to: [WP Customer Reviews] Sidebar widget placement for reviews2.3.7 includes support for “proper” WP shortcodes. Please try it out and let me know if it works for your purposes.
Forum: Plugins
In reply to: [WP Customer Reviews] Get rid of embedded jump to anchor in reviewsFixed in 2.3.7 , along with a multitude of other fixes and internal changes. Please try it out and let me know if this version is working for you. I’ve removed the jump to form altogether for now, but it should be able to be added back in if requested.