• Resolved tjachimiak

    (@tjachimiak)


    Tobias, I am hoping that my issue is a simple one, but I need a second set of eyes on this. I have built a new site for our NC city/municipality which is hosted on Godaddy’s hosted WordPress. I am NOT using any css min plugins, but Godaddy may be on the backend as I can’t really tell.

    All of my first columns are really wide and will not auto-size to the text within the cells. I have tried to use the custom css in the plugin, but that does not change anything. I have cleared the cache on Godaddy and have even installed the Tablepress-Responsive add-on. Nothing seems to help. The first column is too wide on EVERY table on any page. It is so frustrating that it is kind of funny.

    The URL to the page that I gave you is located in the ‘Staging Area’ of our hosted Godaddy account as I am trying to get everything right before pushing it over to ‘LIVE’. Being on the Staging side may be causing this issue, but I doubt it.

    Here is my Debug info:
    · Website: https://xk4.b9b.myftpupload.com
    · TablePress: 1.9.2
    · TablePress (DB): 38
    · TablePress table scheme: 3
    · Plugin installed: 2014/07/16 14:46:48
    · WordPress: 5.2
    · Multisite: no
    · PHP: 7.2.15
    · mysqli Extension: true
    · mySQL (Server): 5.7.23-23-log
    · mySQL (Client): mysqlnd 5.0.12-dev – 20150407 – $Id: 3591daad22de08524295e1bd073aceeff11e6579 $
    · ZIP support: yes
    · UTF-8 conversion: yes
    · WP Memory Limit: 40M
    · Server Memory Limit: -1M
    · Magic Quotes: off
    · WP_DEBUG: false
    · WP_POST_REVISIONS: 5

    Thank you for taking the time to look at this.
    Todd Jachimiak, Network Admin/Webmaster City of Havelock, NC

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tjachimiak

    (@tjachimiak)

    Oh, I forgot to add that I am using the CITYGOV theme from Themeforest running as a child theme.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

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

    .tablepress th,
    .tablepress td {
      width: auto;
    }

    Regards,
    Tobias

    Thread Starter tjachimiak

    (@tjachimiak)

    Tobias, YOU ARE THE MAN! See? I knew you would know the answer to this. The tables are correct now. I am guessing that the theme css over-wrote the plugin css, yes? Much appreciated, brother. Sending some PayPal love.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    And yes, some theme CSS influenced the table CSS.

    Best wishes,
    Tobias

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme CSS and TablePress Strange Issue’ is closed to new replies.