• Hello,

    I am encountering an issue with WP Table Builder after updating to version 1.6.2. When editing an existing table, the size and layout no longer retain their correct dimensions. For example, the table on this page (https://www.strictlyhosting.be/nl/xeondual-promax/) displays with the correct width, while on another page (https://www.strictlyhosting.be/fr/xeondual-promax/), after making a simple text edit and saving, the width changes unexpectedly, leading to a poor layout on the page.

    Both tables are using the exact same configuration, but the behavior changes after modification and saving. This is negatively affecting the display of the pages.

    I would appreciate your assistance in resolving this issue as soon as possible.

    Thank you in advance.

    Best regards,

    Oliver

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Contributor Zahin Azmayeen

    (@permafrost06)

    @polonet2 we’ll have a look at the issues. We’ll update you if we find something.

    Hi,

    I had the same issue, and I found the temporary solution.
    Somehow it doesn’t work the “Table container max with” option in the setting -> general option.
    When it is off it’s add the max 700px option. I had to override it.

    Change your table number in the class.

    .wptb-table-29030 {
    max-width: 100% !important;
    }

    Hi,

    I found another issue: before version 1.6, I used country flags smiles in the table cells. After the update, all flags were gone, and I couldn’t add new flags anymore.
    Is it possible to use smiles again smiles in the table content?

    Thanks

    Thread Starter polonet2

    (@polonet2)

    Hello Alfait,

    Yes this fixed the issue with board size, thank you very much. ??

    Thx

    Oliver

    Plugin Contributor Zahin Azmayeen

    (@permafrost06)

    @polonet2 glad to know you happy with the temporary solution. We’re working on fixing it so that you don’t have to use custom CSS.

    Plugin Contributor Zahin Azmayeen

    (@permafrost06)

    @alfaithu smilies are a bit tricky with XSS (cross site scripting) attacks. I cannot promise you anything, but we’ll try to have emoji/smiley support in the near future.

    Plugin Contributor Zahin Azmayeen

    (@permafrost06)

    @polonet2 an update has been released. Please update the plugin and let us know if it fixes your issues.

    @alfaithu emojis should work in text fields. They’re working on my end.

    Thanks @permafrost06 for the quick solution. I tested and the emojis are working well. There is one small issue, I have to resize the emoji in the table builder. Without resizing the emoji appear in full size.

    Thanks again, have a great day!

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.