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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Unfortunately, your link is not working for me (DNS name not resolved). Could it be that this is only reachable from inside your local network?

    What are you seeing instead of the table? Can you maybe also take a look at the website source (“View Source” in the browser)? Do you see anything in place of the tables at the expected places?

    Regards,
    Tobias

    Thread Starter danaeb

    (@danaeb)

    Hi Tobias,

    You’re right, our QA site is only accessible from our local network (sorry, forgot about that).

    Right now there is nothing in place of the table. You should be able to see it here: https://ikm.ucf.edu/reports/surveys/ (this one does not have the new WP version installed).

    From the QA site View Source:
    <style id=’tablepress-default-inline-css’ type=’text/css’>
    table.tablepress-id-5{width:900px}table.tablepress-id-4{width:900px}
    </style>

    Thanks,
    Danae

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link! On that page, in the source, I can see the HTML tag

    <table id="5">
    

    Could it be that you added that with those < and > instead of [ and ], i.e.

    [table id="5" /]
    

    ?

    Regards,
    Tobias

    Thread Starter danaeb

    (@danaeb)

    I double checked, and the brackets are correct. The strange part is that it was all working before we updated WP and the plugin, I didn’t make any changes to the pages.

    Hi same problem with mine, the border of my table is not displaying. the brackets are correct

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for checking, danaeb! My feeling here is that another plugin or maybe your theme are then doing their own interpretation of the [table] Shortcode.
    Can you therefore please try again after temporarily deactivating all other plugins and after switching to a WordPress default theme like Twenty Twenty? That way, we can find what’s causing this.

    psyche08: If just the border is not showing, this is an entirely different problem. Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter danaeb

    (@danaeb)

    Hi Tobias,

    I had to deactivate the “Custom Content Shortcode” plugin and the tables are showing up now.

    Thank you so much!
    Danae

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    nice! Good to hear that you found this! My guess is that this then also uses a [table] Shortcode, which obviously conflicts. If you need that plugin for other features, you could therefore tell TablePress to use a different Shortcode, like [tp_table]. For that, you could use the TablePress Extension from https://tablepress.org/extensions/table-shortcode/

    Regards,
    Tobias

    Hi Tobias, here’s the link table

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link!

    It seems like you are using a plugin to minify, concatenate, and cache CSS files on the site. Can you please try clearing /flushing the cache of that plugin?

    Regards,
    Tobias

    it’s not working 🙁

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ok, then something is apparently turning off the loading of the TablePress CSS files. Can you therefore please try again after temporarily deactivating all other plugins and after switching to a WordPress default theme like Twenty Twenty? That way, we can find what’s causing this.

    Regards,
    Tobias

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Tables Not Displaying’ is closed to new replies.