dhumeurvegetale
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] unwanted combine css in visitor + optimization modeHi @qtwrk i did what you said and it work well now, great plugin
Forum: Plugins
In reply to: [LiteSpeed Cache] unwanted combine css in visitor + optimization modeHi @qtwrk i did what you tell and now i’ve got only the compiled CSS file on my view source; Thanks
I would like to keep the CSS separated files because of the id like that i can find easely the plugin it belong, but it’s ok like that; the main thing is to no longer have them in duplicate.
I’ve got an other question, if you mind…
I’ve got the Google Font plugin who load fonts on my server instead using the Google font path so how should be the Load Google Fonts asynchronously ON or OFF and Remove Google Fonts ON or OFF, can you tell me, please.
Thanks for your advices anyway.
Forum: Everything else WordPress
In reply to: server Cron Job Not workingHi @threadi, thanks for your explanations, i removed the cron job server side because it wasn’t working at all and for the mails i’ve got SMTP Mailer and it work great. Have a nice day.
Hi @wfpeter and thanks for your explainations, It’s 62 times since the 08 of january and like you said it’s always bot requests from everywhere in the worl….. they are other attempts but that one for the 406.shtml file is often. thanks my friend and you doing a great job, i’m using the free version of your plugin because i don’t manage accounts and dont have payments and not open to comments, it’s only a showcase site. Have a great day.
Forum: Plugins
In reply to: [LiteSpeed Cache] can’t find js script nameHi again i found the script name on source page it’s called wp-polyfill-js
So i removed it with a snippet and the error diseapear .
Thanks for your plugin, anyway, good jobForum: Plugins
In reply to: [Use Any Font | Custom Font Uploader] problem loading more FontsHi
I’ve got a js error message: Uncaught SyntaxError: Unexpected identifier __webpack_require__ But the cache change the scripts names with serial numbers….. I must look wich plugin belong this script for deactivating and maybe it will work, i will tell u.
Thanks
Forum: Everything else WordPress
In reply to: server Cron Job Not workingHi @threadi ; Thanks for your advice but how can you explain that some plugins can send me mails using wp_mail function without any SMTP.. My problem is how can i test on my side if all the CRON tasks are done if i do it server side now…. because some plugins continues to mark all them as overdues.. the server support sent me the log to prove me that my CRON job server side is well executed every hours; is there a way to test this by mail or not, thanks.
Forum: Everything else WordPress
In reply to: server Cron Job Not workingOne more thing:
I added define(‘ALTERNATE_WP_CRON’, true); in my config file
Thanks.
Forum: Plugins
In reply to: [WP Crontrol] Cron Event OwnerHi @johnbillion i made a search in wpdirectory.net… it’s a my calendar cron event, plugin i removed months ago.
I didn’t know the wpdirectory.net.
Thanks for your help.
Forum: Plugins
In reply to: [WP Crontrol] Cron Event OwnerHi @johnbillion I googled it first it come to Minecraff…. and some catalog promo for shopping and some scheduling stuffs….. Problem is i install and remove so much plugins ….. and some plugins don’t remove their things properly….
I’m going to exec the cron job with WP Control like that i will know, i think…
Thanks for your help, anyway.
Hi @webulous WP Control is already installed and the cron event append this morning again, The code you gave me is the same i added on my theme function.php file; I added it at the end of the file just before the theme instance call; is it ok ? is 11 priority OK ?
Hi @webulous , Yesterday I did like you said last post, I added the code in my theme function.php file, but this morning at 08h the cron evnt is still working….
add_action('plugins_loaded', 'wpo_unschedule_webp_event', 11); function wpo_unschedule_webp_event(){ $tstamp = wp_next_scheduled('wpo_reset_webp_conversion_test_result'); wp_unschedule_event($tstamp, 'wpo_reset_webp_conversion_test_result'); }
My theme is Skrollex and parent theme is Layers
Hi Raj.
This way it unschedule the event just after it is called every days, it don’t delete the cron event at all.
I’m going to do like you said because when i remove the event from WP Cron plugin it come again….
What do you mean by changing the server configuration (i’m a rookie…)
Thanks for your help
Hi Reza, do you mean that you are recording all my web site visits ??????
I mean why !!!!!
are they not recorded on my database ?
- This reply was modified 1 year, 8 months ago by dhumeurvegetale.
Forum: Everything else WordPress
In reply to: JQuery and select all checkboxesThanks my friend. I’ve got a lot to read before coding in WP……