-
Mentioned in [55933] on Core SVN:
Upgrade/Install: Log in link should look like a link. -
Translated 1 string on translate.wordpress.org.
-
Confirmed as a speaker for WordCamp India (Online) 2021
-
Mentioned in [48521] on Core SVN:
Comments: Don't show the filter/pagination actions if there are no comments to list. -
Wrote a comment on the post Re: WordPress Tamil Translation, on the site Translate WordPress:
@tobifjellner We do use it. I contacted him on the Slack channel. Thanks. -
Wrote a comment on the post Re: WordPress Tamil Translation, on the site Translate WordPress:
Hi @rajanit2000. Let me know if I can help you in any way. -
Confirmed as a speaker for WordCamp Kochi, Kerala, India 2019
-
Wrote a comment on the post PTE Request for 5.0.x – Development, on the site Translate WordPress:
Thanks @tobifjellner for the clarification :-) -
Wrote a comment on the post PTE Request for 5.0.x – Development, on the site Translate WordPress:
Hi @mervinpraison Thanks for your interest and welcome. As far as I can see, I… -
Posted a reply to Plugin does not activate, on the site WordPress.org Forums:
Yes, it works upto V 2.1.2 for me. v2.1.3 has the API key invalid issue.… -
Posted a reply to API problem / API Key Invalid, on the site WordPress.org Forums:
Yes, it works upto V 2.1.2 for me. v2.1.3 has the API key invalid issue.… -
Mentioned in [41782] on Core SVN:
Login and Registration: Prevent PHP warnings when POSTing to `wp-login.php` with an array as a `user_login` or `user_email` field. -
Mentioned in [41749] on Core SVN:
Customize: Improve the wording for Site Icon control intro. -
Mentioned in [41747] on Core SVN:
Customize: Improve the wording for Header Image control intro. -
Wrote a comment on the post Request to be a translation…, on the site Translate WordPress:
Hi @chinnz25, I am done with your translations. -
Wrote a comment on the post Request to be a translation…, on the site Translate WordPress:
Hi @chinnz25, Glad to be of help. @simplysaru is the person to contact. Thanks -
Committed [1694135] to Plugins SVN:
Updated tags -
Committed [1694107] to Plugins SVN:
Initial version of the Rapo MultiAuthors plugin -
Posted a reply to Core contributor badge not displayed on profile page, on the site WordPress.org Forums:
Got the badge. Thanks. Marking it as resolved. -
Committed [1677959] to Plugins SVN:
Added show/hide of titles and date -
Posted a reply to Core contributor badge not displayed on profile page, on the site WordPress.org Forums:
Oh, is it? No issues @anevins So, do I have to do anything on my… -
Posted a reply to Core contributor badge not displayed on profile page, on the site WordPress.org Forums:
I cleared my browser cache. I tried on mobile too. I can see only 3… -
Posted a reply to Core contributor badge not displayed on profile page, on the site WordPress.org Forums:
Hi @anevins, Thanks. I don't know if there is any other profile. But it doesn't… -
Created a topic, Core contributor badge not displayed on profile page, on the site WordPress.org Forums:
I received props for the following tickets. https://co… -
Committed [1671439] to Plugins SVN:
Corrected typo -
Committed [1671438] to Plugins SVN:
Tagging version 1.1.0 -
Committed [1671434] to Plugins SVN:
Cleaning up the thumbnails to work with Twenty Seventeen theme -
Committed [1671431] to Plugins SVN:
Adding banners and icons -
Committed [1669984] to Plugins SVN:
First Version of Rapo Recent Custom Posts Widget Plugin -
Mentioned in [40657] on Core SVN:
Users: Update name in toolbar when changing user display name. -
Closed ticket #38824 on Core Trac:
Insert Media > Attachment Display Settings > Select -
Created ticket #40340 on Core Trac:
"Attach to existing content" modal shows posts and pages of other users -
Mentioned in [40355] on Core SVN:
Press This: Add missing icons for Chat and Status post formats. -
Posted a reply to How do I remove category thumb images?, on the site WordPress.org Forums:
Hi, You can do this through the woocommerce settings. In the woocommerce Settings go to… -
Posted a reply to I cannot remove items from my cart, on the site WordPress.org Forums:
Hi, I tried it on your site and the X removes the particular item from… -
Posted a reply to Can I hide wordpress plugin from text box?, on the site WordPress.org Forums:
Hi, Where is it? Can you show the url? -
Posted a reply to Additional Information Heading, on the site WordPress.org Forums:
Hi, Add this to your child theme's functions.php amd change 'My Additional Information' to whatever… -
Posted a reply to Keep Billing Fields but how to clear Ship To fields, on the site WordPress.org Forums:
Hi @spanky22, I tried both the solutions on my local installation. The woocommerce_shipping_fields solution did… -
Posted a reply to Keep Billing Fields but how to clear Ship To fields, on the site WordPress.org Forums:
Hi, Would this post help? https://docs.woocommerce.com/document/tutorial-customising-checkout-fields-using-actions-and-filters/ According to this, you could use the filter woocommerce_shipping_fields… -
Posted a reply to How Can I customize Checkout error message?, on the site WordPress.org Forums:
Hi @elmalak, Glad :-) Will you mark this post as resolved? -
Posted a reply to How Can I customize Checkout error message?, on the site WordPress.org Forums:
Hi, Add this code to your child theme's functions.php and change Mybilling to whatever you… -
Posted a reply to How to easily move from Twenty Fifteen to Seventeen?, on the site WordPress.org Forums:
Hi, If the changes are done in a child theme, then you can make the… -
Posted a reply to Home Page Duplicates, on the site WordPress.org Forums:
Hi, Do post the link to your site and eplain the issue. What content are… -
Posted a reply to Need help to remove Storefront left side links., on the site WordPress.org Forums:
Hi @arttechuk, What do you want to display there? By the method I have suggested,… -
Posted a reply to Need help to remove Storefront left side links., on the site WordPress.org Forums:
Hi, Add this to your child theme's style.css. .woocommerce-tabs ul.tabs { display: none; } -
Posted a reply to Product Page showing Description, additional information & Reviews as links, on the site WordPress.org Forums:
Hi, The default behaviour is what you want (g.png). It looks like you have introduced… -
Posted a reply to option to choose custom template missing — twenty seventeen theme, on the site WordPress.org Forums:
Hi, Have you created a custom template yet? The option appears only if there are… -
Posted a reply to reverse order of the cart, on the site WordPress.org Forums:
Hi, Add this code to your child theme's functions.php add_action( 'woocommerce_cart_loaded_from_session', function() { global $woocommerce;…