• Bluemad

    (@bluemad)


    When I’m composing posts, I need to change it formatting. Are there any plug-in for remove text formatting in edit posts window?

    Thanks!

Viewing 15 replies - 1 through 15 (of 18 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Are you looking for something like this https://www.ads-software.com/extend/plugins/ultimate-tinymce/ ?

    Thread Starter Bluemad

    (@bluemad)

    @andrew Nevins,
    I already use it, but I can’ find any remove formatting option.

    First I have one issue, when I added space between two paragraph if i preview or publish that post, I can’t see space between two paragraph. Why is that?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Some CSS is overriding your spacing?
    Can you provide a link to the webpage that has the issue?

    Thread Starter Bluemad

    (@bluemad)

    Please check this page:- https://goo.gl/Xxhdj

    Please check “File Manager (Topnet999)” title. If i make space between sub heading and its first paragraph, it doesn’t make any space. Moreover if i add space before the “File Manager (Topnet999)” title, I can’t. ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I don’t think I follow your issue.

    I see spacing below that heading and above the paragraph preceding it https://snag.gy/hVUSy.jpg

    Thread Starter Bluemad

    (@bluemad)

    Looks like after I use “Remove formatting”, it fixed, but please check this screenshot, if I remove space between “Download File Manager,” title and “Play store widget”, still I can see there’s a space. ??

    https://2.bp.blogspot.com/-ZXm-VqfR51M/UReBVjAVPCI/AAAAAAAAJbQ/PES5IF6g72Q/s1600/2013-02-10_1643_001.png

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    That spacing is being applied by CSS.
    Do you have a section of the dashboard named something like, “Custom CSS”, “Custom Styles” or “Jetpack”, or are you working within a Child Theme?

    Thread Starter Bluemad

    (@bluemad)

    I use “TinyMCE Advanced”, I can’t use Jet-pack” if i use it my site cause “error connecting to the database” issue. Yes I use Child Theme.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    In your Child Theme style.css file, add this (to the bottom of it);

    .app-box-details {
     margin-top: 0;
    }

    Thread Starter Bluemad

    (@bluemad)

    looks like it doesn’t. I have added it to the original place just like following. I think now it’s working.

    .app-box-details {
    display: block;
    margin: 20px 0;
    clear: both;
    background-color: #fff;
    border: 1px solid #BCBCBC;
    padding:10px;
    margin-top: 0;
    }

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    How have you added it to its original place whilst within a Child Theme stylesheet?

    Thread Starter Bluemad

    (@bluemad)

    I think i have little bit confuse with chile theme. When I go to WordPress “Appearances>Editor>Styles” and search “.app-box-details {” on my “Styles”, I found above css code. Then I added it in here.
    Which mean it’s not a chile theme?

    Thanks!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Download & install this Custom CSS Manager plugin to hold your CSS modifications.

    Avoid, at all costs, modifying the theme’s files.

    Thread Starter Bluemad

    (@bluemad)

    This post there’s no issue with the “app box”, but this post there’s a issue. Why is that?

    Thread Starter Bluemad

    (@bluemad)

    Thank you Andrew Nevins your advice. I think it’s really useful. ??

Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘How to remove all the formatting at once?’ is closed to new replies.