• Resolved magneto664

    (@magneto664)


    Hi I have a problem I try import some code with I use

    is look like

    [su_button url=”https://domain.com/link” target=”blank” style=”flat” background=”#1e68bb” size=”5″ wide=”yes” center=”yes” radius=”0″ icon=”icon: check” rel=”nofollow”]Button Text[/su_button]

    I get error:
    Error parsing content: Unexpected symbol ‘:’
    with i see is : i http: and dot in domain name after this i have error in # and last :

    so on the end i get

    [su_button url=”http//domaincom/link” target=”blank” style=”flat” background=”1e68bb” size=”5″ wide=”yes” center=”yes” radius=”0″ icon=”icon check” rel=”nofollow”]Button Text[/su_button]

    and looks like ok to import, my qustion is how to import symbols : . and # tnx. for help.

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

    (@wpallimport)

    Hi @magneto664

    You should be able to fix this by escaping the opening brackets with backslashes:

    \[su_button url="https://domain.com/link" target="blank" style="flat" background="#1e68bb" size="5" wide="yes" center="yes" radius="0" icon="icon: check" rel="nofollow"]Button Text\[/su_button]

    Thread Starter magneto664

    (@magneto664)

    Almost working!
    This last part Button Text\[/su_button]

    is look like a this [ symbol is removed – so i get

    “]Button Text/su_button]

    is something wrong with last \ tnx.

    Thread Starter magneto664

    (@magneto664)

    Ok I forget about one more [tag] txn working right now all.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Import HTML Code’ is closed to new replies.