Szabi – CodeRevolution

Forum Replies Created

Viewing 15 posts - 4,156 through 4,170 (of 4,223 total)
  • Author
    Posts
  • in reply to: Custom Post to RSS Rules #377


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    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: 4577

    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: 4577

    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: 4577

    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: 4577

    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.


  • Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    From how you described the issue, I think that the source of the problem is that the generated post from the form is not published, but kept as draft.

    The plugin makes the publish video action on post publishing, and if this is missing, the video is not published.

    Please let me know if this helped.

    Regards,

    Szabi – CodeRevolution.

  • in reply to: Fb to post pulls random order and content #360


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    Please send me temp admin login credentials to your blog, so I can check on this issue. My email is kisded@yahoo.com

    Also, please point to me the page where I can check this issue – or how can I reproduce this issue on your site.

    Regards,

    Szabi – CodeRevolution.

  • in reply to: fbomatic #358


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    Shortcodes can be used in post content, or in widgets, but for this, you will need to enable shortcodes in widgets, like this: https://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/

    Regarding the removal of comment and category texts, there are not created by the plugin, but by your current theme. If you wish to get help with this, I can make the changes, but as a paid service. If you are interested in this, please contact me for details at kisded@yahoo.com

    Regards.

  • in reply to: fbomatic #356


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577
    This reply has been marked as private.
  • in reply to: Rss Feeds #354


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    Well, the usage of the plugin is not illegal, however, some content owners might be very restrictive for their content and might not allow it’s reproduction on other sites.

    If he contacted you and asked you to take content down, you should comply and remove his content, because if not, he might create a DMCA takedown notice and fully take down your website.

    However, after removing content you can contact this specific content owner and ask him if he allows partial recreation of posts (excerpts) with linking back to the original source.

    Also, to prevent these situations from happening, you should check the ‘Terms of use’ page for source websites, there they should state if they allow partial or total reproduction of their content.

    I hope this info helped.

    Regards, Szabi – CodeRevolution.

  • in reply to: Custom Fields #353


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Solved.

  • in reply to: Custom Fields #350


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    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: Newsomatic can't import from custom rss #347


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    Thank you for your purchase.

    Regards,

    Szabi – CodeRevolution.

  • in reply to: Custom Fields #346


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    First of all, thank you for your purchase.

    Your approach for setting content in posts is correct, it needed just some minor fixes. Please check below:

    <p class=”p1″>Instructions =&gt; %%item_instructions%%,</p>
    <p class=”p1″>ItemAuthor =&gt; %%item_author%%,</p>
    <p class=”p1″>itemcontentplain =&gt; %%item_content_plain_text%%,</p>
    <p class=”p1″>itemdescription =&gt; %%item_description%%,</p>
    <p class=”p1″>itemurl =&gt; %%item_url%%,</p>
    <p class=”p1″>itemtitle =&gt; %%item_title%%,</p>
    <p class=”p1″>recipedescription =&gt; %%recipe_description%%,</p>
    <p class=”p1″>Iitemimageurl =&gt; %%item_image_url%%,</p>
    <p class=”p1″>itemcalories =&gt; %%item_calories%,</p>
    <p class=”p1″>item_ingredients =&gt; %%item_ingredients%%</p>
    <p class=”p1″>item_tags =&gt; %%item_tags%%,</p>
    <p class=”p1″>item_cat =&gt; %%item_cat%%,</p>
    <p class=”p1″>item_cautions =&gt; %%item_cautions%%,</p>
    <p class=”p1″>item_totalsodium =&gt; %%item_totalsodium%%,</p>
    <p class=”p1″>item_totalfat =&gt; %%item_totalfat%%,</p>

     

    Let me know if this helped.

    Regards,

    Szabi – CodeRevolution.

  • in reply to: Newsomatic can't import from custom rss #343


    Szabi – CodeRevolution
    Keymaster
    Post count: 4577

    Hello,

    The Newsomatic plugin can import content from sources supported by NewsAPI: https://newsapi.org/sources

    If you wish to import content from RSS feeds, please check this other plugin I created: https://codecanyon.net/item/echo-rss-feed-post-generator-plugin-for-wordpress/19486974

    Please purchase the RSS plugin and I will refund the Newsomatic plugin.

    Regards,
    Szabi – CodeRevolution.

Viewing 15 posts - 4,156 through 4,170 (of 4,223 total)