• Resolved BissWordpress

    (@bisswordpress)


    Hello Tobias,

    I just converted from table reload without any problem. But I did few edit on the site as well and I can’t access the admin panel. Could be the plugin the problem or the edits I did? like there’s a blank page at /wp-admin/ but if I login via wp-load.php it works. Weird.

    Anyway, How can i change the text colors of all my tables to

    #333333

    I have this one:

    http://www.f1arab.com/calendar/

    The default style is pretty good. It’s almost like a new plugin 😀

    Tobias. You are the best out there!! Keep it bro!!

    http://wordpress.org/extend/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post! Good to hear that you migrated and that you “almost like” TablePress 🙂

    I’m not sure about that issue with logging in and that’s indeed weird. It could because WP is installed in a subdirectory, but I’m not sure. To find out if it is related to TablePress, just rename the “tablepress” folder and try again after that. This will deactivate TablePress, so that you can find out if it is TablePress that causes this.

    About the coloring question:

    Just extend the first block of “Custom CSS” that you have to

    .tablepress td,
    .tablepress th {
      text-align:center;
      font-family:tahoma;
      font-size:12px;
      color:#333333;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Change colors’ is closed to new replies.