Tried Rollback : Problem starts a after 0.5.8.1 version
Another bug
It disables the permalink edit button for the pages, and posts
https://pasteboard.co/J9IBJaO.png
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.
@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*
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.
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
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.