• Resolved nonchiedercilaparola

    (@nonchiedercilaparola)


    Hi, is it a way to prevent wordpres/tablepress to display </br> into description?

    i wuold like to insert html code into tablet description but wordpress automatically insert </br>.

    backend:

    <p style="text-align: center;"><strong> some text </strong></p>
    <ul>
    <li>some text</li>
    <li>some text<</li>
    <li>some text<</li>
    <li>some text<</li>
    </ul>

    front-end:

    <p style="text-align: center;"><strong> some text </strong></p>
    <br></br>
    <ul>
    <li>some text</li>
    <br></br>
    <li>some text</li>
    <br></br>
    <li>some text</li>
    <br></br>
    <li>some text</li>
    <br></br>
    </ul>

    https://www.ads-software.com/plugins/tablepress/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    From what I can see, there are two sets of <br /> tags in your HTML, where one of them might indeed be coming from TablePress. That can be turned off, but I’m not sure that that will be sufficient.

    To try it, please change the used Shortcode to

    [table id=123 convert_line_breaks=false /]

    TablePress will then not convert any line breaks (neither in the description nor in the table cells) into HTML tags.

    Regards,
    Tobias

    Thread Starter nonchiedercilaparola

    (@nonchiedercilaparola)

    nothing change:(

    i get alsway
    </br> on front-end.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    but do you get one or two <br /> now (in the code that you posted, there are two).

    The second one could maybe come from your theme. Can you check again after temporarily switching to a WordPress default theme like Twenty Fifteen?

    Regards,
    Tobias

    Thread Starter nonchiedercilaparola

    (@nonchiedercilaparola)

    Yes, you are right, it’s my theme:(

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, too bad ?? You could then maybe contact the theme developer and them about this.

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Prevent automatic inserting into table description’ is closed to new replies.