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
-
Posted a reply to “Please wait, this might take a little while”, on the site WordPress.org Forums:
Hi, Please press CTRL+SHIFT+I and click on the Console tab. If you have any errors…1 month ago
-
Created a new ticket, #51337, in Core Trac:
Twenty Twenty: Custom Logo bug in the Customizer4 months ago
-
Closed ticket #88249, in Themes Trac:
THEME: Newslay – 0.25 months ago
-
Closed ticket #87960, in Themes Trac:
THEME: Store Hub – 1.0.15 months ago
-
Closed ticket #87618, in Themes Trac:
THEME: Polite Grid – 1.0.25 months ago
-
Closed ticket #87285, in Themes Trac:
THEME: Alera – 1.1.65 months ago
-
Closed ticket #87318, in Themes Trac:
THEME: Prime Hosting – 1.0.15 months ago
-
Closed ticket #87351, in Themes Trac:
THEME: Mediclinic Lite – 1.05 months ago
-
Closed ticket #87087, in Themes Trac:
THEME: Inx Game – 1.0.55 months ago
-
Closed ticket #87180, in Themes Trac:
THEME: Multi Sports – 1.25 months ago
-
Closed ticket #87433, in Themes Trac:
THEME: Visual Coffee – 1.05 months ago
-
Closed ticket #87362, in Themes Trac:
THEME: Friyan – 1.35 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…5 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.6 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…6 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.6 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…6 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…8 months ago
-
Committed [2223564] to Plugins Trac:
v1.0.2 readme.txt1 year ago
-
Committed [2223563] to Plugins Trac:
v1.0.2 Update1 year ago
-
Committed [2223561] to Plugins Trac:
v1.0.2 Final1 year ago
-
Committed [2223510] to Plugins Trac:
Reverted back to 1.0.0 files1 year ago
-
Committed [2223456] to Plugins Trac:
v1.0.1 Changed readme.txt1 year ago
-
Committed [2223455] to Plugins Trac:
v1.0.1 Tagged/Update1 year ago
-
Committed [2223448] to Plugins Trac:
v1.0.1 Commit1 year 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…1 year 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…1 year 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...1 year ago
-
Posted a reply to Inter Var variable font is SLOW, on the site WordPress.org Forums:
@kitchin that seems to work as well :)1 year 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…1 year 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…1 year 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...1 year 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…1 year 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…1 year 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(…1 year 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…1 year 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…1 year 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 ) {…1 year ago
-
Posted a reply to Remove tags from below the excerpts, on the site WordPress.org Forums:
@albertkents try: .singular .entry-categories { display: none; }1 year 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…1 year 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;…1 year 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"…1 year 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/1 year 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:…1 year 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…1 year 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/490251 year ago
-
Created a new ticket, #49025, in Core Trac:
Twenty Twenty: Modal menu link with hash should scroll to that section ...1 year 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(…1 year 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:…1 year 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…1 year ago
Developer
-
Businessx Extensions
Active Installs: 5,000+
-
Extra Options For The Twenty Twenty Theme
Active Installs: 300+
-
Illustrations Block - 300+ Customizable SVG Images
Active Installs: 100+
-
Neville Extensions
Active Installs: 800+
-
North Extensions
Active Installs: Less than 10
-
Simple Gutenberg Google Fonts
Active Installs: 40+
Contributor
-
Theme Check
Active Installs: 50,000+