Ashfame
@ashfame on WordPress.org and Slack
- Member Since: July 1st, 2007
- Location: New Delhi, India
- Website: ashfame.com
- GitHub: ashfame
- Job Title: Software Engineer
- Employer: Automattic
Interests
Contributions Sponsored
Contribution History
Ashfame’s badges:- bbPress Contributor
- Core Contributor
- Meta Contributor
- Plugin Developer
- 
										Mentioned in [52142] on Core SVN: 
 Twenty Twenty-One: Correct default image alignment in the editor.3 months ago 
- 
										Mentioned in [51980] on Core SVN: 
 Application Passwords: display guiding text & link in `user-edit.php` when unavailable.3 months ago 
- 
										Pull request #253 merged into WordPress/learn: 
 fix print area not spanning entire width of the workshops page3 months ago 
- 
										Submitted pull request #253 to WordPress/learn: 
 fix print area not spanning entire width of the workshops page3 months ago 
- 
										Pull request #247 merged into WordPress/learn: 
 define a print media stylesheet for lessons and workshops pages4 months ago 
- 
										Submitted pull request #247 to WordPress/learn: 
 define a print media stylesheet for lessons and workshops pages4 months ago 
- 
										Posted a reply to how to maintain custom post type data for 3 websites?, on the site WordPress.org Forums: 
 Yeah, I don't think that can be done easily. setup_postdata() is a function that can…5 months ago 
- 
										Posted a reply to how to maintain custom post type data for 3 websites?, on the site WordPress.org Forums: 
 So when you call a function get_field(), you don't need to tell it which post,…5 months ago 
- 
										Posted a reply to how to maintain custom post type data for 3 websites?, on the site WordPress.org Forums: 
 get_results() expects SQL query and not an array of arguments, check - https://developer.wordpress.org/reference/classes/wpdb/get_results/ So, if…5 months ago 
- 
										Posted a reply to Featured Posts Widget, on the site WordPress.org Forums: 
 SELECT distinct(meta_key) from wp_postmeta; change wp_ to whatever your database prefix is, defined in wp-config.php…6 months ago 
- 
										Posted a reply to CLS issue with the_post_thumbnail, on the site WordPress.org Forums: 
 Unless we have finalise reproduction instructions to produce this issue reliably, we can't file a…6 months ago 
- 
										Posted a reply to Ctrl Z undoes everything and it’s impossible to redo, on the site WordPress.org Forums: 
 Oh, you are utilizing the WordPress editor buttons instead of shortcut keys (Ctrl/Cmd + Z/Y).…6 months ago 
- 
										Posted a reply to Problem with web site structure, on the site WordPress.org Forums: 
 oh, I see. That shouldn't be the case at all. It should be some cache…6 months ago 
- 
										Posted a reply to Ctrl Z undoes everything and it’s impossible to redo, on the site WordPress.org Forums: 
 Hi @lucycorne Undo behavior is controlled by browser, if I am not wrong and with…6 months ago 
- 
										Posted a reply to Problem with web site structure, on the site WordPress.org Forums: 
 Child pages will have the parent slug in their own url. Why do you want…6 months ago 
- 
										Posted a reply to User-specific downloadable content on profile page, on the site WordPress.org Forums: 
 When you say "without utilizing plugins", are you going to write custom code for it?…6 months ago 
- 
										Posted a reply to Can’t access sidebar widget to fix PHP error., on the site WordPress.org Forums: 
 Hi @dwiener You can manually go to wp-contents/plugin folder and rename the plugin that offers…6 months ago 
- 
										Posted a reply to media library not loading all images in gallery view, on the site WordPress.org Forums: 
 This isn't something that's going to be fixed, but a change for now. And they…6 months ago 
- 
										Posted a reply to media library not loading all images in gallery view, on the site WordPress.org Forums: 
 Hi @macpheek If you would like to enable infinite scroll in the media library, you…6 months ago 
- 
										Posted a reply to should Google Analytics be added to localhost?, on the site WordPress.org Forums: 
 Yes, you will have to do that if your workflow includes migrating dev install to…6 months ago 
- 
										Posted a reply to CLS issue with the_post_thumbnail, on the site WordPress.org Forums: 
 Woah, that's a lot of image sizes. I already see the image at 200x200, but…6 months ago 
- 
										Wrote a comment on the post Widgets in WordPress 5.8 and Beyond, on the site Make WordPress Design: 
 Hi @critterverse I haven't been actively involved with these developments, so I probably lack a…6 months ago 
- 
										Posted a reply to Masonry layout NOT based in images, on the site WordPress.org Forums: 
 I suggest you look it up, try the ones you find to see works for…6 months ago 
- 
										Posted a reply to how to maintain custom post type data for 3 websites?, on the site WordPress.org Forums: 
 You shouldn't be using WP_Query in this case because you just need to pull some…6 months ago 
- 
										Posted a reply to Autoptimize help – ruined site elements, on the site WordPress.org Forums: 
 That caching plugin couldn't have caused the information to be removed from your website. That…6 months ago 
- 
										Posted a reply to Autoptimize help – ruined site elements, on the site WordPress.org Forums: 
 Did you try disabling the plugin to revert back the site to its previous state?…6 months ago 
- 
										Posted a reply to Plugin Compatibility, on the site WordPress.org Forums: 
 Did you even try to check when they were updated on their respective page? @zworthkey…6 months ago 
- 
										Posted a reply to CLS issue with the_post_thumbnail, on the site WordPress.org Forums: 
 What's the desire size of the image that you want the theme to load? And…6 months ago 
- 
										Posted a reply to How to let authors see Analytics for their own posts only?, on the site WordPress.org Forums: 
 Comparatively its much easier to show a number, rather than showing that in a fancy…6 months ago 
- 
										Posted a reply to Horrible WP Support, on the site WordPress.org Forums: 
 Alan, I am speculating as well. To me it seems like, WP.org install went down,…6 months ago 
- 
										Posted a reply to Plugin Compatibility, on the site WordPress.org Forums: 
 @julieballingers04 Unless something hasn't been updated in several years, its most likely compatible.6 months ago 
- 
										Posted a reply to Horrible WP Support, on the site WordPress.org Forums: 
 Yep6 months ago 
- 
										Posted a reply to CLS issue with the_post_thumbnail, on the site WordPress.org Forums: 
 Hi @mseb The thumbnail size ashe-full-thumbnail is defined by the theme authors for their theme…6 months ago 
- 
										Posted a reply to Horrible WP Support, on the site WordPress.org Forums: 
 @alanfuller "They" in this context refers to WP.com support folks. They redirect support requests for…6 months ago 
- 
										Posted a reply to Featured Posts Widget, on the site WordPress.org Forums: 
 This seems like an option offered by your theme. Most likely you need to find…6 months ago 
- 
										Posted a reply to Bulk change of flags in db, on the site WordPress.org Forums: 
 How are you setting this "featured article flag" for a particular post/page?6 months ago 
- 
										Wrote a comment on the post Widgets in WordPress 5.8 and Beyond, on the site Make WordPress Design: 
 What was the transitional plan for switching to this new system of widgets from the…6 months ago 
- 
										Posted a reply to Masonry layout NOT based in images, on the site WordPress.org Forums: 
 Masonry grid is essentially layout for having items of different size (especially height) structured in…6 months ago 
- 
										Posted a reply to Multiple appointments for one calendar at one time, on the site WordPress.org Forums: 
 Hi @nrkoka1 You are lacking the core functionality itself. And choosing any plugin to cover…6 months ago 
- 
										Posted a reply to Image plugin with word blurb, on the site WordPress.org Forums: 
 Hi @mjaitly123 You can create comic strips by a tool like Canva - https://www.canva.com/create/comic-strips/ I…6 months ago 
- 
										Posted a reply to how to maintain custom post type data for 3 websites?, on the site WordPress.org Forums: 
 Hi @aaron4osu What you can do is connect to the database of another installs and…6 months ago 
- 
										Posted a reply to Plugin for timer?, on the site WordPress.org Forums: 
 Hi @al3xz3t I couldn't find an exact fit for your plugin, only plugins that redirect…6 months ago 
- 
										Posted a reply to should Google Analytics be added to localhost?, on the site WordPress.org Forums: 
 Hi @ian000bell No, you shouldn't install it anywhere except the live site.6 months ago 
- 
										Posted a reply to choking on 4K screenshots, on the site WordPress.org Forums: 
 @veganadvocate That 2MB limit is a safe default. Site owners with higher upload size requirement…6 months ago 
- 
										Posted a reply to How to let authors see Analytics for their own posts only?, on the site WordPress.org Forums: 
 Oh, that's a lot of functionality to expect. I thought it was just numbers of…6 months ago 
- 
										Posted a reply to Plugin updates available but disappear, on the site WordPress.org Forums: 
 Sure! Let see if they can indeed provide a clue. BTW, if you have CLI/SSH…6 months ago 
- 
										Created ticket #53809 on Core Trac: 
 Twenty Twenty-One default image alignment in editor6 months ago 
Developer
- 
										
											  Email CopActive Installs: 30+ 
- 
										
											  Email Posts CommentatorsActive Installs: Less than 10 
- 
										
											Like ThumbnailActive Installs: 4,000+ 
- 
										
											WPReadableActive Installs: Less than 10 



 
			 
                 
										 
										 
										 
										 
										