Hi,
thanks for your post, and sorry for the trouble.
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
Hi,
thanks!
I’m not sure where you found that CSS code and what you planned with it, but it’s in no way related to the issue of the extra functions not working, so you can probably remove it again.
The issue is caused by a JS error that is raised by your theme. In the file /wp-content/themes/shiftwise_theme/assets/js/init.min.js, it tries to call a picturefill() JS function, but that does not exist. Due to that, the browser stops all other JS on the page, so that these TablePress functions don’t work.
To verify that this is the cause for the issue, can you please try again wtih a WordPress default theme like TwentyFifteen?
If things work then, you should check if there’s an update for your theme available, or if the theme developer can fix this missing JS function in their theme.
Regards,
Tobias
Sorry, we can’t change our theme. I’ll just ask our developer to look at it. That css code was from your previous comments in the issue https://wordpress.org/support/topic/problems-with-google-chrome?replies=23
Hi,
thanks for the clarification. Yes, that CSS will not help here, it solves a completely different problem.
You will then indeed need to ask your developer to fix that missing JavaScript function in that init.min.js file.
Regards,
Tobias