Ravinder Kumar
@ravinderk on WordPress.org, @wpravs on Slack
- Member Since: May 30th, 2012
- Location: Bengalore,India
- Job Title: WordPress Developer
Interests
Contribution History
Ravinder Kumar’s badges:- Core Contributor
- Plugin Developer
- Translation Contributor
- Translation Editor
- 
										Posted a reply to Plugin conflicts with elementor popup template, on the site WordPress.org Forums: 
 Hey Gary, You can set show_content shortcode attribute to none and check if you will…1 year ago 
- 
										Posted a reply to Convert number field to image, on the site WordPress.org Forums: 
 @wiroverdiesen: @bcworkz already gave you a good example of code but please make sure that…2 years ago 
- 
										Posted a reply to How do I re-enable my admin bar on home page., on the site WordPress.org Forums: 
 @bluemoon123 We have a setting in wordPress to show and hide admin bar from frontend.…2 years ago 
- 
										Posted a reply to Error in WP on latest update, on the site WordPress.org Forums: 
 @s_aron This is a known issue. This filter has been deprecated in the latest version…2 years ago 
- 
										Posted a reply to Get Comment, on the site WordPress.org Forums: 
 @spacejam4 I created a Github issue to add that feature in the plugin. ref: https://github.com/WordImpress/Give/issues/36712 years ago 
- 
										Posted a reply to Give Shortcodes button generates error message, on the site WordPress.org Forums: 
 @bghooke I also got this issue but I found that this issue only happens if…2 years ago 
- 
										Posted a reply to ERROR? -> BTC Currency always defaults to 5 digits (even when setup 8 digits), on the site WordPress.org Forums: 
 @tmf33 Thank you for reporting the issue. I created GitHub issue for this ticket: https://github.com/WordImpress/Give/issues/3602…2 years ago 
- 
										Posted a reply to How to create dynamic donation amount? (based on calc), on the site WordPress.org Forums: 
 @tmf33 you can get donor total donation amount by following code. $user = wp_get_current_user(); $donor…2 years ago 
- 
										Posted a reply to How to create dynamic donation amount? (based on calc), on the site WordPress.org Forums: 
 @tmf33 follow these step: 1.create set type donation form which accepts the custom amount 2.use…2 years ago 
- 
										Posted a reply to Change currency symbol, on the site WordPress.org Forums: 
 @friiiick Use this snippet and let me know if it will work for you or…2 years ago 
- 
										Posted a reply to Database Error re. post_id in wp_give_formmeta, on the site WordPress.org Forums: 
 @kallym I created a Github issue for this ticket: https://github.com/WordImpress/Give/issues/3538 I will keep you posted…2 years ago 
- 
										Posted a reply to Database Error re. post_id in wp_give_formmeta, on the site WordPress.org Forums: 
 @kallym I think got what I need. I will test Give with https://wordpress.org/plugins/groups/ plugin and…2 years ago 
- 
										Posted a reply to Change currency symbol, on the site WordPress.org Forums: 
 @friiiick you can use give_currencies filter hook to change any currency setting: https://github.com/WordImpress/Give/blob/2f78feb7f5807d28deb7b16daf87334b1851f89d/includes/currency-functions.php#L1703 You can…2 years ago 
- 
										Posted a reply to Database Error re. post_id in wp_give_formmeta, on the site WordPress.org Forums: 
 @kallym On first look, it looks like a plugin conflict. We need your system information…2 years ago 
- 
										Posted a reply to W3 Total Cache warning, on the site WordPress.org Forums: 
 @oregondean It is "Ignored query stems" setting where you have to add give as ignore…2 years ago 
- 
										Posted a reply to Multi-language Notification Emails, on the site WordPress.org Forums: 
 @champdor This is link to email notification class: https://github.com/WordImpress/Give/tree/master/includes/admin/emails2 years ago 
- 
										Posted a reply to Multi-language Notification Emails, on the site WordPress.org Forums: 
 @champdor As you can see this is dynamic filter ‘give_{$this->config[‘id’]}_get_email_message’. where string inside {} will…2 years ago 
- 
										Posted a reply to Adding Comment Field to GiveWP, on the site WordPress.org Forums: 
 @goldmaverick we will release this feature with Give 2.2.02 years ago 
- 
										Posted a reply to Adding Comment Field to GiveWP, on the site WordPress.org Forums: 
 @goldmaverick We are working on a feature something like this where the donor can add…2 years ago 
- 
										Posted a reply to Database Update Stuck at 50%, on the site WordPress.org Forums: 
 Please reach out to us via our website at http://givewp.com/contact-us and select the "I am…2 years ago 
- 
										Posted a reply to Nonce Verification Failed, on the site WordPress.org Forums: 
 @relenbaas 1. You donation form HTML is not same as we are outputting in 2.1.3.…2 years ago 
- 
										Posted a reply to Nonce Verification Failed, on the site WordPress.org Forums: 
 @relenbaas I check form HTML and it seems you directly adding donation form HTML to…2 years ago 
- 
										Posted a reply to Ajax needed?, on the site WordPress.org Forums: 
 @wibergsweb Give ajax uses to validate field values. for example: 1. validate gateway 2. validate…2 years ago 
- 
										Posted a reply to The Donate Button Just Doesn’t Work, on the site WordPress.org Forums: 
 @randomblink Can you tell us what is your currency formatting settings? You will find those…2 years ago 
- 
										Posted a reply to Prevent fatal error when use separate plugin which also uses PayTM API, on the site WordPress.org Forums: 
 Hi, I also got PHP notice when activating the plugin. [12-Apr-2018 05:24:53 UTC] PHP Notice:…2 years ago 
- 
										Created a topic, Prevent fatal error when use separate plugin which also uses PayTM API, on the site WordPress.org Forums: 
 Hi, can we load library conditionally to prevent fata…2 years ago 
- 
										Posted a reply to Custom Field No Longer Working, on the site WordPress.org Forums: 
 @willnev sorry for your inconvenience After 2.0 email tags render callback start accepting array instead…2 years ago 
- 
										Posted a reply to Custom Field No Longer Working, on the site WordPress.org Forums: 
 @willnev Are you using direct SQL queries to get metadata or Give/WP core functions like…2 years ago 
- 
										Posted a reply to How to add field to donor profile, on the site WordPress.org Forums: 
 @pr0v4 You can use following hooks to render you field on donor profile in admin:…2 years ago 
- 
										Posted a reply to Form Field Manager, on the site WordPress.org Forums: 
 @behaugabook sorry for your inconvenience. I will review it and get back to you.3 years ago 
- 
										Posted a reply to Using Give_Payments_Query with switch_to_blog in multisite, on the site WordPress.org Forums: 
 @pineapplejuice Happy to help, glad it worked well for you. If you're enjoying Give and…3 years ago 
- 
										Posted a reply to Using Give_Payments_Query with switch_to_blog in multisite, on the site WordPress.org Forums: 
 @pineapplejuice Thank you for your suggestion. I created pr to fix this issue we are…3 years ago 
- 
										Posted a reply to Using Give_Payments_Query with switch_to_blog in multisite, on the site WordPress.org Forums: 
 @pineapplejuice Thank you for reporting an issue. I created an issue on Github (https://github.com/WordImpress/Give/issues/2815). I…3 years ago 
- 
										Posted a reply to GIVE can’t update the database because AJAX is not functioning, on the site WordPress.org Forums: 
 @kikilin Can you check your access.log? I set up a dummy website on the flywheel…3 years ago 
- 
										Wrote a comment on the post Recap: CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 Agreed :)3 years ago 
- 
										Wrote a comment on the post Recap: CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 https://github.com/wpindiaorg/ @gounder I did not know that we have that one and yes, this looks…3 years ago 
- 
										Wrote a comment on the post Recap: CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 @gounder I know that :) Thank why I suggest it put under general GitHub organization…3 years ago 
- 
										Wrote a comment on the post Recap: CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 @codexdemon Can you provide us the solution with you created after merging two plugins. We…3 years ago 
- 
										Wrote a comment on the post Recap: CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 @vachan I already sent you invite :)3 years ago 
- 
										Wrote a comment on the post Recap: CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 @coreymckrill @vachan great solution. But it should be under general GitHub organization where all Indian…3 years ago 
- 
										Wrote a comment on the post CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 I wrote a long paragraph again but I put it in the trash. @gounder You…3 years ago 
- 
										Wrote a comment on the post CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 @gounder I do not agree with you when you say to include KDCPay into the…3 years ago 
- 
										Wrote a comment on the post CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 +1 @bornforphp No one will activate multiple payment gateways at their site, so it will…3 years ago 
- 
										Wrote a comment on the post CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 + 1 @codexdemon can you share git repo here?3 years ago 
- 
										Wrote a comment on the post CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 @toshniwalharish I completely disagree with you. I do not consider KDCPay as a good solution.…3 years ago 
- 
										Wrote a comment on the post CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 @vachan thanks for the doc. It will help us a lot.3 years ago 
- 
										Wrote a comment on the post CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 At present we provide all our service at cost including only the overheads and do…3 years ago 
- 
										Wrote a comment on the post CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 @captn3m0 I solved an issue mentioned by you in meaningful time, So do not worry…3 years ago 
- 
										Wrote a comment on the post CampTix payment gateways for Indian currency, on the site Make WordPress Community: 
 @vachan Plugin is open sourced. Please create an issue on GitHub if you find anything.…3 years ago 
- 
										Created a new ticket, #39260, in Core Trac: 
 Password strength improvement4 years ago 
Contributor
- 
										
											  Camptix Indian PaymentsActive Installs: 10+ 
- 
										
											CampTix RazorPay Payment GatewayActive Installs: Less than 10 
- 
										
											  Form Countdown for GiveWPActive Installs: 100+ 
- 
										
											  GiveWP - Donation Plugin and Fundraising PlatformActive Installs: 90,000+ 
- 
										
											What Scripts Styles Debug BarActive Installs: Less than 10 
Plugins
- 
										
											Acunetix WP Security
- 
										
											  AddQuicktag
- 
										
											Adminimize
- 
										
											  Advanced Custom Fields
- 
										
											Advanced Custom Fields - Address Field add-on
- 
										
											Advanced Custom Fields - Location Field add-on
- 
										
											  Affiliates Manager
- 
										
											AJAX Comment Loading
- 
										
											Allow HTML in Category Descriptions
- 
										
											  AppPresser - Mobile App Framework
- 
										
											  bbPress
- 
										
											  Breadcrumb NavXT
- 
										
											  BuddyPress First Letter Avatar
- 
										
											  BulletProof Security
- 
										
											Category Editor
- 
										
											Category Sticky Post
- 
										
											  Child Theme Check
- 
										
											  CMB2
- 
										
											Code Revisions
- 
										
											Comments Not Replied To
- 
										
											Custom List Table Example
- 
										
											  Custom Post Type Permalinks
- 
										
											  Custom Sidebars - Dynamic Widget Area Manager
- 
										
											  Customize Posts
- 
										
											  Customizer Export/Import
- 
										
											  Customizer Theme Resizer
- 
										
											  Debug Bar
- 
										
											Debug Objects
- 
										
											Digest Notifications
- 
										
											  Disable Comments
- 
										
											  Front-end Editor for WordPress
- 
										
											Functionality
- 
										
											  GiveWP - Donation Plugin and Fundraising Platform
- 
										
											  Google Analytics Dashboard Plugin for WordPress by MonsterInsights
- 
										
											  GoUrl Bitcoin Paypal Donations - Give Addon
- 
										
											Gust
- 
										
											  Hierarchy
- 
										
											  iThemes Security (formerly Better WP Security)
- 
										
											  Jetpack by WordPress.com
- 
										
											Lazy Load
- 
										
											Link Manager
- 
										
											Lockdown WP Admin
- 
										
											  Login LockDown
- 
										
											Logout Roulette
- 
										
											MapPress Maps for WordPress
- 
										
											Matty Theme QuickSwitch
- 
										
											  MCE Table Buttons
- 
										
											Media Manager Plus
- 
										
											Mentionable
- 
										
											Multiple Post Thumbnails
- 
										
											  Multiple Themes
- 
										
											  Order Delivery Date for WooCommerce
- 
										
											P3 (Plugin Performance Profiler)
- 
										
											Page Links To
- 
										
											  PHP Browser Detection
- 
										
											  Plugin Groups
- 
										
											  Print Invoice & Delivery Notes for WooCommerce
- 
										
											Redirectioner
- 
										
											  Regenerate Thumbnails
- 
										
											  Reveal IDs
- 
										
											Rewrite Rule Testing
- 
										
											Rewrite Rules Inspector
- 
										
											RICG Responsive Images
- 
										
											  RTL Tester
- 
										
											Sane Widget Sidebar Management
- 
										
											  Simple Event Management – Sugar Calendar (Lite)
- 
										
											  Simply Show Hooks
- 
										
											  Stop Emails
- 
										
											  Stop Spammers
- 
										
											SyntaxHighlighter Evolved
- 
										
											  TablePress
- 
										
											Taxonomy TinyMCE
- 
										
											Thumbnail Crop Position
- 
										
											  User Role Editor
- 
										
											  User Switching
- 
										
											  W3 Total Cache
- 
										
											  WebSub/PubSubHubbub
- 
										
											What Scripts Styles Debug Bar
- 
										
											  Widget Logic
- 
										
											  WooCommerce
- 
										
											WooCommerce Bundle Style Coupons
- 
										
											WooCommerce Sequential Order Numbers
- 
										
											  WooCommerce Upload My File
- 
										
											WooSidebars
- 
										
											  WordPress Importer
- 
										
											  WordPress Shortcodes Plugin — Shortcodes Ultimate
- 
										
											WP Ajaxify Comments
- 
										
											WP Customer Reviews
- 
										
											  WP First Letter Avatar
- 
										
											  WP Google Maps
- 
										
											WP Help
- 
										
											  WP Maintenance Mode
- 
										
											  WP Notification Center
- 
										
											  WP Retina 2x
- 
										
											WP-PageNavi
- 
										
											  YITH WooCommerce Ajax Product Filter
- 
										
											  YITH WooCommerce Compare
- 
										
											  Yoast SEO
हिन्दी (Hindi) Plugins Translation Editor - #hi_IN
- 
													
														  GiveWP – Donation Plugin and Fundraising PlatformActive Installs: 90,000+ 



 
			