• Resolved a4jp

    (@a4jpcom)


    Can you see the long line of text doesn’t break and wrap? Because of this the plugin is broken down the bottom of the example page. There should be 2 posts at the bottom like above.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WPXPO

    (@wpxpo)

    Hi @a4jpcom,

    Thanks for your ticket. We check your problem, we are sorry to say that this is our plugins bug.
    ?
    We will fix this as soon as possible with a high priority. Our developer already concerns about this bug and he is now trying to solve this bug. But as his words, he needs some time to solve it. After solving the problem I will send you the immediate fix.

    Have a nice day.

    Thread Starter a4jp

    (@a4jpcom)

    Thanks for the super fast reply. It’s just a text wrap problem so a bit of CSS code should be able to fix it.

    I think I used something like this:

    https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/

    .dont-break-out {
    
      /* These are technically the same, but use both */
      overflow-wrap: break-word;
      word-wrap: break-word;
    
      -ms-word-break: break-all;
      /* This is the dangerous one in WebKit, as it breaks things wherever */
      word-break: break-all;
      /* Instead use this non-standard one: */
      word-break: break-word;
    
    }

    Without hyphens though. As URLs shouldn’t get the extra bits added.

    Plugin Author WPXPO

    (@wpxpo)

    Hi @a4jpcom,

    You are so smart and I guess you are a developer. I already discussed your issue with our dev team. Soon, they will update as soon as possible.

    Have a nice day.

    Thread Starter a4jp

    (@a4jpcom)

    I also do programming but I’m self taught. I’ve worked for a few companies as a system engineer as well. If I have any good ideas I’ll pass them along ^^ It’s the least I can do as you are providing a useful plugin to everyone. Thanks for that. Respect.

    Plugin Author WPXPO

    (@wpxpo)

    Hi @a4jpcom,

    Thanks for your support ticket. Without the support ticket, we will not fix the bug. We already update our plugins. I hope your problem is solved. If you have any more question let me know. I will try to solve your problem as soon as possible. If you are satisfied with our support then give us a five-star review in the WordPress directory. As a new plugin developer, it helps us a lot.

    Have a nice day

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Words are not wrapping properly’ is closed to new replies.