• Hi,
    Just a quick question. I have the suffusion theme which has an area for custom css, so that you don’t have to modify any actual files, like the table plug-in.

    I don’t know much about this stuff, but was wondering if it made any difference in how the page was loaded if I put the code for my tables in with the rest of my custom code in the area designated in my theme, or if I should continue using the area in the table plug-in for the custom code. I imagine either would work, but was just wondering which would be faster and if it could possibly cause a conflict on other browsers.

    Thanks,
    Chris

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

    (@tobiasbg)

    Hi Chris,

    it should actually not matter much where you enter the code – speed-wise.
    There is a rare possibility that some of your custom table CSS commands are not working correctly, if they are applied before the default CSS styling of the table is. Whether that happens, depends on the order of the inclusion of the two CSS locations into the page. If the theme CSS is loaded after the table CSS, you will always be fine. If it is not, you need to make the table commands more robust by adding the !important keyword to the properties (which you might even already have).

    So, you could definitely try it, but you should not really see a difference.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Custom CSS with table and theme’ is closed to new replies.