readysteadywebsites
Forum Replies Created
-
Thanks @alexanderfoxc I’ve put that fix on 10 sites and will monitor them over the next 24 hours to see if they show any more errors.
Thanks @alexanderfoxc , I’ve been through all the cron jobs and manually pushed all of them but I’ve been unable to replicate the issue manually so far.
It happens every morning when the WP cron is running though. I’m getting around 100 emails a day now with this error.
Are you able to look at the plugin load order as suggested by @egene above?
thank you, I’m not sure why its a conflict with another plugin though
1. No
2. It’s happening with latest and older versions across multiple versions of WP.
3. Error is showing as part of a default WP cron process – trying to narrow down what process this is
4. We’ll try this now but we’ll need to wait for the cron to run again.
We are running PHP7.4 on all our servers. This error has come up on 40+ sites now using your plugin. It would be great if you were able to help us investigate.
This is also breaking the PixelYourSite plugin and a number of other WP plugins.
Can I strongly suggest that the “Delay Inline JS script” is switched off by default in the next update. You should be able to toggle it on and then use Breeze defaults… but this is going to break most WP sites so needs a fix ASAP.
A caching plugin like this shouldn’t be breaking existing functionality when updating to the latest version.
Forum: Reviews
In reply to: [Extra Styling for MemberPress] NiceThanks so much @slabstudio ??
Forum: Reviews
In reply to: [Responsive UI for Beaver Builder] A very handy tool for Beaver Builder usersThanks @waumsley that’s very kind ??
Forum: Reviews
In reply to: [Responsive UI for Beaver Builder] Handy and easy to useThanks @gdgraphics that’s very kind of you ??
Forum: Reviews
In reply to: [Responsive UI for Beaver Builder] Very UsefulThanks @molloy68 that’s lovely of you to review this little ‘ol plugin ??
Forum: Reviews
In reply to: [Responsive UI for Beaver Builder] So simple…Thanks @deargeek that’s really kind of you ??
Forum: Plugins
In reply to: [Extra Styling for MemberPress] Memberpress login styling / DiviHi @frfharrington you should be able to control the basic styling via the Customizer > MemberPress Extra Styling. Which will then just leave you with positioning the form itself nicely.
We’re working on a Pro version of the plugin which will bring further controls, but for now to center the form in divi you can add this CSS into your site, preferably via “Additional CSS” control in the customizer or failing that using a CSS plugin.
.mp_wrapper { max-width: 700px; padding: 20px; margin: 0 auto 50px auto; }