Skip to content
Public Ticket #5174

Post Editor - Sidebar Display

Conversation thread

Penci Design replied

Staff Reply

Hi,

I remove space white  in the editor. You can check it again. Before check, please clear cache.

Best Regards,

PenciDesign

San replied

Customer Reply

Hi, Thanks for the help.

But still blank/white space displaying in the editor.

Is it possible to use full editor for text, as default ?

pl see attachment.

Penci Design replied

Staff Reply

Hi,

I added more code remove this sidebar which is appearing in wp post editor into your childtheme's "function.php" file as screenshot http://prntscr.com/lenbyd

You can check it again.

Best Regards,

PenciDesign

Penci Design replied

Staff Reply

Hi,

Please send me your website management information ( admin url site, username and password  ). I will add more this code help you.

Best Regards,

PenciDesign

San replied

Customer Reply

Hi, i am using child theme, the suggested page not available in child theme, pl suggest

Penci Design replied

Staff Reply

Hi,

To remove this sidebar, please open pennews/editor-style.css - find add remove this code:

\
html .mceContentBody:after {
    content: 'SIDEBAR';
    color: #ccc;
    position: absolute;
    right: -50px;
    top: 0;
    display: block;
    width: 10px;
    word-break: break-all;
}

and this code:

\
html .mceContentBody:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    border-left: 1px dashed #ccc;
    width: 1px;
}

After that, go to again the editor and Press Ctrl + F5 to clearly the cache of browser to see the changes.

Best Regards,

PenciDesign

San started the conversation

Conversation Start

How to remove this sidebar which is appearing in wp post editor

pl see attachment

Want to join this conversation or access attachments? Sign in first.