marknjones
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Safari Does Not Display correctlyForum: Plugins
In reply to: [Classic Editor] Safari 18.0 Breaking Classic EditorJust in case it’s helpful, following @conartstudio’s suggestion just drop the following code into your theme’s functions.php file and it should patch the issue for you, clients, everyone:
add_action('admin_head', 'my_custom_css');
function my_custom_css() {
echo '<style>
#postbox-container-2 { clear: left; }
.index-php #postbox-container-2 { clear: none; }
</style>';
}Obviously it would be better if the plugin itself were patched to resolve the issue.
Forum: Plugins
In reply to: [LightPress Lightbox] Latest Update Broke Classic EditorThanks for the speedy and helpful response 🙂
Forum: Plugins
In reply to: [LightPress Lightbox] Latest Update Broke Classic EditorFWIW I see the exact same issue and have come here to see if there’s a solution
I’ve just updated to 6.4.7.2 and the issue is still occurring. Please could this be fixed?
I had a similar issue; turned out to be a conflict with an outdated version of the Search and Filter Pro plugin. Took me a while to find though – checking the browser console for error message helped.
Weird that this randomly started happening in the last few days, seemingly unconnected with any other changes, though.
Forum: Plugins
In reply to: [Fullscreen Menu] “Opacity (0 to 100)” animation doesn’t work as expectedYep, that’s working now. Many thanks for the speedy response.
I have the same issue.
Forum: Plugins
In reply to: [Easy Smooth Scroll Links - Smooth Scrolling Anchor] SecurityForum: Plugins
In reply to: [Easy Smooth Scroll Links - Smooth Scrolling Anchor] SecurityThis seems likely to be an issue with Freemius, which has a recently-identified security issue.
I’ve solved temporarily by downgrading to the previous version of this plugin, 2.22, since the only change with 2.23 appears to be Freemius integration.
Any update as to when this fix will be incorporated into the main plugin, and rolled-out, please?
Thanks for this. It would be onerous to add this on 50+ sites. Will that change be made to an imminent future version of backwpup? Before the long-lasting Dropbox tokens are deprecated?
I had the issue happen again last night on three sites with small backups.
… nope – when the automated job ran last night it failed again on that same site.
One idea: this is quite a large backup (265MB); could it be that the token is expiring mid-upload?
I just tried twice to run the same job manually. First time it failed with the above error, in a 199 second run-time. Second time it worked, and took 166 seconds. Any help?
- This reply was modified 4 years, 8 months ago by marknjones.
OK so I only had one site fail last night, and this one site had failed every day since I updated.
I deleted the Dropbox authentication on this site and then reinstated it, and manually ran the backup again. This time, it worked.
So maybe worth trying this for any backups which are failing? I’ll be interested to see whether there’s any difference tonight when WP Cron kicks the same job off.
Same here. No problems with the previous version of BackWPUp, but sporadic issues with sites that I’ve updated to the latest version. Not all sites, not all of the time, but each night about 3/10 sites fail with this error.
I’ve checked with my hosting provider, and there’s nothing at their end which might suddenly be causing this.