As soon as Types or Views is activated, the Icons Dropdown of all "Ultimate VC Addons" elements is messed up/wrong. There are no errors in the console. Ultimate VC Addon is a plugin that comes with The7 theme.
Here you can see some details: hidden link
i deactivated all plugins but wpbakery, ultimate vc, types, views, the issue persists.
also tried 2019 theme, then it works correctly.
as soon as The7 is activated (not the child theme with minimal code of mine, the master theme), only with above plugins, the issue is back.
Hi Nigel
this has become quite an issue on the site we are working on. For a quick fix i'm dequeing the problematic stylesheet
add_action('admin_init', 'remove_admin_styles');
function remove_admin_styles() {
wp_deregister_style('onthego-admin-styles-icons');
}
i guess the solution would be to target the stylesheet better using the scss here
/plugins/cred-frontend-editor/vendor/toolset/onthego-resources/onthegosystems-icons/css/
I have added a comment to the internal ticket mentioning you are asking about progress, but I don't see any so far and you will need to persist with the workaround for the time being, I'm afraid.
My colleagues have been looking into this just recently and proposed some changes to the problematic stylesheet that should eliminate conflicts such as this one (which relate to using data-icon as a CSS selector), and the changes should be included in an upcoming release (but possibly not the very next one which is being prepared for early next week).
Views 3.1.3 is now available from toolset.com/account/downloads and should appear in your plugins page soon.
From the internal tickets it looks like the fix might have made it into this release (as it is included in a plugin dependency it's not straightforward to see), but if it isn't in today's release it will be in the next one.
Same issue here with Toolset Types. We are using The7 Theme with WP Bakery Page Builder. We are not able to select icons while Types Plugin is active. When I deactivate Types Plugin, everything works fine and I can choose icons. It seems it is the same issue which was fixed for Toolset Views. Please provide an update für Types as soon as possible or tell me a workaround. We are using Toolset in combination with The7 in many projects and are not able to succeed our projects aslong there is no fix availabe. So it is very urgent! Thanks for your support!
Sorry Aaron, as this thread is closed can you please create a new thread, and be sure to include your debug info so that we can see the complete list of plugin versions you are using, thanks.