acosmin
@acosmin on WordPress.org
- Member Since: March 6th, 2014
- Website: acosmin.com
Contributions
Contribution History
acosmin’s badges:- Core Contributor Core Contributor
- Theme Developer Theme Developer
- Theme Review Team Theme Review Team
- Plugin Developer Plugin Developer
-
Closed ticket #75007, in Themes Trac:
THEME: Go – 1.2.34 weeks ago
-
Committed [2223564] to Plugins Trac:
v1.0.2 readme.txt1 month ago
-
Committed [2223563] to Plugins Trac:
v1.0.2 Update1 month ago
-
Committed [2223561] to Plugins Trac:
v1.0.2 Final1 month ago
-
Committed [2223510] to Plugins Trac:
Reverted back to 1.0.0 files1 month ago
-
Committed [2223456] to Plugins Trac:
v1.0.1 Changed readme.txt1 month ago
-
Committed [2223455] to Plugins Trac:
v1.0.1 Tagged/Update1 month ago
-
Committed [2223448] to Plugins Trac:
v1.0.1 Commit1 month 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 month ago
-
Closed ticket #78815, in Themes Trac:
THEME: Multiple Business Professional – 1.1.01 month 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…2 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...2 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 :)2 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…2 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…2 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...2 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…2 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…2 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(…2 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…2 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…2 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 ) {…2 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; }2 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…2 months ago
-
Closed ticket #78537, in Themes Trac:
THEME: IndustrueLite – 1.0.02 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;…2 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"…2 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/2 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:…2 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…2 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/490252 months ago
-
Created a new ticket, #49025, in Core Trac:
Twenty Twenty: Modal menu link with hash should scroll to that section ...2 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(…2 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:…2 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…2 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…2 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…2 months ago
-
Posted a reply to Warning on Child Theme: “More than one text-domain is being used”, on the site WordPress.org Forums:
Don't worry about that, it will not cause any issues.2 months ago
-
Posted a reply to How to use Cover template for Categories and Blog pages, on the site WordPress.org Forums:
I made a custom plugin that has this option in the Customizer, in case you…2 months ago
-
Committed [2211363] to Plugins Trac:
Tagging version 1.0.02 months ago
-
Committed [2211361] to Plugins Trac:
First commit2 months ago
-
Committed [2211359] to Plugins Trac:
Assets commit2 months ago
-
Posted a reply to Remove Search icon from twenty twenty, on the site WordPress.org Forums:
No problem :)2 months ago
-
Posted a reply to Remove Search icon from twenty twenty, on the site WordPress.org Forums:
Just so the html code doesn't display on your page, you actually have a Customizer…2 months ago
-
Created a new ticket, #48918, in Core Trac:
Twenty Twenty: echoing `bloginfo()`2 months ago
-
Posted a reply to How to use Cover template for Categories and Blog pages, on the site WordPress.org Forums:
@rafatrock You can use this code in your child theme's functions.php or parent's: add_filter( 'twentytwenty_site_logo',…2 months ago
-
Closed ticket #77547, in Themes Trac:
THEME: Luxury Travel40 – 4.1.23 months ago
-
Posted a reply to Any way to add a subtitle to normal page titles, like the excerpt on blog posts?, on the site WordPress.org Forums:
Try this: https://developer.wordpress.org/reference/functions/add_post_type_support/#comment-5333 months ago
-
Closed ticket #77537, in Themes Trac:
THEME: Bakery Food – 1.03 months ago
-
Closed ticket #73336, in Themes Trac:
THEME: Construction Light – 1.0.03 months ago
Developer
-
Businessx Extensions
Active Installs: 7,000+
-
Extra Options For The Twenty Twenty Theme
Active Installs: 30+
-
Illustrations Block - 300+ Customizable SVG Images
Active Installs: 100+
-
Neville Extensions
Active Installs: 1,000+
-
North Extensions
Active Installs: Less than 10
-
Simple Gutenberg Google Fonts
Active Installs: 60+