Me too, since a WordPress update overnight. All content on pages is scrunched up into a bar next to the sidebar: https://imgur.com/a/AGzdG9K
Same.
To devs: You sould apply styles (and js) only to frontend.
The way it is now, content is hardly editable …
Hi All,
This seems to be an issue. It has been reported to our developers.
We will provide a fix for this in the upcoming version of the theme. All you will need to do is update the theme when a new version is available.
Hi Vishakha,
Any info as to when the upcoming version will be released please? It’s virtually impossible to edit any pages for two weeks now.
Cheers,
Ross
Hope this gets fixed soon.
Until then you can add this to your functions.php:
add_action( 'enqueue_block_editor_assets', function() {
wp_dequeue_style( 'shopisle-editor-style' );
}, 100 );
This removes the editor styles included by ShopIsle.
Of course, it’s just a temporary solution … at least I can create & edit content in the visual editor again.