mos8580
Forum Replies Created
-
Hi,
I’ve managed to narrow this down to what seems to be a plugin conflict between Jetpack 8.3 and WPtouch Mobile 4.3.37 (which btw was last updated 11 months ago). If I disable the WPtouch Mobile Plugin the error message disappears. But I don’t like the layout of the default WordPress mobile theme so I depend on WPtouch.
I prefer not to publish my site URL in public, but here are some of the other affected sites I’ve found that are still showing the error message:
https://rf-naturephotography.com/
https://www.ds-lighting.de/
https://www.pristinefinefoods.com/At least one of them seems to be using the WPtouch Mobile plugin.
The mobile theme settings were grayed out in “Jetpack ->Settings ->Writing” so I couldn’t change anything there (Jetpack 8.2.3), but it was already set to “off”. Updating to 8.3 again didn’t help, but disabling WPtouch did, as mentioned above.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Site Stats Difficult to ReadHere’s another solution that is browser independent but may break the next time you update the Jetpack plugin:
Use a file manager and open the following file in your WordPress folder:
../wp-content/plugins/jetpack/modules/stats.php
Search for “#jp-stats-wrap” and change 1040px to 95% or whatever fits your browser.
#jp-stats-wrap { max-width: 95%; margin: 0 auto; overflow: hidden; }
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Site Stats Difficult to ReadI have the same problem as already described above by @sffandom and @antermoia. I solved it by installing a CSS addon in my web browser (Firefox) and then added this line:
#jp-stats-wrap { max-width: 95%; }
What it does is to change max-width of the Jetpack stats from the fixed 720px to 95% to better fill out the screen width like it did before the update of the Jetpack plugin. I don’t know if this is proper CSS but it did the trick and it’s only a temporary solution until a permanent fix is released.