• Resolved wolfe1963

    (@wolfe1963)


    Hi,
    I’m using Learndash and in its settings it is possible to edit the given taxonomies or new ones created with CPT UI. With ACF:Extended activated it is no longer possible. By deactivating your plugin it works. It seems there is a conflict.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback! As I’m not a Learndash/CPT UI user, it’s kinda hard for me to understand what the problem is.

    Can you please share some screenshots using https://imgur.com and show me:

    • What is working in Learndash + CPT UI + ACF Extended disabled
    • What is not working in Learndash + CPT UI + ACF Extended enabled

    Thanks!

    Regards.

    Thread Starter wolfe1963

    (@wolfe1963)

    Hello,

    thanks for your quick response. Hope the links work

    activated

    deactivated

    Regards.

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the screenshots!

    ACF Extended add UI enhancements for WordPress admin. Taxonomies are now unified, and look like Post Types. So instead of having the “Add new category” panel on the left, it’s now embed inside the “Add new category” button near the Taxonomy Title. See screenshot: https://i.imgur.com/GZqLhhM.jpg

    On your screenshot, it looks like the taxonomy title & “Add new category” button are hidden by the “Dynamic Content for Elementor” alert. See screenshot: https://i.imgur.com/LcYei96.png

    Disabling that alert should display the Category title & “Add new” button. An another solution is to disable ACF Extended UI enhancements. To do that you can add the following code in your functions.php file:

    
    add_action('acf/init', 'my_acfe_modules');
    function my_acfe_modules(){
    
        // Disable Enhanced UI (Taxonomies, Users, Settings)
        acf_update_setting('acfe/modules/ui', false);
    
    }
    

    Have a nice day!

    Regards.

    Thread Starter wolfe1963

    (@wolfe1963)

    Hey,

    thanks a lot – your code works perfect!!!

    Great support

    Kind Regards.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Editing Learndash Taxonomies not possible’ is closed to new replies.