I’m having an issue with my WordPress site using the Divi theme. About an hour ago, I updated the Matomo plugin, and immediately after, the entire website layout changed dramatically. My site has always been full-width, but suddenly the content was displaying in a narrow column, even on desktop devices.
When I temporarily deactivated the Matomo plugin, the site layout returned to normal - exactly how it should look. However, now I have another problem: Matomo is no longer tracking any website visits.
I need help resolving this issue so I can have both proper tracking and the correct layout!
Hello i have the same issue with one site Divi today, and another issue with some file WooCommerce, i have uninstall WooCommerce since for months but like a lumberjack ?
I also have this issue. The problem is caused by v5.3.2 of the Matomo plugin. Though not ideal, disabling the plugin until Matomo releases a fix will resolve the problem.
@grijsopreis if you don’t get the php fatal call error and it’s simply a layout problem for you, try adding this css :
body { max-width: 1920px !important; }
(use a different max-width value if your design requires)
For some reason, the updated plugin prints body { max-width: 700px; } inline, which is very strange. Declaring a wider max-width overrides the plugin’s rule. Quick workaround. Make sure to remove your max-width rule once Matomo releases a fix as it may be undesirable for you in the future.
Thanks Paul!
The temporary solution you suggested seems to be the right approach. However, I can’t find where to modify the body in the CSS. There is a custom CSS field in Divi where I can make various adjustments, but nothing changes there when I deactivate or activate the plugin. I also don’t see anything like “body { max-width: 700px; }” (or anything similar) in that section.