pabloked
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] CSS missing after last updateHi and sorry,
My fault, there was a missing “}”.
Sorry and thank you for your time.
Forum: Plugins
In reply to: [Autoptimize] CSS missing after last updateHi!
Now I have it enabled. The CSS missing are, using mobile, from the sizes buttons.
https://barbatia.es/camiseta-negra-con-detalle-en-mangas-de-luis-civit.html
Thank you!
Pablo.Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Old version of stock managerYes, we miss the old version features like colors.
Another thing I miss (very important for us) is that we could search by SKU using just a few characters, now we have to write the exact SKU.
Forum: Plugins
In reply to: [Cache Enabler] Cache preloadingForum: Plugins
In reply to: [Cache Enabler] Problem with the permalink trailing slashesOk, I fixed it.
I’m using the plugin I told you to manage permalinks and I forgot the options Settings -> Permalinks -> Common settings
And I had configured (but not using it because the permalink manager pro plugin) the post name “https://barbatia.es/sample-post/” with a trailling slash at the end.
I’m sorry for the inconvenience and thank you again for the plugin.
Forum: Plugins
In reply to: [Cache Enabler] Problem with the permalink trailing slashesmmmm no, I haven’t fixed it. The file “advanced-cache.php” has any kind of regeneration and replace it with a new one and removes my commenting lines.
Forum: Plugins
In reply to: [Cache Enabler] Problem with the permalink trailing slashesBut now I have the problem fixed. I have commented the following lines inside “advanced-cache.php”:
// check if we need drop the ball to cause a redirect
/*if ( isset($settings[“permalink_trailing_slash”]) ) {
if ( ! preg_match(“/\/$/”, $_SERVER[“REQUEST_URI”]) ) {
return false;
}
}*/Forum: Plugins
In reply to: [Cache Enabler] Problem with the permalink trailing slashesThis is my website: https://barbatia.es
And I’m using for permalinks the pro edition of this plugin: https://www.ads-software.com/plugins/permalink-manager/
Forum: Plugins
In reply to: [Cache Enabler] Problem with the permalink trailing slashesI forgot to say, the option permalink_trailing_slash then is used inside advanced-cache.php and returning false because my products and posts have an slug ending with “.html”
Forum: Plugins
In reply to: [Cache Enabler] Problem with the permalink trailing slashesYes, I’m sorry, I’ll try to explain better.
After make some tests, this is what is happening to me.
1. Install the plugin from scratch
2. Everything is caching correctly
3. Then, in the plugin configuration page, for example, check the option “Pre-compression of cached pages.”
4. Open any page to create the cache
5. It is creates the file “cache-enabler-advcache-sitename.settings” under /wp-content/cache/ and the conetent of this file is:
<?php $settings = array (
‘permalink_trailing_slash’ => true,
0 => ‘expires’,
);* The setting ‘permalink_trailing_slash’ is the option I don’t know where comes from.
The problem is, I have some URLs with an slash “/” at the end, and other URLs end with “.html”
I hope I’m explaining better.
Thank you again!
Hi,
First, thank you for the plugins. All of them are awesome. The only problem I’m getting is with the image optimizer.
Seems it is working at upload, but when I want to re-optimize all images changing some parameters (like compression mode or image resize) it still saying that all the images are already optimized so, it does nothing.
I tried with the CRON aswell but happens the same.I activated the error log but there are no errors.
Thank you!