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
- 
										Created a new ticket, #51337, in Core Trac: 
 Twenty Twenty: Custom Logo bug in the Customizer1 month ago 
- 
										Closed ticket #88249, in Themes Trac: 
 THEME: Newslay – 0.22 months ago 
- 
										Closed ticket #87960, in Themes Trac: 
 THEME: Store Hub – 1.0.12 months ago 
- 
										Closed ticket #87618, in Themes Trac: 
 THEME: Polite Grid – 1.0.22 months ago 
- 
										Closed ticket #87285, in Themes Trac: 
 THEME: Alera – 1.1.62 months ago 
- 
										Closed ticket #87318, in Themes Trac: 
 THEME: Prime Hosting – 1.0.12 months ago 
- 
										Closed ticket #87351, in Themes Trac: 
 THEME: Mediclinic Lite – 1.02 months ago 
- 
										Closed ticket #87087, in Themes Trac: 
 THEME: Inx Game – 1.0.52 months ago 
- 
										Closed ticket #87180, in Themes Trac: 
 THEME: Multi Sports – 1.22 months ago 
- 
										Closed ticket #87433, in Themes Trac: 
 THEME: Visual Coffee – 1.02 months ago 
- 
										Closed ticket #87362, in Themes Trac: 
 THEME: Friyan – 1.32 months 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…3 months 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.3 months 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…4 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.4 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…4 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…6 months ago 
- 
										Committed [2223564] to Plugins Trac: 
 v1.0.2 readme.txt10 months ago 
- 
										Committed [2223563] to Plugins Trac: 
 v1.0.2 Update10 months ago 
- 
										Committed [2223561] to Plugins Trac: 
 v1.0.2 Final10 months ago 
- 
										Committed [2223510] to Plugins Trac: 
 Reverted back to 1.0.0 files10 months ago 
- 
										Committed [2223456] to Plugins Trac: 
 v1.0.1 Changed readme.txt10 months ago 
- 
										Committed [2223455] to Plugins Trac: 
 v1.0.1 Tagged/Update10 months ago 
- 
										Committed [2223448] to Plugins Trac: 
 v1.0.1 Commit10 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…10 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…10 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...10 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 :)10 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…10 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…10 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...10 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…10 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…10 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(…10 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…10 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…10 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 ) {…10 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; }10 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…10 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;…10 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"…10 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/10 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:…11 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…11 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/4902511 months ago 
- 
										Created a new ticket, #49025, in Core Trac: 
 Twenty Twenty: Modal menu link with hash should scroll to that section ...11 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(…11 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:…11 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…11 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…11 months ago 
Developer
- 
										
											  Businessx ExtensionsActive Installs: 6,000+ 
- 
										
											Extra Options For The Twenty Twenty ThemeActive Installs: 300+ 
- 
										
											Illustrations Block - 300+ Customizable SVG ImagesActive Installs: 100+ 
- 
										
											Neville ExtensionsActive Installs: 900+ 
- 
										
											North ExtensionsActive Installs: Less than 10 
- 
										
											  Simple Gutenberg Google FontsActive Installs: 50+ 
Contributor
- 
										
											  Theme CheckActive Installs: 50,000+ 



 
			 
                





