I have a site which has recently updated to WordPress 5.0.3 - I have installed and activated the Classic Editor but when using it I am unable to toggle between the visual and text tabs on the WYSIWYG editor - I click the tabs and nothing happens.
I have troubleshooted this by disabling all plugins on the site, and narrowed down the issue to only happening when Toolset plugins are active. I also tested it using the WordPress twentynineteen theme and the same thing happens.
In the console I can see the following errors:
Uncaught TypeError: $headers.imagesLoaded is not a function
at HTMLDocument.init (file-wp35.js?ver=0.1.2:14)
at i (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position,wp-pointer,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortabl&load[]=e,jquery-ui-draggable,jquery-ui-tabs&ver=bd48b28a4f417849fb9d88d59424c265:2)
at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position,wp-pointer,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortabl&load[]=e,jquery-ui-draggable,jquery-ui-tabs&ver=bd48b28a4f417849fb9d88d59424c265:2)
at Function.ready (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position,wp-pointer,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortabl&load[]=e,jquery-ui-draggable,jquery-ui-tabs&ver=bd48b28a4f417849fb9d88d59424c265:2)
at HTMLDocument.K (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position,wp-pointer,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortabl&load[]=e,jquery-ui-draggable,jquery-ui-tabs&ver=bd48b28a4f417849fb9d88d59424c265:2)
quicktags.min.js?ver=bd48b28a4f417849fb9d88d59424c265:1
Uncaught TypeError: Cannot read property 'bs_component_show_hide_button' of undefined
at QTags.i.getButton (quicktags.min.js?ver=bd48b28a4f417849fb9d88d59424c265:1)
at ToolsetCommon.BootstrapCssComponentsQuickTags.self.add_bootstrap_components_buttons (toolset-bs-component-buttons.js?ver=bd48b28a4f417849fb9d88d59424c265:122)
at toolset-bs-component-buttons.js?ver=bd48b28a4f417849fb9d88d59424c265:21
at d (toolset-event-manager.min.js?ver=1.0:1)
at Object.j [as doAction] (toolset-event-manager.min.js?ver=1.0:1)
at HTMLDivElement.<anonymous> (toolset-bs-component-events.js?ver=1:213)
at Function.each (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-widget,jquery-ui-position,wp-pointer,jquery-ui-core,jquery-ui-mouse,jquery-ui-sortabl&load[]=e,jquery-ui-draggable,jquery-ui-tabs&ver=bd48b28a4f417849fb9d88d59424c265:2)
at toolset-bs-component-events.js?ver=1:209
at underscore.min.js?ver=1.8.3:5
Could someone please investigate this for me?
Many thanks
Hannah