Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    From what I can see, these words are added by the WooCommerce plugin. It seems that they add CSS code like

    td:nth-of-type(1):before{content:"Preview"}
    td:nth-of-type(2):before{content:"Product"}
    td:nth-of-type(3):before{content:"Price"}
    td:nth-of-type(4):before{content:"Quantity"}
    td:nth-of-type(5):before{content:"Total"}
    td:nth-of-type(6):before{content:"Delete Item"}

    to the page which adds these texts to all tables.

    If you can’t find a way to turn that off in WooCommerce, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    
    .tablepress td:before {
      content: "";
    }
    

    This should again override this for TablePress tables.

    Regards,
    Tobias

    Thread Starter TheITJuggler

    (@theitjuggler)

    Excellent support, and incredibly quick response.

    The site doesn’t have WooCommerce but does have the WooCommerce stub files for theme integration.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Extra words are showing up in mobile view’ is closed to new replies.