• Resolved tvthiel

    (@tvthiel)


    This is a very nice plugin, but it has one nasty problem when working in western languages like English. In English words are kept together when a line of text is wrapped inside a (text)box. The plugin however wraps words in the middle of the word. That should not happen. In that case the entire word should be wrapped, not part of it.

    When you go to the page and gredually make the width smaller, you’ll see that words are broken at any character, while it should break at the entire word.

    Tried to use the CSS property ‘word-wrap: break-word’, but that doesn’t work.

    Please help me to solve this problem.

    Kinde regards,
    Tom…

    • This topic was modified 5 years, 6 months ago by tvthiel.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YAHMAN

    (@back2nature)

    Thank you for your report.

    Please add CSS property.

    word-break: keep-all;

    It’s OK.

    Thread Starter tvthiel

    (@tvthiel)

    I tried that, didn’t work.
    Putted this in custom CSS section of the WP theme (twenty nineteen).

    .p {
        word-break: keep-all;
    }

    Also tried:

    .w_b_bal {
        word-break: keep-all;
    }

    Both should work imho. Or am I doing something wrong?

    The only way I could that getting to work is to change it in the word_balloon_user.min.css. This has one disadvantage that my changes will be overwritten at the first update.
    Don’t understand why just setting the CSS property doesn’t work. Never had that before.
    Am I doing something wrong? Any thoughts?

    • This reply was modified 5 years, 6 months ago by tvthiel.
    • This reply was modified 5 years, 6 months ago by tvthiel.
    • This reply was modified 5 years, 6 months ago by tvthiel.
    • This reply was modified 5 years, 6 months ago by tvthiel.
    Thread Starter tvthiel

    (@tvthiel)

    Hmmm…

    Feeling stupid.

    This works:

    p {
        word-break: keep-all;
    }

    Sorry for bothering you.

    Thanks for the help.

    Tom…

    Plugin Author YAHMAN

    (@back2nature)

    Thank you for your report.

    Wrap problem fix when next update.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Words break of wrong when text wraps’ is closed to new replies.