• Resolved dmelendo

    (@dmelendo)


    Hi, since 1.10 plugin updates, my formated buttons inside the table are no longer formated. It seems the class attribute is ignored:

    <span class=”vamtam-button-text”>Ver precio</span>

    This class attribute is working outside the table. Could this problem be caused by latest updates? It has been working for months, but now the button is displayed a regular link.

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dmelendo

    (@dmelendo)

    Hi, in fact I cannot display any HTML button. The button is displayed in the table editor but then in the web page I see it as plain text, no clickable button.

    <button type="button">Click Me!</button>

    Any idea?

    Plugin Support Support Ole

    (@trsupsys)

    The reason is in the implementation of the wp_kses() method.
    It is required to protect against XSS attacks. Now each tag should be added to the allowed lists.
    We’ve added the button tag to the allowed lists.
    Re-download Free version of the plugin.

    Best wishes,
    Ole

    Thread Starter dmelendo

    (@dmelendo)

    Hi Ole,

    Thank you for the quick fix. It works for html button tag, but still does not work for SPAN tag, which is how I use the buttons:

    <a href="#" target="_blank"><span class="vamtam-button-text">Click me</span></a>

    Do you think you can add span tag as well?

    Thank you!

    • This reply was modified 3 years, 8 months ago by dmelendo.
    • This reply was modified 3 years, 8 months ago by dmelendo.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Span class attributs is ignored inside table’ is closed to new replies.