Anton Vlasenko
@antonvlasenko on WordPress.org and Slack
- Member Since: July 19th, 2021
- Location: Prague, Czech Republic
- Website: vlasenko.it
- GitHub: anton-vlasenko
Bio
Contributions Sponsored
Contribution History
Anton Vlasenko’s badges:- Core Contributor
-
Merged pull request #36257 into WordPress/gutenberg:
Disable ability to edit menus via `Appearance -> Navigation Menus` for non-FSE...14 hours ago
-
Closed issue #36258 on the WordPress/gutenberg repository:
It is possible to edit `wp_navigation` type posts via `Appearance -> Navigation...14 hours ago
-
Created issue #36258 in the WordPress/gutenberg repository:
It is possible to edit `wp_navigation` type posts via `Appearance -> Navigation...15 hours ago
-
Submitted pull request #36257 to WordPress/gutenberg:
Disable ability to edit menus via `Appearance -> Navigation Menus` for non-FSE...15 hours ago
-
Pull request #36126 merged into WordPress/gutenberg:
Provide a way to manage wp_navigation posts from wp-admin23 hours ago
-
Closed pull request #36151 on WordPress/gutenberg:
URL Package: Refactor normalizePath function to use URLSearchParams interface2 days ago
-
Merged pull request #35993 into WordPress/gutenberg:
Navigation Editor: show a warning when trying to save unsupported blocks4 days ago
-
Closed issue #35045 on the WordPress/gutenberg repository:
Navigation editor: Fail loudly when attempting to save unsupported blocks4 days ago
-
Submitted pull request #36126 to WordPress/gutenberg:
Provide a way to manage wp_navigation posts from wp-admin4 days ago
-
Merged pull request #35992 into WordPress/gutenberg:
Move getStablePath function into the wordrpess/url package5 days ago
-
Created issue #36046 in the WordPress/gutenberg repository:
Refactor `normalizePath` function to use `URLSearchParams.sort` to sort the request parameters1 week ago
-
Submitted pull request #35993 to WordPress/gutenberg:
Navigation Editor: show a warning when trying to save unsupported blocks1 week ago
-
Submitted pull request #35992 to WordPress/gutenberg:
Move getStablePath function into the wordrpess/url package1 week ago
-
Merged pull request #35838 into WordPress/gutenberg:
Refactor `gutenberg_initialize_editor` function and remove `block_editor_preload_data` filter2 weeks ago
-
Submitted pull request #35838 to WordPress/gutenberg:
Refactor `gutenberg_initialize_editor` function and remove `block_editor_preload_data` filter2 weeks ago
-
Created issue #35803 in the WordPress/gutenberg repository:
Refactor `gutenberg_initialize_editor` function and remove `block_editor_preload_data` filter2 weeks ago
-
Created issue #35799 in the WordPress/gutenberg repository:
Move `getStablePath` method into the "url" package2 weeks ago
-
Merged pull request #35527 into WordPress/gutenberg:
Fix preloading middleware referencing stale data for OPTIONS requests3 weeks ago
-
Merged pull request #35402 into WordPress/gutenberg:
Navigation: preload more API requests3 weeks ago
-
Closed issue #24642 on the WordPress/gutenberg repository:
Navigation: Preload API requests3 weeks ago
-
Created issue #35601 in the WordPress/gutenberg repository:
Navigation Editor page makes duplicate REST API requests3 weeks ago
-
Submitted pull request #35527 to WordPress/gutenberg:
Fix preloading middleware referencing stale data for OPTIONS requests4 weeks ago
-
Created ticket #54087 on Core Trac:
A plugin can't change the parameters of a REST API endpoint2 months ago
-
Posted a reply to How to change href lang on single pages/posts?, on the site WordPress.org Forums:
@ralphmuc I don't think there is any difference in terms of how the lang attribute…3 months ago
-
Posted a reply to How to change href lang on single pages/posts?, on the site WordPress.org Forums:
Hi, @ralphmuc. I'd try to include it into wp-content/themes/twentyseventeen/functions.php file. Please let me know if…3 months ago
-
Posted a reply to How to create your own Spotify Landing Page?, on the site WordPress.org Forums:
It's definitely not that simple, because it's impossible to build proper interaction with Spotify API…3 months ago
-
Posted a reply to Set New Password button not working, on the site WordPress.org Forums:
@mattocmp I've tried to reproduce it again and it changes the password every time. Do…3 months ago
-
Posted a reply to Set New Password button not working, on the site WordPress.org Forums:
Hm, I can't reproduce this issue. I'm sorry, but I just need to ask this…3 months ago
-
Posted a reply to How to change href lang on single pages/posts?, on the site WordPress.org Forums:
@ralphmuc I've just realised that my code will not work for posts, it only works…3 months ago
-
Posted a reply to I cannot reach the site., on the site WordPress.org Forums:
Unfortunately that error message doesn't help much. I suggest you to do the following. Please…3 months ago
-
Posted a reply to WordPress insering + signs between names in comments, on the site WordPress.org Forums:
I can't reproduce this using WordPress 5.8 with no plugins. There have been similar issues…4 months ago
-
Posted a reply to WordPress Max Upload Bug, on the site WordPress.org Forums:
I don't quite get what you mean by We only pass either $u_bytes or $p_bytes,…4 months ago
-
Posted a reply to Notice: Trying to get property ‘post_status’ of non-object, on the site WordPress.org Forums:
I'm looking at the source and I can say this is somehow related to the…4 months ago
-
Posted a reply to Image caption background color, on the site WordPress.org Forums:
@dla23 You are welcome. I'm glad we were able to help.4 months ago
-
Posted a reply to How to change href lang on single pages/posts?, on the site WordPress.org Forums:
Hi @ralphmuc, I'm not sure if I understand you correctly, but you don't have to…4 months ago
-
Posted a reply to Where and How to find plugin patch file, on the site WordPress.org Forums:
@yanj2004 I'm wondering why it's needed to patch the files after the standard plugin update…4 months ago
-
Posted a reply to Where and How to find plugin patch file, on the site WordPress.org Forums:
I suppose you have to search in the plugin's directory for .patch files. I'd suggest…4 months ago
-
Posted a reply to Moving Posts and Users, on the site WordPress.org Forums:
I heard some people use this plugin to import/export their data (this is not an…4 months ago
-
Posted a reply to WordPress 5.8 Still Rejects WebP Images, on the site WordPress.org Forums:
As far as I can tell support for WebP images should be enabled in ImageMagick…4 months ago
-
Posted a reply to Image caption background color, on the site WordPress.org Forums:
@dla23 To customise colour of the caption, you need to do the following: Go to…4 months ago
-
Posted a reply to Cant Create pages or posts after update, on the site WordPress.org Forums:
@jdog131 If you see blank pages, you need to understand why it is happening. WordPress…4 months ago
-
Posted a reply to How to change href lang on single pages/posts?, on the site WordPress.org Forums:
Hi, You could add something like this to your .php file: add_filter('locale', 'change_page_locale'); function change_page_locale(…4 months ago
-
Posted a reply to Cant view a new page – shows old page, on the site WordPress.org Forums:
Hello, Have you tried to edit URL slugs? For the old page you need to…4 months ago
-
Posted a reply to Media files: how to change url to absolute path?, on the site WordPress.org Forums:
@ashfame That was my thinking as well. If a user selects an image in the…4 months ago
-
Posted a reply to WP 5.8 won’t allow PDF uploads to media library!, on the site WordPress.org Forums:
I think it has to do with permissions of your current user. Are you logged…4 months ago
-
Posted a reply to Media files: how to change url to absolute path?, on the site WordPress.org Forums:
@ashfame As far as I understand the issue is that @schweizerschoggi can't change the url…4 months ago
-
Posted a reply to Media files: how to change url to absolute path?, on the site WordPress.org Forums:
Maybe there is a miscommunication. Yes, you are right, when you open an image in…4 months ago
-
Posted a reply to Media files: how to change url to absolute path?, on the site WordPress.org Forums:
I do understand that you prefer to find a solution for this issue. But if…4 months ago
-
Posted a reply to Why not seeing design?, on the site WordPress.org Forums:
I recommend asking at https://www.elegantthemes.com/forum/ so the theme's developers and support community can help you…4 months ago
-
Posted a reply to Set different alignment for image at smaller screen sizes, on the site WordPress.org Forums:
Thank you for adding the steps. I can't reproduce this using default WordPress theme (Twenty…4 months ago