• When I changed themes, all my table borders disappeared. How do I add them back in?

    https://easydesignerwebsites.com/website-store/

    Also, on this page the table borders disappeared, but some random borders showed up on one column.

    https://easydesignerwebsites.com/

    I have only been able to find documentation on how to hide borders, not have them show up. If I add borders=”2″ after the table ID, I get inner borders, but no outer borders. Also, if you don’t mind, I’d like to change the border color, so please tell me how to do that as well.

    Thank you in advance, and thank you for a great plug-in!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi,

    I checked your sites and there is a 4px grey border around each cell.
    So it looks like you found a solution to your problem?

    Best wishes,
    Tobias

    Thread Starter movingmountains

    (@movingmountains)

    Yes, I found the solution to that problem.

    Thanks.

    I’m posting another question: How do I reduce the width of the entire table, not just the width of the columns? I’m not a CSS genius, and I tried everything I can think of.

    Thanks again!

    Hi,

    usually it is enough to add “Custom CSS” to the textfield in the “Plugin Options” like this:

    .wp-table-reloaded-id-N {
    width: 60%;
    }

    (You’ll need to adjust the N to your table’s ID. The 60% can be any percentage value or something like 500px.

    Regards,
    Tobias

    I’m also having a problem with Table reloaded: the section on table styling options is not responding too well – it works with a new table, then if I edit the table the styling disappears – and will not come back.

    eg: https://bangkokchess.com (tables correct)
    https://bangkokchess.com/?page_id=342 (table without styling)

    What am I doing wrong?

    Hi Peter,

    it looks like you have not set any of the options below the table content edit fields, i.e. the checkboxes for that table?
    (Like “alternating row colors”, “table head” and so on)

    Regards,
    Tobias

    Thanks for the response.

    That is part of the problem. I set the options, update changes and the settings are not saved. Now it will not sort or add rows either. If I make a new table it works fine, but after editing a few times (I keep adding names as more people register for the tournament) it stops working again. Exporting and reimporting doesn’t seem to solve the problem, so I have been manually copying and repasting each cell for the entire table, but that is getting too much.

    It’s strange to me that it works perfectly some of the time. Any ideas?

    Regards,

    Peter

    Hi Peter,

    ok, thanks for this clarification.

    This problems sounds pretty familiar, and seems to be a problem with your hosting. Most probably the PHP security extension “Suhosin” is installed, but with a too strict set of rules.

    There’s some discussion going on about this currently for the “Health Check” plugin (the first “Core Plugin” that will come out) here:
    https://www.ads-software.com/support/topic/349717?replies=19

    Also describing the problem (and some solution ideas) are:
    https://www.ads-software.com/support/topic/306452?replies=6
    https://www.ads-software.com/support/topic/289836?replies=9

    Unfortunately there’s nothing much else I can do, as it is a server problem. Sorry ??

    Best wishes,
    Tobias

    Aha, right, I see. I had thought Suhosin was some WordPress plugin, but I guess not. Thanks for your attention.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘WP-Tables Reloaded Borders not showing’ is closed to new replies.