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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is indeed caused by some CSS code in your theme. Fortunately, fixing this is easy. Just add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress [class*="column"]+[class*="column"]:last-child {
      float: none;
    }

    Regards,
    Tobias

    Thread Starter Tomarnst

    (@tomarnst)

    Tobias,

    Thanks for the quick reply, placed the css this seems to work.

    Thanks again.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, no problem! You are very welcome!
    It works indeed ?? Very nice!

    Best wishes,
    Tobias

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

    Good day,

    I think I’m experiencing the same issue the initial poster posted about. I tried to save the CSS text you posted to my custom css, but when I press save changes… I get a server error message and it does not save.

    Your support is greatly appreciated.

    https://www.campepic.net/leaderboard/leaderboard-grade/

    Cheers,
    RG

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    The CSS code that I posted above will also solve this problem for you. Additionally, you will need some CSS code to fix the positioning of the sorting arrows:

    #content_container .tablepress tr th {
      padding: 8px 20px 8px 8px;
    }

    Now, that does not seem to be the main issue though. As you have also opened another thread at https://www.ads-software.com/support/topic/server-error-when-trying-to-add-new-table about a saving issue, I’ll shortly post there, so that we can fix these problems. After that, you can then apply the CSS that I mentioned here in this thread.

    Regards,
    Tobias

    Hi Tobias,

    Thank you for the reply – for some reason I didn’t get the notification 3 weeks ago when you sent it. I did see your reply to my latest concern though and that’s how I saw this one.

    So I tried to put in the custom CSS scripts and press SAVE. I got the internal error:

    Server error
    The website encountered an error while retrieving https://www.campepic.net/wp-admin/admin-post.php. It may be down for maintenance or configured incorrectly.
    Here are some suggestions:
    Reload this webpage later.
    HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

    How do I find the Server Log. I am using GoDaddy as my host.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, we’ll need to find out what’s causing that error. To find the server logs, you should check if you can access them via FTP. Otherwise, you’ll need to contact your web host company’s support.

    Regards,
    Tobias

    Hi Tobias,

    I found the error logs – do you have an email address I can attach them and send them to you?

    Cheers,
    Ron

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Ron,

    you can find my email address in the main plugin “tablepress.php”.
    However, please do not send me the full log files, but only the relevant parts that were logged during the times where the error happened and that might have been caused by TablePress.
    Also, I can’t promise that I find something, as I’m not a server expert, and fixing this is more in the responsibility of your webhost.

    Regards,
    Tobias

    Not sure which plugin it was… but I just deactivated and deleted a few… and it works now!

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    that’s great news! I hope that you can now fully enjoy TablePress! ??

    Best wishes,
    Tobias

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Last Column not correct’ is closed to new replies.