Please be aware that I have temporarily switched to Falcon (simply because it is available within Wordfence which I already use). Falcon does not break the table in Chrome & IE, so may this suggest that it is a ‘Minifying CSS’ issue? I believe Falcon does not minify css.
Hi,
thanks for your question, and sorry for the trouble.
Here, I can only assume that the cache plugin either introduces CSS errors (which is unlikely though) or modifies the load order of the files. Unfortunately, it’s hard to find out more without being able to see the issue.
Regards,
Tobias
I can put WPFC back on if that helps you identify the issue?
WPFC is now activated and the settings are as before I de-activated it. So you can now see the problem on IE and Chrome
Hi,
thanks! I can now see the problem. It’s caused by a broken CSS comment in the file /wp-content/themes/Divi-child/style.css
Near the end, there’s the line
/* Controls the font size of text when using 'quote-center' shortcode
That is a comment, but it’s never closed. That’s no problem when the files are loaded separately (which likely happens when you are logged in), but it’s a problem when the CSS files are combined.
It then simply happens that the TablePress CSS is treated as part of the comment and thus it’s ignored.
So, to fix this issue, just close that comment by adding a
*/
after it in that file.
Regards,
Tobias
The simplest things 🙂 Thank you Tobias Once again you have provided the solution. All working now
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias