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

    (@cswaim)

    Without seeing the short-code, it is not clear what you are trying to accomplish. In general, using the ‘more tag’ in the post is the best way to control where a read more break occurs within a post.

    If you are using the shorten content, use the ‘w’ option to split by words and not by characters. Again, in the description of the shorten_content, I tried to stress that shorting the content by character is a very unpredictable way to split posts, but sometimes needed.

    Hope that helps.

    Thread Starter JHummer

    (@jhummer)

    Right now, there is no code to shorten the content.

    [tpg_get_posts cat=”Exhibitions” numberposts=10 fields=”title ,byline,content” orderby=”title” thumbnail_size=”medium” show_entire=”true”]

    Plugin Author Criss Swaim

    (@cswaim)

    In your theme you have word-break: break-all; in the pre definition at line 869 in the bootstrap css. Turning off this css attribute corrects the problem.

    It is the theme and not the plugin causing the behavior.

    Thread Starter JHummer

    (@jhummer)

    That worked. Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Line Break not working’ is closed to new replies.