nir0ma
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Crontrol] How to delete duplicate cron jobs with the same name?Hi @johnbillion,
Just testing it … I’ll give you my feddback 🙂
Just to know, what are you doing to delete duplicates ? (in php I mean)
Just to explain my situation, I built a plugin to publish my posts … This is the way I declared my schedule :
if ( !wp_next_scheduled(‘publish_posts’, array(‘noduplicate’) ) ) {
wp_schedule_event( time(), ‘hourly’, ‘publish_posts’, $args );
}
add_action(‘publish_posts’, array($this, ‘publishPosts’) );I’ve disabled default cron and running it via cron tasks in linux.
For some reason, the task is duplicating for some domains, not for others … So I’d like to find a way to avoid this.
Anyway, I’m using your plugin for a while and it’s clearly the best one to manage cron jobs. Thank you 🙂
Forum: Plugins
In reply to: [WP Crontrol] How to delete duplicate cron jobs with the same name?Hi @johnbillion,
I’m also having this kind of issue, don’t know why as I followed all guidelines. For some fucked up reason, I still have some cron tasks duplicating (my cron jobs are automated from linux cron using wp-cli).
It’ll be nice to have a php argument which tells that a cron job can’t be duplicated (like duplicate=false which would make the name unique and set it to true by default ) ?
I’m not using
wp cron event deleteas this will delete all events while I just want to avoid duplicates …I’m stuck with this issue for years …
Have a nice day 🙂
Forum: Plugins
In reply to: [Category Import Reloaded] Great Plugin ToolHi @websista,
As I replied in your previous thread :
The aim of the plugin is only to batch import categories at once, regardless of the custom post type …
You can create custom post types on your own or use a plugin for that as you did.
Ty for the feedback which might be helpful for other users 🙂
Edit: If not already done you can support us by rating the plugin!Forum: Plugins
In reply to: [Category Import Reloaded] Import Custom Post TypesHi @websista,
The aim of the plugin is only to batch import categories at once, regardless of the custom post type …
You can create custom post types on your own or use a plugin for that as you did.
Ty for the feedback which might be helpful for other users 🙂
Edit: If not already done you can support us by rating the plugin!- This reply was modified 5 years, 3 months ago by nir0ma.
Forum: Plugins
In reply to: [LiteSpeed Cache] PHP Warning in optimize.cls.phpHi,
Here is the log :https://domain.com/wp-content/themes/themename/custom.js https://c0.wp.com/p/jetpack/9.0.2/_inc/build/photon/photon.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/wp-embed.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/comment-reply.min.js https://domain.com/wp-content/themes/themename/custom.js https://c0.wp.com/p/jetpack/9.0.2/_inc/build/photon/photon.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/wp-embed.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/comment-reply.min.js https://domain.com/wp-content/themes/themename/custom.js https://c0.wp.com/p/jetpack/9.0.2/_inc/build/photon/photon.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/wp-embed.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/comment-reply.min.js https://domain.com/wp-content/themes/themename/custom.js https://c0.wp.com/p/jetpack/9.0.2/_inc/build/photon/photon.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/wp-embed.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/comment-reply.min.js https://domain.com/wp-content/themes/themename/custom.js https://c0.wp.com/p/jetpack/9.0.2/_inc/build/photon/photon.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/wp-embed.min.js https://domain.com/wp-content/themes/themename/custom.js https://c0.wp.com/p/jetpack/9.0.2/_inc/build/photon/photon.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/wp-embed.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/comment-reply.min.js https://domain.com/wp-content/themes/themename/custom.js https://c0.wp.com/p/jetpack/9.0.2/_inc/build/photon/photon.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/wp-embed.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/comment-reply.min.js https://domain.com/wp-content/themes/themename/custom.js https://c0.wp.com/p/jetpack/9.0.2/_inc/build/photon/photon.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/wp-embed.min.js https://c0.wp.com/c/5.5.3/wp-includes/js/comment-reply.min.jsForum: Reviews
In reply to: [Category Import Reloaded] Awesome!Hi @webstop,
Thank you for the postive review and I’m glad to see this was helpfull (this is the aim 😉 )!
Have a nice day and sorry for the late reply !Forum: Reviews
In reply to: [Category Import Reloaded] Very helpful, worked and clean processHi @zedwards,
Thank you for the postive review and I’m glad to see this was helpfull (this is the aim 😉 )!
Have a nice day and sorry for the late reply !Hi,
Thank you for the reply !
Yes the aim was to bypass photon … Not really clean but I’ve been using this in my function and it’s doing the job :if (function_exists('jetpack_photon_url')) add_filter( 'jetpack_photon_override_image_downsize', '__return_true' ); if (function_exists('jetpack_photon_url')) remove_filter( 'jetpack_photon_override_image_downsize', '__return_true' );Thanks for your time !
- This reply was modified 6 years, 1 month ago by nir0ma.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] CDN for Background ImagesHi
have you tried something like this
if (function_exists('jetpack_photon_url')) $imageUrl = jetpack_photon_url('http://yourimageurlhere.jpg');Forum: Plugins
In reply to: [Category Import Reloaded] Wrong parent selected with some characters@aurovrata Thank you !
Merge have been done and you’ve been added to the contributors !
Really appreciate your help as I’m really busy those times !Forum: Plugins
In reply to: [Category Import Reloaded] Format import text from spreadsheetHi @eric3d,
Thank you for your investment.
I might add this for the next release adn will also try to fix your other issue.
Have a nice day and thank you for the feedback !Forum: Plugins
In reply to: [Category Import Reloaded] Wrong parent selected with some charactersForum: Plugins
In reply to: [WP Image Optimizer] Ubuntu 18.04Hi @senjoralfonso,
I’m using ubuntu 18.04 and it just works fine.
Please try to disable littleutils check (This’ll just ignore the notice but the plugin might be functionnal) and also check if php gd is installed …
Let me know if you still have an issue !
Forum: Plugins
In reply to: [WP Image Optimizer] Ubuntu 18.04Hi @senjoralfonso
I’ll try to sse what I can do to solve this, thanks for the report !Forum: Plugins
In reply to: [WP Image Optimizer] Compatible With WordPress 5.1?Hi @xarcell
Yes it is 😉