WP Weird Error - NO Paragraph ??

14 replies
Hi guys

Got this stupid error in a WP install - whenever I write a page/post and I hit the ENTER tab to drop a paragraph... nothing happens and all text gets messed up.

Even the SHIFT command <br /> does not work.

Any ideas?

#error #paragraph #weird
  • Profile picture of the author Kat Bartone
    I've found that the html line break command doesn't work in WP, but I'm wondering what happens if in the HTML panel you typed in something like:

    <p>&nbsp;</p>

    You might have to use a couple of them, and/or wrap them in a div tag - and you shouldn't HAVE to use html to get the line break, but at least it would give you a workaround.

    Wondering if it's a theme issue - anything else you've noticed that's weird?

    - Kat
    Signature

    Your search for the perfect WordPress theme is over. Here it is.

    Coming soon: Compelling Content from the PLR Article Wizard

    {{ DiscussionBoard.errors[1786954].message }}
  • Profile picture of the author Fernando Veloso
    Hey Kat

    The <p>&nbsp;</p> option works pretty fine.

    And this issue it's the only weird thing I can see right now.
    Signature
    People make good money selling to the rich. But the rich got rich selling to the masses.
    {{ DiscussionBoard.errors[1787032].message }}
  • Profile picture of the author capone2009
    I have the same problem. Perhaps the issue can be solved with Dean's FCK editor plugin. Haven't tested it yet though.
    {{ DiscussionBoard.errors[1787038].message }}
  • Profile picture of the author Fernando Veloso
    I have this "wacked" solution:

    Create a ... line, turn it white as the background and voilá.

    But this is really strange, don't you think?

    Signature
    People make good money selling to the rich. But the rich got rich selling to the masses.
    {{ DiscussionBoard.errors[1787049].message }}
  • Profile picture of the author jazbo
    It can be to do with the CSS controlling the text. Have a look at the line-height setting.
    Signature
    CONTENT WRITER. Reliable, UK-Based, 6 Years Experience - ANY NICHE
    Click Here For Writing Samples & Online Ordering
    {{ DiscussionBoard.errors[1787061].message }}
    • Profile picture of the author Fernando Veloso
      Originally Posted by jazbo View Post

      It can be to do with the CSS controlling the text. Have a look at the line-height setting.
      Hey jazbo

      BODY line-height: 140%

      Any idea?
      Signature
      People make good money selling to the rich. But the rich got rich selling to the masses.
      {{ DiscussionBoard.errors[1787073].message }}
      • Profile picture of the author Istvan Horvath
        Originally Posted by Fernando Veloso View Post

        BODY line-height: 140%
        That woldn't really affect the paragraphs. Look for
        p {margin: 0;
        Signature

        {{ DiscussionBoard.errors[1787085].message }}
        • Profile picture of the author Fernando Veloso
          Originally Posted by Istvan Horvath View Post

          That woldn't really affect the paragraphs. Look for
          p {margin: 0;
          Hey Istvan

          p {margin:0; padding:0 0 10px 0;}

          Isn't this the "default" to keep paragraphs as they should, with a bottom spacing of 10px?
          Signature
          People make good money selling to the rich. But the rich got rich selling to the masses.
          {{ DiscussionBoard.errors[1787092].message }}
  • Profile picture of the author Istvan Horvath
    Try to switch to the default theme - does the problem persist?
    Signature

    {{ DiscussionBoard.errors[1787077].message }}
  • Profile picture of the author BIG Mike
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[1787089].message }}
    • Profile picture of the author Fernando Veloso
      Originally Posted by BIG Mike View Post

      Select the text you want to be in its own paragraph and then click the icon for left justification. Weird...but it works.
      Hey Mike

      The problem is when I try to create a 4 line white space... hitting ENTER, you know, I can't do it.

      Signature
      People make good money selling to the rich. But the rich got rich selling to the masses.
      {{ DiscussionBoard.errors[1787099].message }}
      • Profile picture of the author BIG Mike
        Banned
        [DELETED]
        {{ DiscussionBoard.errors[1787122].message }}
        • Profile picture of the author Fernando Veloso
          Originally Posted by BIG Mike View Post

          Do the same thing...hit Enter, click one of the justification icons, hit enter again, justification icon, and so on and so forth.

          It's a pain in the butt....
          ... and it works.

          Just need to select ALL text, align-left, and now the shift tab works.

          Thank YOU!!!!
          Signature
          People make good money selling to the rich. But the rich got rich selling to the masses.
          {{ DiscussionBoard.errors[1787169].message }}
      • Profile picture of the author Istvan Horvath
        Originally Posted by Fernando Veloso View Post

        The problem is when I try to create a 4 line white space... hitting ENTER, you know, I can't do it.
        That was never possible in WP.

        It will always wipe out the "obsolete" blank lines.
        Signature

        {{ DiscussionBoard.errors[1787143].message }}
  • Profile picture of the author tonyscott
    You can also drop this bit of code in to force a line break, or multiple line breaks.
    <br class="blank" />
    {{ DiscussionBoard.errors[1787553].message }}
    • Profile picture of the author Fernando Veloso
      Originally Posted by tonyscott View Post

      You can also drop this bit of code in to force a line break, or multiple line breaks.
      <br class="blank" />

      Cheers Tony, got the solution provided by Mike.

      This is a website updated by someone else - not me. And that person needs a simple solution to be able to add paragraphs.

      But problem solved.
      Signature
      People make good money selling to the rich. But the rich got rich selling to the masses.
      {{ DiscussionBoard.errors[1787583].message }}

Trending Topics