This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

SiteOrigin Headline Widget word wrap problem

10 years ago · Last reply by Matt Hsu 10 years ago

Hi Andrew, et. cal:

Running WordPress 4.3.1
Vantage premium child: 2.4.4
Pagebuilder: 2.2
SiteOrigin Widgets Bundle: 1.5.1

I’m not sure if this is a recent update issue, or something else. The text content in the SiteOrigin Headline Widget is word wrapping at the wrong point, splitting within words, not wrapping on a space between words.

This was just noticed for the first time today. It seems to be happening on multiple instances of the SiteOrigin Headline Widgets. It is mostly apparent in responsive views on smaller screens. But, either way, it should be breaking lines at spaces, not in the middle of words. It does not seem to be happening in other functional blocks that work like headlines, that are built with Visual Editor widgets.

Need a fix, other than replacing the entire widget with a Visual Editor, or a Vantage Headline. I fixed one in a row that had two SO Headline Widgets by adjusting the column widths in the row. But this is not a workable solution on a couple of other instances.

Help please….

Thanks,

HG

URL: http://www.tomgoetschius.com/sales-training-principles/

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

15
  1. HunterGatherer 10 years, 4 months ago

    I really need attention on this. Why is word wrap not working in these plugins?

    HG

  2. HunterGatherer 10 years, 4 months ago

    Andrew,

    The rollback to SO Widgets Bundle 1.4.4 from 1.5 and 1.5.1 fixed the SO Headline Widget word wrap problem. I suspect one of the css updates was the culprit.

    I sure would like a working version of the updated bundle. I hope you guys can check it and put out a fix.

    HG/mws

  3. Andrew Misplon Staff 10 years, 4 months ago

    Apologies for the hassle! Fix in the next version. Thanks for letting us know.

  4. HunterGatherer 10 years, 4 months ago

    Andrew,

    Any ETA on the fix? I sure liked what you added to 1.5.

    HG/mws

  5. Andrew Misplon Staff 10 years, 4 months ago

    Not right now. It’s a one line CSS hotfix though.

  6. Andrew Misplon Staff 10 years, 4 months ago
    #sow-headline-container.sow-headline h1 {
        word-break: normal !important;
    }
  7. HunterGatherer 10 years, 4 months ago

    So I can run SO Widgets Bundle v1.5.1 with this added:

    #sow-headline-container.sow-headline h1 {
    word-break: normal !important;
    }

    And it should work with proper word wrap at spaces? Correct?

  8. HunterGatherer 10 years, 4 months ago

    BTW, Andrew. If I include this css, would there be any problem running v1.4.4? There shouldn’t be.

    HG/ms

  9. Andrew Misplon Staff 10 years, 4 months ago

    It should, yes.

  10. Andrew Misplon Staff 10 years, 4 months ago

    No problem with any version. It’s just resetting that property to the default.

  11. HunterGatherer 10 years, 4 months ago

    Thanks for the attention, the help and the fix…

    Greatly appreciated… as usual.

  12. Andrew Misplon Staff 10 years, 4 months ago

    For sure :)

  13. Berno van der Wal 10 years, 4 months ago

    Hi there, I’m having the same issue and it’s not fixed with 1.5.1

    Where do I have to add this css code?

    <img src="http://inzozorg.nl/wp-content/uploads/2015/10/Schermafbeelding-2015-10-25-om-07.57.11.png" alt="Screenshot">
  14. Matt Hsu 10 years, 3 months ago

    I am using page builder 2.2.1 and bundle 1.5.2.

    Siteorigin editor text that is h2 breaks mid-word when the screen is small.

    I have already put in this custom css to try to fix the problem but it does not seem to help at all.

    h1, h2,h3, h4, h5, h6 {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-break: normal;
    }

  15. Matt Hsu 10 years, 3 months ago

    I’ve also tried taking the siteorigin editor text and putting into a SO headline widget and using the CSS fix noted above for header wrap fixes, and that is not working either. Baffled!

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread