Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1770525
Post Editor - Sidebar Display
Closed

Comments

  •  1
    San started the conversation

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

    pl see attachment


  •  501
    Penci replied

    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

  •  1
    San replied

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

  •  501
    Penci replied

    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 privately
  •  501
    Penci replied

    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

  •  1
    San replied

    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.


  •  501
    Penci replied

    Hi,

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


    Best Regards,

    PenciDesign