• Resolved dfbetancourt1

    (@dfbetancourt1)


    Hi.

    I already have the table on my blog. But below the table appears the “edit” option. It does not matter if I am as an administrator or as a user of the page.

    How can I remove this option?

    Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    I have also got this ‘edit’ button. I have removed it by adding the following code to the CSS tab on the required table.

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

    # will be your table number.

    Hopefully a permanent fix will be supplied soon.

    I made that but didn’t work.
    the website is on: https://impactblock.com.br/
    This edit button are very inconvenient on that table.
    ??

    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,

    Any chance you can post a temporary fix to apply until the next update is released?

    Thanks much

    Plugin Author supsystic

    (@supsysticcom)

    Please contact us through our
    internal support and we will issue you a version with hotfix.

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

    where 1 is the id of the table doesn’t seem to work. it is appending a random number each time I save. eg. supsystic-table-1_78967 so can never match to the css.

    However, removing the id and just using the class seems to work for me (I don’t see the class used anywhere else except for the edit button).

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

    Hope this helps some others out until a permanent fix is made.

    Worked for me!
    Thanks @arkyc

    @supsysticcom When will the official update be released to fix this issue? It seems a while. Thank you!

    Yep
    https://xbuzznet.com
    Will help

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Remove “EDIT” option from table in website’ is closed to new replies.