• Resolved jonnyw

    (@jonnyw)


    Hi,

    I can’t pin down exactly when this happened, but on one of our sites, I cannot move any editor box to the right of the main text editor. The screen is set to two columns and I’ve tried switching to one and back to two columns again.

    Screenshot: http://lemongrasstest.co.uk/weird.jpg

    I don’t know if this is relevant but Firebug shows

    #poststuff #post-body.columns-2 {
    margin-right: 300px;
    }

    Screenshot: http://lemongrasstest.co.uk/weird2.jpg

    Although if I remove the right margin, the text editor just goes full screen.

    I have overwritten the core WP files with fresh copies and switched to the default theme but the problem persists.

    Any help appreciated,

    Thanks,

    Jon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    – adding define('CONCATENATE_SCRIPTS', false ); to the bottom of your wp-config.php file (just before the require_once line).

    Thread Starter jonnyw

    (@jonnyw)

    Ahhhh it was the WP Weather Slider plugin causing all the mischief. Thank you very much indeed – lovely to see quick and helpful replies on the forum 🙂

    jon.

    Glad I could help 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘page editor layout – curious problem’ is closed to new replies.