Forum Replies Created
-
AuthorPosts
-
July 20, 2023 at 12:11 pm in reply to: Store data in Custom posts #8124
This reply has been marked as private. -
July 20, 2023 at 5:40 am in reply to: Front-end Prompt #8120
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.
-
July 20, 2023 at 5:35 am in reply to: Regex in the title not working #8119
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.
-
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.
-
July 19, 2023 at 8:54 am in reply to: Multiple Sources? #8114
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.
-
July 18, 2023 at 8:37 pm in reply to: Careeromatic plugin #8112
Yes, update approval takes a while, but should be processed soon.
Regards.
-
July 18, 2023 at 8:23 pm in reply to: WooCommerce #8110
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.
-
July 18, 2023 at 7:48 pm in reply to: Careeromatic plugin #8108
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.
-
July 18, 2023 at 6:55 pm in reply to: problems with the plugin #8107
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. -
July 18, 2023 at 8:44 am in reply to: Creating Bulk Posts but when saving, nothing gets saved and loose all settings #8101
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.
-
July 17, 2023 at 9:45 pm in reply to: problems with the plugin #8096
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.
-
July 17, 2023 at 9:22 pm in reply to: Deepl API key not reverting back to api-free.deepl.com #8095
Hello,
I checked your site and I saw that the issue was with the DeepL API key you entered in the plugin’s settings. Please be sure to use an API key which still has credits left and also has access to the DeepL API.
I checked the plugin with my own DeepL free API key, and for me, it worked.
Also, the issue in the logs was purely cosmetic, the plugin was displaying in logs the api.deepl.com URL, but actually was calling the api-free.deepl.com URL, which is correct.
However, in your case, DeepL is denying requests also for the free endpoint, as your current API keys are not valid for some reason. Please recreate them or use another account.
Let me know if this helped.
Regards.
-
July 17, 2023 at 8:43 pm in reply to: Usage Limit Reset #8094
Hello,
First of all, thank you for your purchase.
Currently, the plugin tracks usage independently of the ‘Ultimate Membership Pro’ plugin, because of this, it cannot reset usage when a new subscription is purchased. A solution for this would be, indeed, to add an option to the plugin to reset the usage of the user, when a new subscription plan is purchased.
Also, at the moment, it checks the first membership which matches the user which is active and checks the usage limits for this specific membership plan. Multiple memberships are currently not supported. The solution for this would be if the plugin’s membership checking would be reworked and support would be added for multi-subsciptions.
I can make these updates for the plugin, as paid custom updates for Aiomatic. For details on this, please contact me at my email: kisded@yahoo.com
Regards, Szabi – CodeRevolution.
-
July 17, 2023 at 7:48 pm in reply to: Deepl API key not reverting back to api-free.deepl.com #8091
Please send an email manually with credentials to kisded@yahoo.com, as I did not receive the email with the password reset.
-
July 17, 2023 at 7:47 pm in reply to: Add topic shortcode in Post Sections List #8090
Hello,
Great idea, the %%topic%% shortcode will be able to be used in the “Prompt For The AI Image Generator” settings field in the next update of the plugin.
Regards.
-
AuthorPosts