Szabi – CodeRevolution

Forum Replies Created

Viewing 15 posts - 4,186 through 4,200 (of 4,263 total)
  • Author
    Posts
  • in reply to: Change my purchase code #401


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Hello,

    First of all, thank you for your purchase.

    Purchase codes are handled by Envato, not by me, unfortunately, I cannot help you with this.

    Please contact Envato’s support and ask them about this. You can do so, here: https://help.market.envato.com/hc/en-us/requests/new

    Regards,

    Szabi – CodeRevolution.

  • in reply to: Facebook to post sync not working. #398


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Hello,

    First of all, thank you for your purchase.

    I logged in to your account and unchecked the ‘Remember Last Posted Item And Continue Search From It’ checkbox from importing rule settings, in plugin menu.

    This will make the plugin to import always the latest posts from the Facebook page.

    Let me know if this helped.

    Regards, Szabi – CodeRevolution.

  • in reply to: translation bug #396


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Hello,

    First of all, thank you for your purchase.

    Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.

    Regards, Szabi – CodeRevolution.

  • in reply to: Search Query #393


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Hello,

    First of all, thank you for your purchase.

    Because the plugin uses NewsAPI to import content it generates, there will be some restrictions in the importing process, because of this.

    NewsAPI provides category based importing – but only at once, from all the wide variety of websites it supports. Also, they provide keyword based search, to filter content imported from their service. However, they do not provide category based search from inside a specific news source. To make this work, we can use keyword search, though.

    So, the best way to import content on a specific subject from a specific news source is to use keyword search.

    I just created a tutorial video, to show how this can be done. Please check it here:

    https://www.youtube.com/watch?v=YUj0b4yL2_4

    Regards,
    Szabi – CodeRevolution.

  • in reply to: Text Spin #391


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Hello,

    First of all, thank you for your purchase.

    Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.

    Regards, Szabi – CodeRevolution.

  • in reply to: wordai function missing parameter #389


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Hello,

    First of all, thank you for your purchase.

    Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.

    Also, can you tell me, please, if you know, which parameter is missing from the API call? Thank you.

    Regards, Szabi – CodeRevolution.

  • in reply to: Custom Post to RSS Rules #388


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Sure, my email is kisded@yahoo.com

  • in reply to: Mimimum size / Blank featured images #384


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Hello,

    Can you send me, please, temporary admin login credentials to your WordPress install, so I can check this issue out? Send it, please, to my email address: kisded@yahoo.com.

    Regards,
    Szabi – CodeRevolution.

  • in reply to: Custom Post to RSS Rules #382


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    The plugin uses the wp_cron subsystem from WordPress to run it’s schedules. This has a downside, that it needs website visitors to fire up (it is a pseudo-cron system).

    Because of this, if you website has low traffic, the cron will take action only when the first visitor comes to the site. To fix this, you can set up an online cron to call your website automatically each hour.

    An example service that allows this for free is: https://cron-job.org/en/

    Here you can set an automatic job to call your website directly each hour, and it will trigger also the wp_cron to run.

    Regards.

  • in reply to: Mimimum size / Blank featured images #379


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Hello,

    First of all, thank you for your purchase.

    The plugin searches for featured images in this order:

    1. From inside the feed

    2. From the og:image meta tag of the article

    3. From inside the post content

    You can skip checking each step (depending on where the small images are located, in your case). So, to try to fix this, please go to importing rule settings, and check (one by one), the following checkboxes:

    1. ‘Skip Checking Feed Image’ -> save settings -> check if small images are still imported

    2. If not fixed, check also the ‘Skip Checking OG:Image Meta’ checkbox -> check if fixed

    3. If not fixed, you can assign default feature images in the ‘Default Featured Image List’ settings field (this is the last case scenario).

    Let me know if this helped.

    Regards,
    Szabi – CodeRevolution.

  • in reply to: Custom Post to RSS Rules #377


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Hello,

    Please be sure to check also in plugin’s ‘Main Settings’ -> ‘Enable Post Auto Deletion Feature‘ checkbox.

    Let me know if it helped.

    Regards.

  • in reply to: Custom Post to RSS Rules #375


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Hello,

    First of all, thank you for your purchase.

    To filter posts by a keyword, please use this syntax in the ‘Advanced Query’ settings field:

    &s=hello

    Let me know if it helped.

    Regards,
    Szabi – CodeRevolution.

  • in reply to: YouTube Video Search Method: working through 24/7 #371


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Hello,

    Sorry for the late response, I was on a short vacation.

    Well, to be honest, continuous running is limited in the plugin’s case by some WordPress and PHP server settings. These settings might stop the process of the plugin, if it is running for a long period of time. The PHP settings is called max_execution_time

    So, I think that it will help if you increase this settings, to a value much greater than the maximum amount of time you wish the plugin to run (24 hours).

    Info on how to do this: https://stackoverflow.com/questions/16171132/how-to-increase-maximum-execution-time-in-php

    If you do not manage to get around this, please contact your hosting provider’s support, they should be able to help settings this on your server.

    Let me know if this helped.

    Regards.

  • in reply to: YouTube Video Search Method: working through 24/7 #368


    Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Hello,

    First of all, thank you for your purchase.

    I am not sure if I understood your question correctly. What do you mean by:

    “And I want to set the bot once per day but have it stay working all day.”

    Please give me an example of this, so I can get a better understanding of what you wish to achieve.

    Thank you.

    Regards, Szabi – CodeRevolution.


  • Szabi – CodeRevolution
    Keymaster
    Post count: 4627

    Ok, please send me temporary admin login credentials to your blog, so I can check on this.

    My email is kisded@yahoo.com

    Also, please point me out the the page where I can see the form where I can submit content for the plugin.

    Regards.

Viewing 15 posts - 4,186 through 4,200 (of 4,263 total)