• Resolved jekazaa

    (@jekazaa)


    Hi,

    I have a question.

    I get a CSV file without any HTML tags. The CSV file contains a row with the following text:

    “* Teilnehmer: Twin LNB für 2 Teilnehmer (für den Betrieb ohne Multischalter) * Durchmesser: 45 cm Parabolantenne * Material: Aluminium * Farbe: Grau”

    An asterisk means enumeration (

    ).
    However, the text should look like this:

    <ul>
    <li>Teilnehmer: Twin LNB für 2 Teilnehmer (für den Betrieb ohne Multischalter)</li>
    <li>Durchmesser: 45 cm Parabolantenne</li>
    <li>Material: Aluminium</li>
    <li>Farbe: Grau</li>
    </ul>

    How can I change with “WP All import” the text?

    Best Regards,
    Jekazaa
    https://www.ads-software.com/plugins/wp-all-import/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Your post here appears to contain HTML that is breaking this page – please submit a support request and include a copy of your import file: wpallimport.com/support

    Use xml to import and wherever you need html use cdata like so:

    <Long_Description>
    <![CDATA[<p style="direction: rtl;">html code</p>]]>
    </Long_Description>

    That works for me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text formatting’ is closed to new replies.