Comments (13)

  1. I have a question :)
    So, when I clicked on the edit user… I didn’t even have the option to enable the visual editor :(
    Is this because I’m not self-hosting domain? Or not a pro site yet?
    Just above the color scheme I have a FUN option and Instant Post Feedback option.. that is it…
    Do you know if I’d need to upgrade to get the visual editor?!

  2. Rebekah,

    WordPress self hosted will give you that option in the user profile for the visual post editor. WordPress hosted on their site automatically gives you the visual post editor, believe it is the default option.

    So either way you should have access.

    Are you running on WordPress.com?

  3. I have problem help me please
    Words in a paragraph are splitting into different lines when it gets to the end of a line. How do I stop words from splitting into different lines in a paragraph.

    example:

    You might not have realized it, but we’ve been using headings and paragraph formatting all through this post. They are the b- olded headings

    bolded is splitting ( this is what happen with me )
    can you help

    • That happens when there is extra html code in the text you’ve pasted. Typically when using word (or other processors) to paste into wordpress.
      First thing, try using the paste from word icon in the post editor. It looks like a clipboard with a W on it. After you paste in there, uncheck the box that says “Keep line breaks.” If you’re not pasting from word, but a text editor, try using the icon that has a clipboard with a T on it.

      Removing line breaks you may have to go in and add enter/carriage returns to correct the final formatting but it should strip the extra html that’s bugging you.

      Finally, if it still get the line breaks mid sentence, you can use the HTML Tab (for WP versions 3.4 and under) or the Text tab (WP version 3.5) on the top left of the editor box. That will show you the html. Make sure you strip any html characters between lines. It may look like this (using your text provided):

      ——-

      You might not have realized it, but we’ve been using headings and paragraph formatting all through this post. They are the b- olded headings

      bolded is splitting ( this is what happen with me )

      ——–

      The “

      ” tags (or “
      ” or “$nbsp;”) can make those returns ugly.

      Finally, you can use a markdown editor to write your text and paste into wordpress. THat’s what I do. You can find more about that here:
      http://wpmu.org/perfect-post-box-formatting-with-markdown-editors/

  4. Hi
    I have a problem …
    The Visual Editor do not show off since i upgraded my WordPress from 3.5 to 3.5.1… I thought that maybe something got disabled while upgrading so I checked this blog post and went to my Users page, but the button was not checked.
    I don’t know what to do, I can’t write my psots correctly cause i don’t see the format or anything, it just shows up as raw text, whether i am in text or visual mode….
    Any hint? Seeing the length of your answers I understand you are pretty experimented ;)
    Thanks in advance.
    N.

  5. Hi. A little bit off topic, but do you know of a plugin that allows shortcodes or tags to be colored only in the WordPress backend? I edit in HTML mode, because sometimes Visual screws up code (often I’m using shortcodes that are not pulled in the WordPress Visual tab, and I find it easier to add them raw), but I find it hard sometimes to edit complex pages when the code and my content is all grey text. It would be great to have code in a different color from my textual content. Any ideas? Thanks

Participate