Hi,
When editing a custom post type which has custom fields created with Metabox, I'm getting an error in the web inspector.
It seems it conflicts with the Permalink Manager Pro plugin. I contacted their support team and find out that Metabox is using an older version of the Tippy library and is blocking the permalink manager plugin to load the most recent version.
If I disable metabox custom field, the post load without error.
Here is the error:
Uncaught Error: [tippy]: position
is not a valid option
at tippy.min.js?ver=4.3.1:1:3720
at Array.forEach (<anonymous>)
at Q (tippy.min.js?ver=4.3.1:1:3683)
at mt (tippy.min.js?ver=4.3.1:1:16070)
at HTMLAnchorElement.<anonymous> (permalink-manager-admin.js?ver=2.2.19.3:401:5)
at Function.each (load-scripts.php?c=0&load%5Bchunk_0%5D=regenerator-runtime,wp-polyfill,wp-hooks,jquery-core,jquery-migrate,utils&ver=6.0.2:6:3003)
at s.fn.init.each (load-scripts.php?c=0&load%5Bchunk_0%5D=regenerator-runtime,wp-polyfill,wp-hooks,jquery-core,jquery-migrate,utils&ver=6.0.2:6:1481)
at pm_help_tooltips (permalink-manager-admin.js?ver=2.2.19.3:398:47)
at HTMLDocument.<anonymous> (permalink-manager-admin.js?ver=2.2.19.3:410:2)
at e (load-scripts.php?c=0&load%5Bchunk_0%5D=regenerator-runtime,wp-polyfill,wp-hooks,jquery-core,jquery-migrate,utils&ver=6.0.2:6:30038)
Can you look into the issue?
Thank you