• Hello,

    I’m having problems with the pages view on admin side. When ever I change the theme back to something else, everything seems to be working with the Page’s.

    Here’s a link to the image.

    It would mean a lot if it could be fixed.

    Kind regards,
    M

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Admin pages view is misplaced’ is closed to new replies.