• All was working like charm until this morning when I realized that paragraph breaks in all pages disappeared! All text appears on one line and looks really bad. Example: https://nwobhm.com/badge/

    Tried the following with no luck:
    1) Delete cache, tried different browsers
    2) Switched themes, the same looks in Twenty Eleven
    3) Deactivate/Activate plugins (even deleted some) – still the same
    4) Followed the advice on this post to add the following to my css

    p {
    padding-top:1.0em;
    padding-bottom:1.0em;
    }

    5) added the above lines with a custom css plugin
    6) Followed this solution – still no luck

    On the pages editor I see everything as they should be. They just don’t display right. I think I am getting desperate for some help….

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello cultoftheshadow,

    I took a look at your page using the Chrome Inspect option. Generally, you can make non-destructive edits in HTML using Inspect. This allows you to see how it can affect the formatting. However, your sections of text, like for the Line up, are all in quotation marks and cannot be edited in HTML. How are you adding that text? It’s odd, because just like you’re saying, the formatting is showing up in the editor, but not on the page. WordPress is probably trying to format per the CSS and HTML that are set for the post, but in this case the block of text is not accepting any changes. Are you pasting this block of text in from another location or are you using a different editor in WordPress? I think that the formatting issue is related to how that text is being put into the post/page. If you’re pasting it, try adding it manually and you will probably see the formatting issue go away. If it’s still a problem, please post the TEXT editor view of that section of text.

    I hope that helps! Sorry for the problem with your paragraph formatting – looks like a lot of great nostalgia/history. ??

    Regards,
    Arnel C.

    Thread Starter cultoftheshadow

    (@cultoftheshadow)

    Hello Arnel,
    thanks for your answer… I am pasting the texts from .txt documents. This is how I add content to the pages. I write it first on a .txt document and then I paste them. Here is how the TEXT editor looks on that specific page

    <img class="alignnone wp-image-1052" title="Badge" src="https://nwobhm.com/wp-content/uploads/Badge1-300x211.jpg" alt="Badge" width="510" height="358" />
    
    <strong>Location:</strong> Bridlington | <strong>Website:</strong> <a href="https://www.facebook.com/BADGE-300538673406351/?fref=nf" target="_blank">facebook</a>
    
    <strong>Line Up</strong>
    Graham Waudby (v) (1980-current)
    Tony Dixon (g) (1980-current)
    Tony Dean (g) (2016-current)
    Baz Gregory (b) (2012-current)
    Ian Johnson (d) (2016-current)
    
    Stuart Mclean (g) (1980-1981)
    Tony Dean (g) (2012-2014)
    Mike Mahoney (g) (1982-1984) (1988) (2003)
    Wayne Pearson (g) (2014-2015)
    Florin Huluba (g) (2015-2016) - also in Abandon, Rabla, E.N.D. and Symbios Too
    Mike Cooper (b) (1980-1981)
    Kev Truelove (b) (1982-1984) (2003) - also in Alice in Thunderland
    Phil Star (b)(1988)
    Rob Zipfel (d) (1980-1981)
    Ian Johnson (d) (1988) (2013)
    Shaun Arnold (d) (1982-1984)
    Mark Wilde (d) (1981-1982)
    Steve Elliot (d) (1980-1980)
    Vesso Alexiev (d) (2015-2016)
    
    <strong>Notes:</strong>
    - Formed in 1980 and took their name after a Cream song
    - Shared the stage with Venom, Blitzkrieg, Fist and Ethel The Frog
    - Original members Graham Waudby (v) and Tony Dixon (g) have been trying various other members over the years. One of the most memorable moments of Badge was their 2003 gig in memory of bass player Mike Cooper at the Utopia club in their hometown of Bridlington. The next was Brofest #1 in March 2013.
    
    ---------------------------------------------------------------------------------------------------------
    <strong>Demo 1980</strong>
    
    1. Silver Woman
    2. Traveller In Time
    3. Blizzard
    
    *Recorded at Ken Giles 4 track studio
    
    ---------------------------------------------------------------------------------------------------------
    
    <img class=" wp-image-1055 alignleft" title="BADGE - Silver Woman" src="https://nwobhm.com/wp-content/uploads/BADGE-Silver-Woman-300x300.jpeg" alt="BADGE - Silver Woman" width="250" height="250" />
    
    &nbsp;
    
    <strong>Silver Woman</strong>
    
    7" Metal Minded Records (1981) MM2
    
    1. Silver Woman
    2. Something I've Lost
    
    *Recorded at Impulse Studios in Wallsend by Micky Sweeny
    *Silver Woman reached #27 on the Heavy Metal charts
    
    &nbsp;
    
    ---------------------------------------------------------------------------------------------------------
    
    <strong>Demo 1988</strong>
    
    1. Crying Time
    2. Drift Away
    3. Finding My Way
    
    ---------------------------------------------------------------------------------------------------------
    
    <img class=" wp-image-1056 alignleft" title="BADGE - Stormrider" src="https://nwobhm.com/wp-content/uploads/BADGE-Stormrider-300x300.jpg" alt="BADGE - Stormrider" width="250" height="250" />
    
    <strong>Stormrider</strong>
    
    LP High Roller Records (2012) HRR 216
    CD High Roller Records (2012) HRR 216 CD
    
    1. Silver Woman
    2. Something I Have Lost
    3. Finding My Way
    4. Cryin' Time
    5. Natalya From The Volga
    6. Traveler in Time
    7. Blizzard
    8. Drift Away
    9. Driving Home
    10. See Me Gone
    11. Silver Woman (extended)
    
    &nbsp;
    
    *LP limited to 500 copies. 150 copies on white/black splatter vinyl and 350 on black vinyl
    *The songs 'Crying Time', 'Drift Away' and 'Finding My Way' were recorded in 1988 at Animal Tracks studio in Hull. The songs 'See Me Gone', 'Natalya From The Volga' and 'Driving Home' were never formally recorded in a studio. They were put down by the band as demo tapes in the guitarist's home studio around 1984.
    
    ---------------------------------------------------------------------------------------------------------
    
    <strong>Gallery:</strong>
    
    [nggallery id=20]
    ---------------------------------------------------------------------------------------------------------
    <iframe src="https://www.youtube.com/embed/VWcFHCzdRd4" width="500" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe>
    
    

    The thing is that up until yesterday everything was showing just fine
    it would be a HUGE time problem to manually change all pages on this site….

    Not sure if this is what you are looking for, but you could try the following:

    .art-postcontent {
         white-space: pre-line;
    }

    Another option would be to modify your template to wrap <pre> </pre> tags around your post content. This should respect newlines when the content is displayed.

    • This reply was modified 8 years, 2 months ago by aah08b. Reason: 'pre' tags were not showing up in example
    Thread Starter cultoftheshadow

    (@cultoftheshadow)

    I am not sure what it is exactly but this

    .art-postcontent {
         white-space: pre-line;
    }

    fixed it!! Added to the custom css plugin and zzzzaaap! Everything is back to normal again!
    Major headache went away!

    I owe you a drink aah08b !!

    Thread Starter cultoftheshadow

    (@cultoftheshadow)

    some headache came back lol!

    it appears that your fix conflicts with this plugin GT Tabs
    I am only using it on one page so far: https://nwobhm.com/angel-witch/ and tabs within the page are not displaying

    I am having the same problem! I updated wordpress yesterday, and suddenly all the paragraph breaks in my posts disappeared. I don’t paste text; I write directly into the post and then publish it. I don’t do anything fancy with the coding, so I can’t imagine I inadvertently messed something up.
    Here’s my blog: https://www.dentsadventure.com
    Please help!
    Thanks,
    Sharon

    Thread Starter cultoftheshadow

    (@cultoftheshadow)

    @dentsadventure

    Sharon,
    how did you manage to fix your issue?
    Please let me know
    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Suddenly paragraph breaks dissappeared!’ is closed to new replies.