acosmin
@acosmin on WordPress.org and Slack
- Member Since: March 6th, 2014
- Website: acosmin.com
- Job Title: Themes Team Admin
- Employer: Extend Themes
Contributions Sponsored
Contribution History
acosmin’s badges:- Core Contributor
- Plugin Developer
- Theme Developer
- Themes Team
- 
										Closed ticket #88249, in Themes Trac: 
 THEME: Newslay – 0.25 days ago 
- 
										Closed ticket #87960, in Themes Trac: 
 THEME: Store Hub – 1.0.15 days ago 
- 
										Closed ticket #87618, in Themes Trac: 
 THEME: Polite Grid – 1.0.25 days ago 
- 
										Closed ticket #87285, in Themes Trac: 
 THEME: Alera – 1.1.65 days ago 
- 
										Closed ticket #87318, in Themes Trac: 
 THEME: Prime Hosting – 1.0.15 days ago 
- 
										Closed ticket #87351, in Themes Trac: 
 THEME: Mediclinic Lite – 1.05 days ago 
- 
										Closed ticket #87087, in Themes Trac: 
 THEME: Inx Game – 1.0.55 days ago 
- 
										Closed ticket #87180, in Themes Trac: 
 THEME: Multi Sports – 1.25 days ago 
- 
										Closed ticket #87433, in Themes Trac: 
 THEME: Visual Coffee – 1.01 week ago 
- 
										Closed ticket #87362, in Themes Trac: 
 THEME: Friyan – 1.31 week ago 
- 
										Wrote a new post, New Admin Menu Page Requirement, on the site Make WordPress Themes: 
 A few weeks ago we proposed a new requirement that allows theme authors to use…4 weeks ago 
- 
										Wrote a comment on the post Proposal: allow themes to add a top-level admin-menu, on the site Make WordPress Themes: 
 Updated the post with some changes.1 month ago 
- 
										Wrote a comment on the post Proposal: allow themes to add a top-level admin-menu, on the site Make WordPress Themes: 
 Updated the requirement with these 2 points: * If you recommend plugins via TGMPA, you…2 months ago 
- 
										Wrote a comment on the post Proposal: allow themes to add a top-level admin-menu, on the site Make WordPress Themes: 
 Thanks! Good point.2 months ago 
- 
										Wrote a new post, Proposal: allow themes to add a top-level admin-menu, on the site Make WordPress Themes: 
 The Themes Team would like to add the following requirements and we would also like…2 months ago 
- 
										Wrote a new post, New required header fields for style.css, on the site Make WordPress Themes: 
 The following fields are required to be added in the style.css header: Tested up to…4 months ago 
- 
										Committed [2223564] to Plugins Trac: 
 v1.0.2 readme.txt8 months ago 
- 
										Committed [2223563] to Plugins Trac: 
 v1.0.2 Update8 months ago 
- 
										Committed [2223561] to Plugins Trac: 
 v1.0.2 Final8 months ago 
- 
										Committed [2223510] to Plugins Trac: 
 Reverted back to 1.0.0 files8 months ago 
- 
										Committed [2223456] to Plugins Trac: 
 v1.0.1 Changed readme.txt8 months ago 
- 
										Committed [2223455] to Plugins Trac: 
 v1.0.1 Tagged/Update8 months ago 
- 
										Committed [2223448] to Plugins Trac: 
 v1.0.1 Commit8 months ago 
- 
										Posted a reply to Inter Var variable font is SLOW, on the site WordPress.org Forums: 
 @finebyme go toCustomizer > Additional CSS and add the following css: @supports ( font-variation-settings: normal…8 months ago 
- 
										Posted a reply to Inter Var variable font is SLOW, on the site WordPress.org Forums: 
 @travisburch also, regarding your child theme's functions.php file, you should copy paste the parent's code…8 months ago 
- 
										Posted a reply to Inter Var variable font is SLOW, on the site WordPress.org Forums: 
 @travisburch try kitchin's solution, maybe include the selectors mentioned in my code...8 months ago 
- 
										Posted a reply to Inter Var variable font is SLOW, on the site WordPress.org Forums: 
 @kitchin that seems to work as well :)8 months ago 
- 
										Posted a reply to Inter Var variable font is SLOW, on the site WordPress.org Forums: 
 @travisburch The code mentioned here shouldn't cause any issues. Just add the code at the…8 months ago 
- 
										Posted a reply to Inter Var variable font is SLOW, on the site WordPress.org Forums: 
 @travisburch You can try it and see if it works for you, it should be…8 months ago 
- 
										Posted a reply to Inter Var variable font is SLOW, on the site WordPress.org Forums: 
 I tried to edit the comment :) but it looks like it went into moderation...8 months ago 
- 
										Posted a reply to Inter Var variable font is SLOW, on the site WordPress.org Forums: 
 No problem :) they are mostly grouped, so it wasn't that hard... there's a missing…8 months ago 
- 
										Posted a reply to Inter Var variable font is SLOW, on the site WordPress.org Forums: 
 Here is a solution, it will not download the fonts (tested). Based on the previous…8 months ago 
- 
										Posted a reply to remove inline styles, on the site WordPress.org Forums: 
 @abdipour You can probably do it with: add_action( 'wp_enqueue_scripts', function() { $styles = wp_styles(); $styles->add_data(…8 months ago 
- 
										Posted a reply to Include subcategories with the parent category, on the site WordPress.org Forums: 
 Hi, do you have the subcategories selected? It works on my end. Also, that filter…8 months ago 
- 
										Posted a reply to Can’t edit extract text, on the site WordPress.org Forums: 
 @axsu In that screenshot I see a page, excerpts for pages are not enabled by…8 months ago 
- 
										Posted a reply to Remove tags from below the excerpts, on the site WordPress.org Forums: 
 @t-p Replace what I mentioned at point 1 with: add_filter( 'twentytwenty_post_meta_location_single_bottom', function( $arr ) {…8 months ago 
- 
										Posted a reply to Remove tags from below the excerpts, on the site WordPress.org Forums: 
 @albertkents try: .singular .entry-categories { display: none; }8 months ago 
- 
										Posted a reply to Remove tags from below the excerpts, on the site WordPress.org Forums: 
 It depends on where exactly you want it to show up. Could you please make…8 months ago 
- 
										Posted a reply to Remove tags from below the excerpts, on the site WordPress.org Forums: 
 @t-p 1. Try: add_filter( 'twentytwenty_post_meta_location_single_bottom', function( $arr ) { if( is_singular() ) { return $arr;…8 months ago 
- 
										Posted a reply to How to change the screen-reader-text heading, on the site WordPress.org Forums: 
 @sdforever Try: add_filter( 'navigation_markup_template', function( $template, $class ) { return ' <nav class="navigation %1$s" role="navigation"…8 months ago 
- 
										Posted a reply to View Version 1.1 Details Doesn’t Show You Details, on the site WordPress.org Forums: 
 https://wordpress.org/support/article/twenty-twenty-changelog/8 months ago 
- 
										Posted a reply to Remove empty space between blocks, on the site WordPress.org Forums: 
 .footer-top-visible .footer-nav-widgets-wrapper, .footer-top-hidden #site-footer { margin-top: 0 !important; } .post-inner, .cover-header + .post-inner { padding-top:…8 months ago 
- 
										Posted a reply to How to use Cover template for Categories and Blog pages, on the site WordPress.org Forums: 
 @meetinghero I'm glad to hear that, you can also use the plugin mentioned above if…9 months ago 
- 
										Posted a reply to Possible bug? Anchor Links don’t work in js flow out menu, on the site WordPress.org Forums: 
 Ticket: https://core.trac.wordpress.org/ticket/490259 months ago 
- 
										Created a new ticket, #49025, in Core Trac: 
 Twenty Twenty: Modal menu link with hash should scroll to that section ...9 months ago 
- 
										Posted a reply to Possible bug? Anchor Links don’t work in js flow out menu, on the site WordPress.org Forums: 
 You'll need to edit twentytwenty/assets/js/index.js: After line 156 add: goToAnchor: function() { document.addEventListener( 'click', function(…9 months ago 
- 
										Posted a reply to Remove empty space between blocks, on the site WordPress.org Forums: 
 Try: .entry-content > *, .wp-block-group > *, .wp-block-columns > * { margin-top: 0 !important; margin-bottom:…9 months ago 
- 
										Posted a reply to Change color overlay of featured images on hover?, on the site WordPress.org Forums: 
 Try this CSS: .cover-color-overlay { transition: opacity .25s ease-in-out; -moz-transition: opacity .25s ease-in-out; -webkit-transition: opacity…9 months ago 
- 
										Posted a reply to images In the blog, on the site WordPress.org Forums: 
 you can try this css :) but it might make the overlay text blurry: img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image…9 months ago 
- 
										Posted a reply to Mobile Customizing Background Image for the Theme, on the site WordPress.org Forums: 
 The theme does not have support for the background image option :) how did you…9 months ago 
Developer
- 
										
											  Businessx ExtensionsActive Installs: 6,000+ 
- 
										
											Extra Options For The Twenty Twenty ThemeActive Installs: 200+ 
- 
										
											Illustrations Block - 300+ Customizable SVG ImagesActive Installs: 100+ 
- 
										
											Neville ExtensionsActive Installs: 900+ 
- 
										
											North ExtensionsActive Installs: Less than 10 
- 
										
											  Simple Gutenberg Google FontsActive Installs: 40+ 
Contributor
- 
										
											  Theme CheckActive Installs: 60,000+ 



 
			 
                





