Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter latheeshvmv

    (@latheeshvmv)

    Tried Rollback : Problem starts a after 0.5.8.1 version

    Thread Starter latheeshvmv

    (@latheeshvmv)

    Another bug
    It disables the permalink edit button for the pages, and posts
    https://pasteboard.co/J9IBJaO.png

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Thanks for the feedback. Enhanced view for Taxonomy is a feature of ACF Extended. It unify Taxonomies to make them look like and feel like post types. This view is also nice if you have long term description. You’ll find hooks to disable it in the FAQ:

    
    add_action('acf/init', 'my_acfe_modules');
    function my_acfe_modules(){
    
        // Disable Taxonomies enhancements
        acf_update_setting('acfe/modules/taxonomies', false);
    
    }
    

    About the permalink edit button, ACF extended doesn’t alter this function. I don’t really understand where is the problem in your screenshot tho.

    Have a nice day.

    Regards.

    Thread Starter latheeshvmv

    (@latheeshvmv)

    @hwk-fr
    Thank you so much for the quick support!
    Yes that fixes the taxonomy issue.

    Regarding the permalink. The screenshot is after disabling the plugin. When plugin is activated the edit button somehow stops working. Not sure why!

    Really appreciate your help!
    5*

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello!

    It is probably a compatibility problem with an another plugin. ACF Extended really doesn’t touch this area.

    Can you please make sure you’re using the last ACF + ACF Extended version, and try to disable others plugins in order to try to isolate the compatibility problem?

    Thanks!

    Regards.

    Thread Starter latheeshvmv

    (@latheeshvmv)

    Hello,
    Yes..now sure why it is happening
    when I disabled query monitor plugin things started working. So it’s all good.

    Problem also goes away when I disabled your plugin so I thought that might be the problem.
    Sorry.

    Thanks for the plugin

    Plugin Author Konrad Chmielewski

    (@hwk-fr)

    Hello,

    Query Monitor shouldn’t trigger that bug, I use it on all my websites and I don’t have this problem. Try to keep ACF + ACF Extended + Query Monitor activated, and disable other plugins. If the problem persists, then it probably come from the theme.

    Regards.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Plugin Messes up the WordPress Taxonomy Pages’ is closed to new replies.