• I upgraded to Suffision 3.9.0 and have noticed the HTML Tables and wp-Table Reloaded tables are now showing the full width of the page. Also the Rows and columns are no longer showing just each row is now seperated by a dotted line. The Search facility for wp-Table reloaded is no longer visible.

    I have posted a comment on the Suffision forum.

    Anyone else having the same problem.

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

    thanks for your post.

    Can you please post the URL to the page with a table where this is happening? I can then try to debug this and find out what’s going wrong.

    Regards,
    Tobias

    Thread Starter andycabs

    (@andycabs)

    Hi Tobias,
    Thanks for replying so soon.

    The following link is an example of what is happening to the tables, no cells showing just each row seperated by a dotted line.

    http://lurgan-ancestry.co.uk/index.php/hearth-money-roll-ireland-1664/

    I had edited the table also as below
    .wp-table-reloaded-id-30 {
    width: 600px;
    margin: 0 auto!important;
    }
    .wp-table-reloaded-id-30 .column-1 {
    text-align:left!important;
    }

    Hi,

    thanks for the URL.

    The issue here is that your new theme has some CSS in it that will also style tables (in the way that you see now). I suggest that you remove the relevant code.
    That would be lines 162 to 164 in the “style.css” of your theme.

    Regards,
    Tobias

    Thread Starter andycabs

    (@andycabs)

    Tobias,

    I removed the following from the ‘Style.css’ and everything has returned to normal.

    .entry table, .comment-body table { width: 100%; border-collapse: collapse; }
    .entry th, .comment-body th { text-align: left; padding: 6px; border-bottom: 1px dotted #ccc; }
    .entry td, .comment-body td { padding: 6px; border-bottom: 1px dotted #ccc; }

    Thank You,
    Andy

    Hi Andy,

    great! Thanks for the confirmation!

    As a reminder: Don’t forget to re-do this change after every update of your theme!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Theme Suffision] wp-Table Reloaded’ is closed to new replies.