• Resolved billznik

    (@billznik)


    Hi, I installed a new theme and now my tables are broken. Here is one example https://imgur.com/3aXRH0P. You can see the “state” and “date” columns are displaying the text vertically for some reason. Also, the table should be responsive but it does not work correctly. Any ideas? See link to page above, thanks!

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

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.

    To fix the problem with the vertical text, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .entry-content .tablepress {
    	word-break: normal;
    }

    To fix the Responsiveness problem (which is actually a JavaScript problem on your site, where the jQuery JS library can not be loaded), you might want to try to put the jQuery library on a white list for the JS minification and caching plugin that you are using.

    Regards,
    Tobias

    Thread Starter billznik

    (@billznik)

    That fixed both problems, thank you so much!

    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 ‘Table design broken after new theme’ is closed to new replies.