• Hello,

    the HTML widget doesn’t work properly and is actually useless in the current state, because it removes the HTML tags automatically.

    How to reproduce:
    Take this code as example:

    <strong>T3<sup>c</sup></strong>

    Place it in the HTML block, save and reload the page. So far it looks as it should, but if you hover with the mouse, the strong-tags are suddenly removed.

    Now save and reload again. Hover with the mouse and the sup-tags are also removed.

    Could you fix that?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Hi @luckydudz,

    Thanks for reporting the issue.

    We will fix this in the next release and I will let you know when the release is available.

    Kind regards.

    skatsavos

    (@skatsavos)

    I am having similar issue. When i am using an HTML tag i place code in the HTML code and hit save. The code is displayed normally.

    But if i try to change its contents next time i am loosing all the html code and it displays the following code:

    <p style="text-align: center;" data-mce-style="text-align: center;"><br></p>

    skatsavos

    (@skatsavos)

    Found a temporarly fix for me:

    Edit the file:

    wp-table-builder\inc\admin\element-classes\element-scripts\custom-html-element.js

    And add the tags that you want to use in the allowedChildrenTags. In my case, i added the “i” tag that i wanted to use.

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