richard
Forum Replies Created
-
Forum: Plugins
In reply to: [Delightful Downloads] Still active?Hi,
Did you un-install DD, and then Alpha Downloads? All went well for you?
I did contact DD after a year or so, he said he will never keep it updated. Such a pity.
Forum: Plugins
In reply to: [Autoptimize] shortpixel, plugin as well?the website is HERE cheers
Forum: Plugins
In reply to: [Autoptimize] shortpixel, plugin as well?Forum: Plugins
In reply to: [Autoptimize] shortpixel, plugin as well?Hi frank,
Thanks for the quick reply.
Just that its a couple of days, in the “Optimization Report” (in the https://shortpixel.com account) are all in zero? Also the “API Key” doesnt seem to be linked at the Autoptimize Settings, does that not make any difference? (whereas the shortpixel plugin video i watched, does require the API Key)
Thank you
Forum: Plugins
In reply to: [Increase Maximum Upload File Size] Maximum upload file size more then 1 GBi think this does do a decent job:
$wp_size = wp_max_upload_size();
if (!$wp_size) {
$wp_size = ‘unknown’;
} else {
$wp_size = round(($wp_size / 2048 / 2048));
$wp_size = $wp_size == 2048 ? ‘2GB’ : $wp_size . ‘MB’;
}$max_size = get_option(‘max_file_size’);
if (!$max_size) {
$max_size = 64 * 2048 * 2048;
}
$max_size = $max_size / 2048 / 2048;$upload_sizes = array(16, 32, 64, 128, 256, 512, 1024, 2048);
Forum: Plugins
In reply to: [Increase Maximum Upload File Size] Maximum upload file size more then 1 GBI would need it to be over 1gb also, thanks!
Forum: Plugins
In reply to: [YUZO] Any news about the free version of Yuzo Related Post?I asked about that yesterday; he did come back, hopefully the free version will be live in 2 weeks or so….
Hi voltronik,
yes the update works perfectly; thank you for this, great job.
thanks, its just that im stuck about the plugin list:
Better Notifications for WordPress
Settings | Opt In | Deactivate | RollbackSupercharge your WordPress notifications using a WYSIWYG editor and shortcodes. Default and new notifications available. Add more power with Add-ons.
Version 1.6.14 | By Made with Fuel | View detailsThere is a new version of Better Notifications for WordPress available. View version 1.7.2 details or update now.
So im just a bit stuck in the update ?? Thanks for the help
- This reply was modified 5 years, 8 months ago by richard.
Forum: Plugins
In reply to: [Redirection] Something went wrongYes, sorted it out – WP Cerber Security; Hardening WordPress; Disable REST API (un-click) cheers
Same here it seems for me. Has there been any solution on this one? Thank you
Forum: Plugins
In reply to: [Redirection] Something went wrongI have WP Cerber Security plugin……..
Forum: Plugins
In reply to: [Redirection] Something went wrongthank you john.
Must be the plugin i have – WP total cache (and Cloudflare).
Currently i have it set at –
REST API
Don’t cache (Ticked)
Cache (Upgrade now to enable) (Not ticked)
Disable REST API (Controls WordPress REST API functionality.) (Not ticked)Although my other sites all have the same settings, but dont seem to have any issues. Can i alter this? I dont want to change too much for WP Total cache/Cloudflare, took me some time for that to be set working correctly…..
Thank you
Hi @voltronik,
Has there been any update so far? If not, is it possible so you can change your update back to the earlier version? Im stuck with one plugin that i cant update….Thank you
Hi Rene, that worked fine; thanks for the help.