Szabi – CodeRevolution

Forum Replies Created

Viewing 15 posts - 2,926 through 2,940 (of 4,658 total)
  • Author
    Posts

  • Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    Hello,

    First of all, thank you for your purchase.

    I checked this on my test site and for me news search worked correctly.

    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: Help on Spinning Posts. #4509


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    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: Businessomatic Exception: No valid access token found #4507


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    I am glad to hear that it works, I also hope you are better now!

    If you like the plugin, please give it a rating on CodeCanyon, it is really appreciated. 🙂

    Cheers!

  • in reply to: Move license to another site #4503


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    Hello,

    First of all, thank you for your purchase.

    I replied to your email and remove the license you mentioned from my database, please activate it on your new site.

    Regards, Szabi – CodeRevolution.

  • in reply to: plugin is work and how to set picture? #4500


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    Sure, please send me an email to kisded@yahoo.com and I send you the download link.

  • in reply to: plugin is work and how to set picture? #4497


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    No, unfortunately old posts cannot be modified, you have to delete them and reimport them using the new plugin version.

    Sorry for this inconvenience.

    Regards.

  • in reply to: plugin is work and how to set picture? #4495


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    Update already available. Please go to ‘Plugins’ menu in WordPress -> click ‘Check for Updates’ -> ‘Update now’ for the plugin.

    Please note that this works only if you registered your purchase code in the plugin.

    Regards.

  • in reply to: plugin is work and how to set picture? #4493


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    Hello,

    First of all, thank you for your purchase.

    Thank you for letting me know if the featured image being set from the last image of the post. I updated the plugin to v3.3.6.2 and made it to set featured images to posts from the first image appearing on Facebook.

    Please update the plugin and check.

    Regards, Szabi – CodeRevolution.

  • in reply to: Search Query String #4491


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    Sorry but I forgot to mention this, to require a keyword, you can use as follows:

    Treatment +Pimples

  • in reply to: Revoke License button not working #4487


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    Hello,

    First of all, thank you for your purchase.

    Please send me your purchase code by email to kisded@yahoo.com and I will help with this issue.

    There might have been a temporary connection issue to my registration server, this is why your purchase code might not have been successfully revoked.

    Regards, Szabi – CodeRevolution.

  • in reply to: Search Query String #4485


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    Hello,

    Yes, the Top New to Post  section only allows for keywords but no phrases, correct.

    Keywords can be separated either by commas or spaces, both work. No punctuation marks are required.

    The search query works by requiring at least one keyword to be matched, not all are required.

    If you need to match phrases which are required to be in the text, you need to use quotes, example: “fuel prices”

    The search is also a negative search feature:

    Prepending a term with a hyphen will exclude posts matching that term. Eg, ‘pillow -sofa’ will return posts containing ‘pillow’ but not ‘sofa’.

    Please check more details in this tutorial video: https://www.youtube.com/watch?v=4kLRQi-GqWQ

    I hope this info helps.

    Regards, Szabi – CodeRevolution.

  • in reply to: Businessomatic Exception: No valid access token found #4483


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    Hello,

    First of all, thank you for your purchase.

    This kind of issue happens because you are trying to interact with the Google My Business API using a non-whitelisted project.

    Even if you see the GMB library enabled at the account level, it works only at the PROJECT level.

    Please check this tutorial video for steps on how to enable the Google My Business API for your project: https://www.youtube.com/watch?v=tsR4a9OdHLs&list=PLEiGTaa0iBIhZ7BsvLrcU9NmbHFt0tTVd&index=2

    You will need to check this page for info: https://developers.google.com/my-business/content/prereqs#request-access

    You need to submit this form and get approved for the API: https://docs.google.com/forms/d/e/1FAIpQLSfC_FKSWzbSae_5rOpgwFeIUzXUF1JCQnlsZM_gC1I2UHjA3w/viewform?fbzx=-1388255933011568239

    Let me know if this helped.

    NOTE: Google allows you to whitelist 1 project per account ONLY! If your project/application were approved by Google, use that one instead of creating new ones.

    Regards, Szabi – CodeRevolution.

  • in reply to: use same image #4480


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    Hello,

    First of all, thank you for your purchase.

    To make the plugin use the same image (without copying it again and again), please use in the “Default Featured Image List” settings field the numeric ID of the attachment which is already copied to your WordPress site.

    Please check this example video which shows how to get the numeric ID for attachments in WordPress: https://www.youtube.com/watch?v=eCBYi14Rkx8

    Regards, Szabi – CodeRevolution.

  • in reply to: Automatic posts are not executed according to the schedule of each rule #4478


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    I am glad to help.

  • in reply to: Automatic posts are not executed according to the schedule of each rule #4473


    Szabi – CodeRevolution
    Keymaster
    Post count: 5108

    Hello,

    First of all, thank you for your purchase.

    You can improve the scheduling accuracy of the plugin if you replace the wp_cron module of WordPress with a server side cron.

    wp_cron is a default system WordPress uses to schedule tasks automatically, but it has a major flaw: it requires website visitors to access your page for it to function. Because of this, I recommend replacing it with server side cron. Please check details on how to do this, here: https://themeisle.com/blog/disable-wp-cron/

    Regarding individual scheduling of rules, I noted your idea, but this is not possible at the moment. The only way is to create rules which don’t run at the same time (have different scheduling times). If you combine this with the server side cron replacement, it will run in a more precise way.

    Let me know if this helped.

    Regards, Szabi – CodeRevolution.

Viewing 15 posts - 2,926 through 2,940 (of 4,658 total)