Szabi – CodeRevolution

Forum Replies Created

Viewing 15 posts - 1,591 through 1,605 (of 4,654 total)
  • Author
    Posts
  • in reply to: Calling the chat in Aiomatic and passing a prompt #8133


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    Hello,

    First of all, thank you for your purchase.

    Currently, automatically passing content to the chatbot from the Calculated Fields Form is not possible. For this, a custom script is needed to be built for you, which would allow this to happen.

    Unfortunately, I am currently fully booked with work and I cannot help with custom development, however, if you need it, I can send you the contact details of some WordPress developers I know, they will be able to help you with this request. For info on this, please contact me at my email kisded@yahoo.com

    Regards, Szabi – CodeRevolution.

  • in reply to: Problems with Login on blog after istalling Aiomatic #8131


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    Hello,

    First of all, thank you for your purchase.

    Please send me details regarding this issue to my email address: kisded@yahoo.com and I will help.

    Regards, Szabi – CodeRevolution.

  • in reply to: Store data in Custom posts #8128


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    I also thank you!

    Regards.

  • in reply to: Store data in Custom posts #8126


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    Yes, this is possible. You need to use the ‘Custom Shortcode Creator’ feature of the plugin, to extract specific parts of scraped data. Tutorial video for this: https://www.youtube.com/watch?v=OnANHg0OSVw

    The shortcodes you create like this, ca be used in the ‘Post Custom Fields’ settings field, to assign them to custom fields in posts. Tutorial video: https://www.youtube.com/watch?v=GMIojmlI9fA

    Regards.

  • in reply to: Store data in Custom posts #8124


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104
    This reply has been marked as private.
  • in reply to: Front-end Prompt #8120


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    Hello,

    First of all, thank you for your purchase.

    Yes, this is possible. You can set predefined messages to the chatbot and make the user not be able to edit them. You can do this from the plugin’s ‘AI Chatbot’ menu -> ‘Chatbot Settings’ tab -> ‘Prompt Templates’ settings field, where you will be able to add a semicolon (;) separated list of possible chatbot messages for users. If you set the ‘Prompts Editable By Users’ to ‘Off’, users will also not be able to edit the chatbot messages, allowing them only to select the predefined messages from the above list.

    Regards, Szabi – CodeRevolution.

  • in reply to: Regex in the title not working #8119


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    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: Hi #8116


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    Hello,

    First of all, thank you for your purchase.

    If you enabled the chatbot globally, you can disable it from the plugin’s ‘AI Chatbot’ menu -> ‘Chatbot Website Injection’ tab -> set the ‘Inject Chatbot Globally Your Site’ settings field to ‘Off’.

    Let me know if this helped.

    Regards, Szabi – CodeRevolution.

  • in reply to: Multiple Sources? #8114


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    Hello,

    First of all, thank you for your purchase.

    Currently the plugin can import content only from a specific source (for a specific rule). If you wish to import content from multiple sources using the same search query, you need to create multiple rules for this, each importing from different sources. The easiest way to achieve this is to duplicate existing rules, to do this, please create a rule from a specific source and click ‘Duplicate This Rule’ from rule actions. When the rule is duplicated, please select a new article source for it.

    Also, I noted your suggestion, will think on a way to add support to the plugin to import content from multiple sources in the same rule in upcoming plugin updates.

    Regards, Szabi – CodeRevolution.

  • in reply to: Careeromatic plugin #8112


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    Yes, update approval takes a while, but should be processed soon.

    Regards.

  • in reply to: WooCommerce #8110


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    Hello,

    First of all, thank you for your purchase.

    Please send me the URL of products which you are scraping and I check on this. You can send this info also in private to my email: kisded@yahoo.com

    Regards, Szabi – CodeRevolution.

  • in reply to: Careeromatic plugin #8108


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    Hello,

    I updated Careeromatic to v1.3.7.4 – added an action hook which fires after each post insert.

    The hook name is: careeromatic_wp_insert_post

    You can use it as follows:

    // Function to be hooked into careeromatic_wp_insert_post
    function my_custom_action_hook_function($post_ID, $post) {
    // Perform your desired actions here
    // You can access the inserted/updated post object using $post_ID or $post
    // You can also check whether it’s an update or insert using the $update parameter
    }
    add_action(‘careeromatic_wp_insert_post’, ‘my_custom_action_hook_function’, 10, 2);

    I hope this helps.

    Regards.

  • in reply to: problems with the plugin #8107


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104
    Hello,
    I checked on your site and saw that the plugin is not able to finish the publishing job because your server currently has some settings which limit it from running for longer periods of time (which is needed to create long articles).
    To fix this, please increase the WP Memory Limit settings to 256M or above. Please check this tutorial for steps needed: https://coderevolution.ro/knowledge-base/faq/my-allocated-wordpress-memory-is-too-low-how-do-i-increase-it/

    Also, increase max_execution_time, this is needed to allow the plugin to run for longer time periods, please check: https://coderevolution.ro/knowledge-base/faq/how-to-increase-the-max_execution_time-settings-on-your-server/ – set it to 1000.
    I suspect that your server’s settings are currently limiting the plugin from running correctly, making the above changes should help solve this issue.
    Let me know if this helped.
    Regards.

  • Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    Hello,

    I suggest you check the ‘Don’t Try To Fool AI Detectors (Disable Content Tricks)’ checkbox from the plugin’s ‘Main Settings’ menu -> ‘General Settings’ tab. This might solve this issue, please check on this for newly created posts.

    Regarding the question regarding the bolding of headings, you must add this to the prompt which is sent to the AI, which creates the content. Add in the prompt instructions about bolding of headings using HTML and the AI will do this.

    Regards.

  • in reply to: problems with the plugin #8096


    Szabi – CodeRevolution
    Keymaster
    Post count: 5104

    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.

Viewing 15 posts - 1,591 through 1,605 (of 4,654 total)