Forum Replies Created

Viewing 15 replies - 1 through 15 (of 32 total)
  • 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 🙂

    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 delete as this will delete all events while I just want to avoid duplicates …

    I’m stuck with this issue for years …

    Have a nice day 🙂

    Plugin Author nir0ma

    (@nir0ma)

    Hi @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!

    Plugin Author nir0ma

    (@nir0ma)

    Hi @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.
    Thread Starter nir0ma

    (@nir0ma)

    Hi,
    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.js
    Plugin Author nir0ma

    (@nir0ma)

    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 !

    Plugin Author nir0ma

    (@nir0ma)

    Hi @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 !

    Thread Starter nir0ma

    (@nir0ma)

    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.

    Hi
    have you tried something like this
    if (function_exists('jetpack_photon_url')) $imageUrl = jetpack_photon_url('http://yourimageurlhere.jpg');

    Plugin Author nir0ma

    (@nir0ma)

    @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 !

    Plugin Author nir0ma

    (@nir0ma)

    Hi @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 !

    Plugin Author nir0ma

    (@nir0ma)

    Hi @eric3d
    Sorry for that and thank you for the feedback.
    I’m quite busy with other projects by now, but I’ll try to fix this asap (might take some time).
    I’ll let you know when issue is solved !
    Ty again !

    • This reply was modified 6 years, 5 months ago by nir0ma.
    Plugin Author nir0ma

    (@nir0ma)

    Hi @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 !

    Plugin Author nir0ma

    (@nir0ma)

    Hi @senjoralfonso
    I’ll try to sse what I can do to solve this, thanks for the report !

    Plugin Author nir0ma

    (@nir0ma)

    Hi @xarcell
    Yes it is 😉

Viewing 15 replies - 1 through 15 (of 32 total)