Raam Dev
Forum Replies Created
-
Forum: Plugins
In reply to: [Comment Mail] Change language dropdowns@crispress Please see the Translate WordPress: Frequently Asked Questions:
If strings in stable are approved for at least 95% for a plugin/theme in a certain locale, the generation happens 30 minutes after a translation has been updated. Then any local WordPress set to use that specific locale will download it in the next hours after the generation.
Forum: Reviews
In reply to: [Comet Cache] Stick with the free versionHad I known you would string me along until after the 30 days expired, I would have asked for a refund right away. You penalized me for the fact that I patiently waited 45 days for help, but none came.
We would never do that. I’m sorry, I’m not familiar with your specific case (or if I did handle it, I don’t recognize your name). If your initial request came in before the 30-day expiration, I’m happy to provide a refund. Can you please open another support request and specifically ask for me and reference this review? I’m happy to resolve this issue but this review section is not the appropriate place (again, discussing Pro products is not allowed here).
- This reply was modified 9 years, 4 months ago by Raam Dev.
Forum: Reviews
In reply to: [Comet Cache] Stick with the free version@wsop I’m sorry to hear that you had a bad experience.
There were too many conflicts with other plugins that I had to remove it from my site.
That sounds strange to me because the free version and the Pro version share the exact same codebase. The Pro version simply includes additional features. One of the main reasons people choose Comet Cache is because of our great compatibility with other plugins.
You would think that upgrading would mean customer support. I reported the bug over 45 days ago. Their response? “It’s on our TODO list, but bugs and feature enhancements come before 3rd-party conflicts I’m afraid.”
I’m sorry, but we are a very small team working hard on several WordPress plugins. I wish that things could be fixed immediately, but the reality is that we do not have the resources to fix every single reported issue the moment it is reported. If the problem is widespread and we receive many reports about a specific issue, it gets a higher priority. If one person reports a plugin conflict, we will document it, add it to the issue list, and do our best to get the issue fixed as soon as possible.
They also refused to refund my money, despite the fact that their plugin is useless to me now.
We gladly process refunds when they are warranted. We have a strict 30-day refund policy. Please see our refund policy for details.
Please note that this review section is only for the free version of the plugin. As per the WordPress Forum Guidelines we’re not allowed to discuss the Pro version here on these forums.
- This reply was modified 9 years, 4 months ago by Raam Dev.
@christianspeck Please see the following: How can I use a Full Size Image for Featured Images?
Forum: Plugins
In reply to: [Comment Mail] Updating Mailing Address in Email Footer@second-run-reviews You can update that information in Dashboard → Comment Mail → Config. Options → Postmaster / Contact Info.
Forum: Plugins
In reply to: [Comet Cache] Gravatar cacheWordPress themes generally use the
get_avatar()PHP function to fetch the avatar image, so the result of that fetch (the Gravatar image URL) would be cached as part of the page being cached, yes.Forum: Plugins
In reply to: [ezPHP for WordPress] Updated plugini now site isn't loading@ccwadsworth I know this is a really late response, but are you still having issues with the latest version of ezPHP? If so, can you provide me with some details of the problem?
Forum: Reviews
In reply to: [Comet Cache] Reliable Plugin@presskopp Thank you. I’ll set aside some time to work on that issue and try to get a fix out in the next release. 🙂
Forum: Reviews
In reply to: [Comment Mail] Excellent plugin, but need translations@wyse92 Thank you for the 5-star review!
it is also necessary to modify hard php files, which is not very recommended.
Can you tell me which PHP files you’re referring to? All of the strings in Comment Mail are passed through the standard WordPress translation functions and can be translated like anything else in WordPress.
I think to upgrade to PRO version, but I just read that I must uninstall the Free version before installing the PRO version, and therefore lose all the modifications made for the French language.
When upgrading, you won’t lose Comment Mail settings and configuration and you can reuse all of your translations (just leave the the name of the translation file
comment-mail.pot).Please note that as per the WordPress Forum Guidelines we’re not allowed to provide support for the Pro version here on these forums. Please use our forums to ask questions about the Pro version.
Forum: Reviews
In reply to: [Comet Cache] Simple and powerful@taastrategies Thanks so much for the 5-star review! I’m happy to hear that you’re enjoying the speed and simplicity of Comet Cache. 🙂
Forum: Themes and Templates
In reply to: [Independent Publisher] How to set Post Cover for HomepagePost Covers on the Home Page are not currently supported. There’s a feature request open for this here: https://github.com/raamdev/independent-publisher/issues/118
Forum: Themes and Templates
In reply to: [Independent Publisher] How to remove dynamic CSS Customizer?Yes, you can add the following to the bottom of
functions.php(preferably in a Child Theme) and this will dequeue the Customizer CSS before it’s output:add_action( 'wp_print_styles', 'remove_independent_publisher_customizer_css' ); function remove_independent_publisher_customizer_css(){ wp_dequeue_style( 'customizer' ); }Forum: Reviews
In reply to: [Comet Cache] Reliable Plugin@presskopp Thank you for the review. Could you please elaborate on what needs a little love?
Forum: Plugins
In reply to: [Comet Cache] caching per member/user?I have a page that displays blog posts for a certain category.
Is that a custom archive page, i.e., not just a standard WordPress Category Archive page? Comet Cache automatically clears the cache file for any Category or Tag archives associated with a post when the post is changed, however if you have a custom archive page that generates a special list of posts, Comet Cache has no way of automatically knowing that it should clear that page. In that case, you’ll need to use the Comet Cache API to clear the cache for that page whenever a post is published.