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 #113881 on Themes Trac:
THEME: pageflow-2k21 – 1.0.8 -
Closed ticket #113877 on Themes Trac:
THEME: GabutPress – 1.0.0 -
Closed ticket #113817 on Themes Trac:
THEME: drd-hive – 1.0.1 -
Closed ticket #113535 on Themes Trac:
THEME: IVo – 1.0.0 -
Closed ticket #113466 on Themes Trac:
THEME: EduCare – 1.0.1 -
Closed ticket #113432 on Themes Trac:
THEME: Nextpage – 1.0.3 -
Closed ticket #113056 on Themes Trac:
THEME: Courageous – 1.0.2 -
Mentioned in [52022] on Core SVN:
Bundled Theme: Ensure logo displays in Customizer previewer. -
Posted a reply to E_Error line 71, on the site WordPress.org Forums:
Hi, You can try adding the following lines at the top of your wp-config.php file… -
Posted a reply to How to make space on the left and rigth?, on the site WordPress.org Forums:
Hi, You can try this CSS in your Customizer > General Settings > Addtional CSS… -
Posted a reply to Cannot publish customisations, on the site WordPress.org Forums:
Hi, Try to or ask your web host to disable mod_security (if it is enabled)… -
Created a topic, Adding a custom logo through the setup wizzard will remove all theme mods, on the site WordPress.org Forums:
This was tested with the 2021 theme. After you finish … -
Posted a reply to Contact Form 7 Privacy Acceptance blank and copywriter text size, on the site WordPress.org Forums:
@carolasproloquier Hello, For support for pro version please contact the author at support@extendthemes.com or using… -
Posted a reply to Image not load., on the site WordPress.org Forums:
@foxysamp97 you also have Autoptimize enabled, please disable that one too. You shouldn't use two… -
Posted a reply to Clearfix and color overwrites messes with the WP Toolbar, on the site WordPress.org Forums:
Hi @keraweb Thank you for the report, I will open a ticket for this bug… -
Posted a reply to category not apear to filter blogpost, on the site WordPress.org Forums:
@witadmin this can be solved by changing your permalinks structure, please check the following image:… -
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… -
Mentioned in [49216] on Core SVN:
Bundled Themes: Import Twenty Twenty-One, the new default theme for WordPress 5.6. -
Created ticket #51337 on Core Trac:
Twenty Twenty: Custom Logo bug in the Customizer -
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… -
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. -
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… -
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. -
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… -
Mentioned in [48180] on Core SVN:
Bundled Themes: Twenty Twenty Social Icons Filter. -
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… -
Committed [2223564] to Plugins SVN:
v1.0.2 readme.txt -
Committed [2223563] to Plugins SVN:
v1.0.2 Update -
Committed [2223561] to Plugins SVN:
v1.0.2 Final -
Committed [2223510] to Plugins SVN:
Reverted back to 1.0.0 files -
Committed [2223456] to Plugins SVN:
v1.0.1 Changed readme.txt -
Committed [2223455] to Plugins SVN:
v1.0.1 Tagged/Update -
Committed [2223448] to Plugins SVN:
v1.0.1 Commit -
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… -
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… -
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... -
Posted a reply to Inter Var variable font is SLOW, on the site WordPress.org Forums:
@kitchin that seems to work as well :) -
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… -
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… -
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... -
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… -
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… -
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(… -
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… -
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… -
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 ) {… -
Posted a reply to Remove tags from below the excerpts, on the site WordPress.org Forums:
@albertkents try: .singular .entry-categories { display: none; } -
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… -
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;… -
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"…
Developer
-
Businessx Extensions
Active Installs: 4,000+
-
Extra Options For The Twenty Twenty Theme
Active Installs: 300+
-
Illustrations Block - 300+ Customizable SVG Images
Active Installs: 100+
-
Neville Extensions
Active Installs: 500+
-
North Extensions
Active Installs: Less than 10
-
Simple Gutenberg Google Fonts
Active Installs: 50+
Contributor
-
Theme Check
Active Installs: 50,000+