• Resolved maxdvco

    (@maxdvco)


    Since last update, below the table appears an edit button.
    This is not good since viewers are no not invited to edit, so it is inconvenient.
    Is there anyway to remove it?

    Thank you so much for your attention

    (I have a disgusting client that talk to me like a dinossour… if you are superior to any person, you may fire the person, but always treat people as a gentleman)

    🙂

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • maxdvco

    add this into the css tab for your table

    #supsystic-table-1 .supsystic-tables-wrap a {
    display: none;
    }

    Plugin Author supsystic

    (@supsysticcom)

    Hello.
    This issue will be resolved in the next update.
    If you want to get a fix earlier – please contact us through our 
    internal support.

    Best regards,
    Ole

    Hi
    When are you publishing the new release? This issue is dangerous for the entire site’s security.
    Thanks

    For all of you who want to hide it, use this css..

    .supsystic-tables-wrap tr a {
    display: block!important;
    }
    .supsystic-tables-wrap a {
    display: none!important;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Last update’ is closed to new replies.