GeoDirectory SupportText in listing detail tabs does not break properly when wrapping – GeoDirectory Support https://wpgeodirectory.com/support/topic/text-in-listing-detail-tabs-does-not-break-properly-when-wrapping/feed Sat, 15 Mar 2025 06:11:19 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/text-in-listing-detail-tabs-does-not-break-properly-when-wrapping/#post-11570 <![CDATA[Text in listing detail tabs does not break properly when wrapping]]> https://wpgeodirectory.com/support/topic/text-in-listing-detail-tabs-does-not-break-properly-when-wrapping/#post-11570 Sun, 10 Aug 2014 23:05:50 +0000 cnelsonjeffers I couldn’t find this issue mentioned but if it’s been covered in the past probably I wasn’t searching for the right terms – or maybe the issue is in something I’m doing wrong.

The issue is in the tabbed area of the listing detail. When wrapping the text does not break properly at full words, but breaks words arbitrarily between lines, sometimes with just one letter.

Since WordPress itself handles word breaks just fine in normal posts then there must be something in the custom pages or the tabbing that is interfering.

For example:

A line ending with the word “doctor” breaks at “doct” with “or” on the next line, rather than breaking before the word starts (or hyphenating properly, which would be “doc-tor”).

In another case, the word “the” at the end of the line broke after the letter “t” with “he” on the next line.

Actually I see that it is not just in the tabbed area that this is occurring – it also afflicts the summary lines in the category and search listings.

Any thoughts or ideas?

]]>
https://wpgeodirectory.com/support/topic/text-in-listing-detail-tabs-does-not-break-properly-when-wrapping/#post-11571 <![CDATA[Reply To: Text in listing detail tabs does not break properly when wrapping]]> https://wpgeodirectory.com/support/topic/text-in-listing-detail-tabs-does-not-break-properly-when-wrapping/#post-11571 Sun, 10 Aug 2014 23:47:00 +0000 Guust Add this to the stylesheet of your child theme (I am guessing you are using GDF):

p {
-ms-word-break: normal;
-ms-word-wrap: normal;
word-break: normal;
word-break: normal;
}

]]>
https://wpgeodirectory.com/support/topic/text-in-listing-detail-tabs-does-not-break-properly-when-wrapping/#post-11572 <![CDATA[Reply To: Text in listing detail tabs does not break properly when wrapping]]> https://wpgeodirectory.com/support/topic/text-in-listing-detail-tabs-does-not-break-properly-when-wrapping/#post-11572 Mon, 11 Aug 2014 00:05:45 +0000 cnelsonjeffers Perfect! That fixed it!

I put the code into the Quick Code CSS section of the GDF Options, if that’s what you meant.

]]>
https://wpgeodirectory.com/support/topic/text-in-listing-detail-tabs-does-not-break-properly-when-wrapping/#post-11574 <![CDATA[Reply To: Text in listing detail tabs does not break properly when wrapping]]> https://wpgeodirectory.com/support/topic/text-in-listing-detail-tabs-does-not-break-properly-when-wrapping/#post-11574 Mon, 11 Aug 2014 00:49:56 +0000 Guust Yep, that’s an OK page for it.
The other place you could add it is Appearance > Editor > Child theme > style.css.

]]>
https://wpgeodirectory.com/support/topic/text-in-listing-detail-tabs-does-not-break-properly-when-wrapping/#post-11631 <![CDATA[Reply To: Text in listing detail tabs does not break properly when wrapping]]> https://wpgeodirectory.com/support/topic/text-in-listing-detail-tabs-does-not-break-properly-when-wrapping/#post-11631 Mon, 11 Aug 2014 12:32:33 +0000 Stiofan O'Connor Thanks, this will be fixed in the next version of GDF.

Stiofan

]]>