We want to hide two subnavs of the settings tab.
The first one worked find, but the “New” button to add a second subnav is not responding.
I know this could be a plugin conflict. We have so many plugins it would take hours to find the one causing the issue. Can you give us a clue to the type of plugin creating the conflict.
If it’s not a plugin conflict, can you help?
Hi,
It seems to be a javascript conflict.Please open the browser console on the new/edit tab page( if you are using chrome, you can press ctrl+shift+I) and check the “Console” tab. Please post me the error message you see there.
Regards
BrajeshUncaught Error: Option ‘multiple’ is not allowed for Select2 when attached to a <select> element.
at String.<anonymous> (select2.js?ver=5.4.2:925)
at Function.each (jquery.js?ver=1.12.4-wp:2)
at constructor.prepareOpts (select2.js?ver=5.4.2:923)
at constructor.prepareOpts (select2.js?ver=5.4.2:2581)
at constructor.init (select2.js?ver=5.4.2:690)
at HTMLSelectElement.<anonymous> (select2.js?ver=5.4.2:3372)
at Function.each (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.each (jquery.js?ver=1.12.4-wp:2)
at a.fn.init.$.fn.select2 (select2.js?ver=5.4.2:3359)
at apiPicker (admin.min.js?ver=2.2.19.2:1)Hi,
Select 2 is a library for enhancing selectbox experience. It seems one of the plugins is loading it and inappropriate applying it on all the select boxes.We do not use select2 for this plugin. It is coming from another plugin. If you can share the list of active plugins, I may be able to guess which one is doing it.
Regards
Brajesh
You must be logged in to reply to this topic.