• Resolved astaadmin

    (@astaadmin)


    Hello,
    i wanted to get the text in the new line and used the br html tag. But i used <\br> instead of <br>. After saving if there is a br tag with the backslash, it will deletes all the accordion items, so all your information is gone and you need to write it again.
    I could reproduce the issue multiple times. That is a lot of pain.

    Wordpress-Version: 5.7
    Plugin-Version: 2.2.5

    If you want, i could do a video to show you the issue. I hope you could fix it soon.

    King Regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • 24harish

    (@24harish)

    Hi @astaadmin,

    If you want the text to come in a new line, then for that you add the <br /> tag from where you want the new line.
    for example.
    Sample Title <br/> Sample Title

    Thanks

    Thread Starter astaadmin

    (@astaadmin)

    Alright. But no Text or html tag should delete the complete content.

    24harish

    (@24harish)

    Hi @astaadmin,

    You use the plugin, nothing like this will happen.Just remember one thing, do not use special character in the text.

    Thanks

    kobelab

    (@kobelab)

    Could it be possible to make line break without the <br/> tag?
    That would be very nice 🙂

    24harish

    (@24harish)

    Hi @kobelab,

    Yes, you can change the line even without the <br/> tag, for that you will have to write like this.

    <pre>
    lorem ipsum
    lorem ipsum
    lorem ipsum
    </pre>

    or

    <div style="white-space: pre">
    lorem ipsum
    lorem ipsum
    lorem ipsum
    </div>

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘br tag with backslash deletes all accordion items of an accordion’ is closed to new replies.