• Hello, your plugin is great but WYSIWYG is quite bugged. Can you just make normal enter work as paragraph maker? Example: you want to make new paragraph and you click Enter to make to new line, and it does but without extra space.

    Thank you for your help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    You can find this feature better work in pro.

    If you want to add new line space then add this code – <br /> after paragraph.

    Thanks

    I ran into this same issue. It was a pain to add <br/> after every line break, so I added some CSS instead. This worked for me,…hope it does for you too:

    .tab-content .active ul li,
    .tab-content .active p {
    white-space: pre-line;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WYSIWYG need hard space to do space between new lines’ is closed to new replies.