
Hello Mariusz,
To remove beans_archive_title
markup, add this in your functions.php.
beans_remove_action ( 'beans_post_archive_title' );
Have a nice day,
Mathieu

Hey Mariusz,
- Use the following snippet to remove the post and term layout fields.
beans_remove_action( 'beans_do_register_post_meta' );
beans_remove_action( 'beans_do_register_term_meta' );
-
As Mathieu correctly said, use
beans_remove_action( 'beans_post_archive_title' );
to remove the archive title. -
Defining the action priority should order your metabox in the correct order. Did you perhaps manually drag them around in the admin in which case it will overwrite the default order?
-
I am glad to here you love Beans π
-
Don't have plan for a specific sharing tool other than the forum. Feel free to create a forum thread for each of your snippets and assign it to the Extend category, I am sure others will love to see what you have been building (me included) π
- Yes we plan on using UIkit 3, when it will be really stable. I have not looked into how we are going to do the migration to insure the smoothest update possible. It will come in due time π
Have fun,