Aaron Queen
Forum Replies Created
-
We’ll add it to the list. Image uploads are a small nightmare, but I think we can make them work somewhat decent. I’ll plan it for a future update. Thanks for the suggestion.
Gravatars – This is on the todo list.. Just didn’t get around to it yet. I’ll try to include in the next release along with a couple of minor CSS issues I noticed with some themes and “table borders”.
Location would be a good field to add with an option for asking/requiring/displaying.
Sidebar widget.. good idea.. A bit overloaded with other (paying) work right now, but it’s definitely on the todo list also 🙂
Keep up the good suggestions and thank you!
Aaron
It could be that the page template doesn’t output using the normal method. You could look at the page template and see what is below
<div class="entry page clear">Inside of that div is where it should be performing some wordpress function to get the page content. Do you have any other pages (not posts) on your blog, and if so, does the content display on them?
If you add text to the top of the Reviews and Testimonials page, does it show up?
The CSS and Javascript are loading for that page, so it means the settings are all correct. The only other explanation really is the page template for the theme itself.
Let me know what you find out.
Aaron
Hi helices,
Try clearing the cache for WP Super Cache (or just for that page if you can). I know it clears the cache on a new review being approved, but I might have missed the WP Super Cache clearing upon settings update.
If the plugin is enabled on that page, it should show up after you clear the cache. If so, let me know and a more proper fix will be included in the next version.
Thanks,
AaronI’ll look into it further, but its definitely that theme trying to output headers before it should.. wordpress should be in control of that but the theme is taking over beforehand.
Weird.. the only thing I can think of .. is that they are not being added to the database or somehow they got removed from the database. Let me do some searching and I’ll try to come up with a test for you to try.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Users Guide?It was created to take reviews/testimonials of your business or services you offer. A later version may include support to be used on multiple pages, but this would complicate things and make the microformats very interesting. Right now it is tied to using a single page that you specify in the settings.
An example page is here: http://www.ezwebsitemonitoring.com/blankblog/blank-testimonials/ (the default wordpress theme)
I do agree that is could use some better documentation. With all of the (very) rapid development, we didn’t have time to keep up with the documentation. I’ll try to get it added in an upcoming version.
Thanks for the good suggestions.
Try upgrading to 1.1.8 and let me know if that helps. I don’t see anything that would cause this except for WordPress caching queries or your browser caching the page.
#1 – When you are on the page where you should see the reviews in admin – Try holding down CTRL and hitting F5 in your browser. You can also try going into settings and clearing your cache. Then refresh the page.
— If #1 does not solve anything, WordPress itself is probably holding onto the first queries it ran on the database, where the count was 0.
FYI – There is a good tutorial on how to clear browser caches here: http://codex.wordpress.org/I_Make_Changes_and_Nothing_Happens
#2 – WordPress must be caching the queries when they were first ran. If clearing your browser cache does not solve the problem, then let me know and I will check on making those admin queries be different every time.. via some magic.
If #1 fixed the problem, also let me know so I can check on adding some anti caching headers to that admin page.
Thanks for the report.. We’ll get it figured out.
Aaron
This is an issue with your theme/eStore plugin you are using. My guess is that you would have problems with several plugins you try.
That all aside, version 1.1.8 should show up on the plugin directory (and for upgrade) within 30 minutes. Please try this version and it should solve your problem with the workarounds.
Let me know if it works with 1.1.8
Thanks,
AaronHi rwillen,
Do you use any type of caching plugins at all? Query caching, Object cache, etc.. If you could provide a list of plugins, it would be helpful.
Also.. what do the #’s next to Pending(#) and Trash(#) say? Are they all 0, or do they have a number. If they have an number, and you click to view All, Pending, Approved, Trash.. let me know what you see.
Side note – 1.1.8 will be released in a few minutes, but I don’t think anything that was updated would cause or affect this issue you are having.
Thanks,
AaronHi Chris,
Search the plugin for “edit_others_posts” (without the quotes).
You can see a list of roles here: http://codex.wordpress.org/Roles_and_Capabilities
I figured that you shouldn’t by default allow non-admins to approve/edit reviews, so that is why the default is edit_others_posts. Feel free to change it until we find out how to provide an option for this.
A new version will be released today (soon), which will provide some fixes and possibly a fix to work with your custom user capability.
Hope this helps,
AaronForum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Use custom post typesI will definitely look into it. My only concern is that a user would have to be logged into wordpress and have permissions to post.. If not, then the whole custom post types would need a wrapper to allow posting without a user being present, which wouldn’t work too well for this purpose. Thanks for the suggestion!
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Use custom post typesWe don’t plan to use custom post type at this time due to the strict requirements of the microformats. Making even the slightest change could invalidate the entire microformat.
I’ll look into it, but it would involve a complete rewrite of the plugin which doesn’t sound like too much fun to me 🙂
Thanks for the kind works and the suggestions.. Will definitely check on it.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Unable to remove reviews.Hi Avi,
Good catch on the email address issue. It has been fixed in 1.1.7 — can’t believe how this didn’t pass my inspection.
I added some more update-caches-on-updated-reviews code in.. so see if that helps your issues. If not, I would be really interested in what plugins, themes are running and maybe even the URL of the blog so I can see if I can get it to update for me.
Forum: Plugins
In reply to: [WP Customer Reviews] [Plugin: WP Customer Reviews] Unable to remove reviews.If the review no longer shows up in the backend, it does not exists in the database any longer. The only explanation is something that is caching on the blog or web host.
Could you provide a list of plugins and which theme you are using?
The “powered by link” option is broken and will be fixed in 1.1.6 which will be released today.