donpi73
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] No more Image optimizationNow I can no longer, because I have disabled the function and installed another plugin that does its duty.
Anyway, it’s the same situation reported in THIS post as well: my screenshot would be the same (as it was the same).
There seem to be errors in the cron crawlers requesting optimization of images to QUIC.cloud servers and pulling them optimized to my Server. This is one of the errors I read in my error.log:[22-Apr-2023 09:32:18 UTC] Error in reprogramming Cron event for hook: litespeed_task_imgoptm_req error code: could_not_set, error message: The list of cron events could not be saved., data: {"schedule":"litespeed_filter","args":[],"interval":60}
Anyway, could you tell me how to remove all orphaned records from the database that relate to image optimization, since I no longer intend to use that function (and any other functions of the QUIC.cloud server)?
- This reply was modified 1 year, 7 months ago by donpi73.
Forum: Plugins
In reply to: [LiteSpeed Cache] HTML minify: output void elements without trailing slashesI found the problem:
You made a typo in your code suggestion: you wrote “strops” instead of “strpos”, and – as I had copy&pasted your code as is – it didn’t work ??
Seems to work now.
Thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] HTML minify: output void elements without trailing slashesSorry. Nothing to do.
Same behaviour.
But… Excuse me if I ask: isn’t it easier for you to insert a command (that can be activated or not on Page Optimization/HTML Settings) in the function that takes care of minifying the HTML file (and ONLY THAT) to remove trailing slashes?
That’s just two lines of code to add!
Forum: Plugins
In reply to: [LiteSpeed Cache] HTML minify: output void elements without trailing slashesOk.
I’ve uploaded the logs in my Google Drive.
You can download them here:
https://drive.google.com/drive/folders/1RKKUD_PugzhS-BjHmLR0rguuhvFYyjlQ?usp=share_link
Forum: Plugins
In reply to: [LiteSpeed Cache] HTML minify: output void elements without trailing slashesI’ve saved two logs: one without the “remove traling” function and one with the function.
They differ in many lines (comparing with “compare” plugin in Notepad++), but I can’t find the problem…
Some commands are reversed in order, others are missing, but I can’t find explicit error messages.
I think that the change, although the administration dashboard area is excluded from the cache, interferes with some internal command.
Forum: Plugins
In reply to: [LiteSpeed Cache] HTML minify: output void elements without trailing slashesI’ve already tried, and – unfortunately – it doesn’t work.
Also, I wonder why litespeed also acts on the admin dashboard… shouldn’t it only act on the frontend?
Isn’t there a filter that can act only and exclusively on the html part of the website frontend?Forum: Plugins
In reply to: [LiteSpeed Cache] HTML minify: output void elements without trailing slashesUnfortunately I already have to repress my sense of satisfaction, because it’s evident that the modification also acts on the administration dashboard…
In fact, after having inserted the code
function remove_trailing_slashes( $content ) {
return str_replace( '/>', '>', $content );
}
add_filter( 'litespeed_buffer_after', 'remove_trailing_slashes', 0);the featured image no longer appears inside the post editor
Forum: Plugins
In reply to: [LiteSpeed Cache] HTML minify: output void elements without trailing slashesThanks!
It works like a charm!
Forum: Plugins
In reply to: [LiteSpeed Cache] HTML minify: output void elements without trailing slashesOk.
Can you tell me how can I use it to remove trailing slashes?
Is there any official documentation on how to use it?
Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] HTML minify: output void elements without trailing slashesAny News?
Forum: Reviews
In reply to: [Disable Lazy Load] no longer works in wordpress 5.9Ok, thanks for your work.
- This reply was modified 2 years, 6 months ago by donpi73.
Forum: Plugins
In reply to: [Multi-column Tag Map] JavaScript errorNow it’s all OK.
Thanks ??
Forum: Plugins
In reply to: [Multi-column Tag Map] JavaScript errorNo.
I have tried with JavaScript NOT combined and NOT minified, and this is the Console errore message:Uncaught TypeError: e.indexOf is not a function at S.fn.init.S.fn.load (jquery.min.js?ver=3.6.0:2:84932) at mctagmap.js?ver=17.0.23:95:17 S.fn.load @ jquery.min.js?ver=3.6.0:2 (anonimo) @ mctagmap.js?ver=17.0.23:95
According to this message, your plugin affected line of code must be this (line 95, column 17):
jQuery(window).load(mctm_columns_tug98);
So, please verify, as this error disappear when I activate jQuery Migrate.
Forum: Plugins
In reply to: [Multi-column Tag Map] JavaScript errorI found the origin of the “problem”.
In my child theme I disabled jQuery Migrate.
When I re-enabled it, your plugin works like a charm.
So this tell me (and you) that the problem is your JavaScript coding, that still contains obsolete and deprecate JavaScript features that will be removed as soon as possible.Cheers
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Disable modulesSolved in official RankMath support. Thanks.