natejones / wpds

A WordPress digital signage solution that uses Zurb’s Foundation.
http://pixelydo.com/work/wordpress-digital-signage/
GNU General Public License v3.0
105 stars 74 forks source link

Missing line break in editor #32

Open ochse opened 9 years ago

ochse commented 9 years ago

The text entered in the editor is always shown as continuous text. How can I create a line break to format the writing?

I think this worked in the older version from 2013.

Version: commit 1b57ecb492

UXlibrarian commented 8 years ago

I'm having the same issue.

johntry commented 8 years ago

Same issue here.

johntry commented 8 years ago

Ok, I was able to get this working by editing the text with an html break tag to force the carriage return.

rickles65 commented 8 years ago

Where is this located @johntry ? I must be blind.

johntry commented 8 years ago

@rickles65 In the actual text field, I put an html break tag where I wanted the line breaks. To do this, type "br" (no quotes) inside of angled brackets where you want a line break.

lhys commented 8 years ago

The visual editor was disabled (explanation and fix were posted here: #8), or you can add the html tags when writing the post as @johntry mentions.