Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    at first, I’d suggest to fix all of those validation errors that your site has, i.e. the HTML is invalid in large parts.
    See https://validator.w3.org/ to check for those errors.

    Regards,
    Tobias

    Thread Starter carlos abreu

    (@carlos-abreu)

    Thank you for bringing to our attention the HTML code. Now regarding the wp-table reloaded not displaying properly in Firefox and sometimes Safari, do you have any suggestions?

    In advance, thank you for your time on this matter.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    as I said, you should first fix most of those errors, because very likely they are the reason for the table being in the wrong place.

    Invalid HTML code means that a browser does not know how to properly display the content on a page, so that some elements might be out-of-position or misaligned.

    Regards,
    Tobias

    Thread Starter carlos abreu

    (@carlos-abreu)

    Tobias,

    We appreciate you trying to help us. We will clean up the HTML as per your suggestion, however, how come it shows up in Internet Explorer, Chrome, Blackberry fine? In addition, the table we have for our Acting page has no problems?

    Any thoughts?

    Thanks.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    not all of the available webbrowsers behave in the same way unfortunately. Every single one of them has other methods to deal with invalid HTML code. One of them guesses this way, the other one guesses the other way.

    Good question on why one table is working, while the other is not… Likely, it’s plain luck…

    The most prominent error that I spotted right now is this piece of HTML code:

    <div<a href

    which probably is located in either your theme’s header.php” or “page.php” (I could verify that). The <div needs to be removed from that!

    Additionally, you could try (temporarily) switching to a different theme, like the WordPress TwentyTen theme. That way, you can be sure that your theme is the reason for the problem.

    Regards,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP-Table Reloaded] Table not displaying properly in firefox/safari’ is closed to new replies.