Damilare
Forum Replies Created
-
Hi Hamed!
Thanks for that fine suggestion. I’ll get this across to our development team for further review.
Kind regards.
Hi!
Converted versions (WebP) of the images will not appear in the media library as they are handled like a variation of the original image on WordPress (the same way you won’t see the thumbnail and other image variations). That is why you can find the converted images with a file manager and not in the media library.
However, WP-Optimize will automatically serve the WebP version of your images on the site’s front end as long as your server supports the image format.
So you can use your images as usual rest assured that WPO will handle the rest.
Kind regards.
Hi!
That’s a really nifty code you’ve put together.
How are you currently applying it to your site? Is it via a global code snippet, in your theme’s functions.php file, or somewhere else?
In the meantime, you can try excluding the pages with forms from be cached by adding their paths to the URLs to exclude from the caching list at WP-Optimize > Cache > Advanced settings.Alternatively, you can try setting the DONOTCACHEPAGE constant in your code as shown below
.
.
.
if (empty($ip)) {
define('DONOTCACHEPAGE', true); // Prevent caching
wp_safe_redirect($redirect_url);
exit;
}
.
.
.
if ($should_block) {
define('DONOTCACHEPAGE', true); // Prevent caching
wp_safe_redirect($redirect_url);
exit;
}Let us know if that helps.
Regards.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Login out WHILE Backing upHi!
There’s really no need to apologize for being human. We are always happy to help.
With respect to your question, you do not have to be online nor logged in for a backup you’ve initiated to run to completion. As long as your website receives some visit to keep WP Cron tasks running, you’ll have nothing to worry about.
Even if you have zero visitors on your site, you can simulate site visits by setting a custom Cron on your server that visits http://yourdomain.com.com/wp-cron.php?doing_wp_cron every 1-5minutes.Warm regards.
Hi!
The retention rule you are referring to is one of our premium features.
If you are using the premium plugin, please submit your query via our Premium support channel as this public forum is strictly for the free version of UpdraftPlus.
I or any of my colleagues will be happy to provide you with further support there.
Thanks.
Hi!
Using multiple optimization plugins on your site can cause conflicts that will end up slowing down your site.
To get the most out of WP-Optimize, it is recommended that you deactivate or remove any other similar plugin that you have installed.
Regards.
Hi!
This can happen if you have those taxonomies excluded from your sitemap as the cache preloading feature relies first on the available sitemap to determine what should be preloaded.
Please confirm if your product and blog category pages are included in your sitemap. Also help provide the link to the pages you’ve set up for those taxonomies.
Regards.
Hi!
Unfortunately, the free plugin does not offer 404 detection.
The Smart 404 detection and logging is a feature that comes with the premium version of the plugin.
If you already have the premium plugin installed, please drop a support request via our premium support channel. We’ll be happy to provide you with further support there.Thanks.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] customize backup file namesHi!
Unfortunately, there is no way to customize the backup file names at this time. However, we do recommend setting different backup directories for each of your sites if you are using the premium version of the plugin.
So your backup directories can be UpdraftPlus/Site1, UpdraftPlus/Site2 and so on.
Thanks.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Saved copies schemeHi!
Please provide a screenshot of the Backup/Restore page, particularly the list of backups.
I will also appreciate a screenshot of your backup settings.You can use a tool like lightshot or imgbb to share your screenshots.
Thanks in advance.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Save settings failsHi!
Can you try and uninstall UpdraftPlus, deactivate other plugins, then reinstall UpdraftPlus. Once reinstalled, setup the plugin as before and save your changes.
Let us know if that helps. Of course, you can activate your other plugins afterward.
Hi!
From the WPO codebase, the plugin needs access to wp-content/uploads/wpo/logs/index.php. Instead, it’s trying to access wp-content/images/wpo../logs/index.php in your case, a directory that does not exist in the WordPress folder structure.
Have you perhaps used a plugin to change the name of your uploads directory to images?
If so, you might have to reach out to the developers of that plugin or reset the uploads folder back to its original name.Please try resetting the permissions of your site files and folders (this wpbeginner article should prove helpful).
Let us know if anything changes.Hi!
You can exclude specific stylesheets by listing them in the Exclude the following CSS files from processing field at WP-Optimize > Minify > CSS tab. Make sure to only add one stylesheet per line.
You should also consider disabling the merging of CSS by leaving the Enable merging of CSS files option unchecked. Everything should work fine afterward.
Hi!
It looks like you probably upgraded from a much older version of WPO.Could you try uninstalling the plugin, preferably manually removing it from the plugins directory using your host-provided file manager or an FTP client? Then reinstall the latest version. That should resolve the issue.
Also, ensure that your WordPress version is up to date, and remember to take a backup of your site just to be safe.
Let me know if that helps.