• Resolved davidki

    (@davidki)


    Hello, thank you for your great plugin. Unfortunately, your plugin is not compatible with new Gutenberg Editor.

    Can you update your plugin, please?

    Thank you,
    David

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author tchirvasa

    (@tchirvasa)

    I will attempt to do so. Please bare with me though, I have little-to-none spare time. Thank you for appreciating my work. I did not receive any email regarding your inquiry, but I apologize anyway for the delay regarding my answer. When I start working on it I may have questions. If possible, please provide any additional information you find relevant.

    Plugin Author tchirvasa

    (@tchirvasa)

    Uploaded a new version. It is now compatible with Gutenberg. Some new minor fixes have been uploaded too.

    Thread Starter davidki

    (@davidki)

    Thank you for your work. It works now.

    David

    Plugin Author tchirvasa

    (@tchirvasa)

    You are welcome and thank you for reporting this issue. If you have ideas on improving this plugin, let me know.

    Thread Starter davidki

    (@davidki)

    Hello I found another incompatibility with your plugin and Gutenberg.

    But right now I see that you have closed your plugin taxonomy-admin-filter in wordpress repository.

    Will you continue to maintain this plugin or not, please?

    If yes, here is the problem which I found.

    When is your plugin activated, for all taxonomies which are selected in your plugin setting, there are displayed meta box with filter but for all post types.

    For example:
    I have custom taxonomy “kategorie” which is created for “page” post type.

    But this taxonomy “kategorie” is displayed in page and also in posts.

    So it means that javascript in your plugin doesn’t adjusts existing meta box with list of taxonomy terms, but your plugin create another new meta box with filters.

    Hello, I created an account specifically to answer your request. I will no longer maintain this plugin on this site because of personal reasons that have nothing to do with its users. I will assist you via Skype/TeamViewer/ultraview or whatever you suggest after 18:00 Bucharest time. Contact me at [email protected] so I can assist you further

    Thread Starter davidki

    (@davidki)

    Hello, thank you for your comment. I wrote you an e-mail.

    (I will not update the plugin)
    Fix for the issue: custom taxonomies filled with categories:

    wp-content/plugins/taxonomy-admin-filter/taxonomy-admin-filter.php LINE 451
    REPLACE :
    add_meta_box( 'taxonomy_admin_filter_' . $slug . '_post_meta', $tax_obj->label, 'post_categories_meta_box', $taxonomy_admin_filter_post_type, 'side', 'high' );
    WITH:
    add_meta_box( 'taxonomy_admin_filter_' . $slug . '_post_meta', $tax_obj->label, 'post_categories_meta_box', $taxonomy_admin_filter_post_type, 'side', 'high', array('taxonomy' => $slug));

    … i updated the plugin

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Compatibility with Gutenberg Editor’ is closed to new replies.