Szabi – CodeRevolution

Forum Replies Created

Viewing 15 posts - 1,306 through 1,320 (of 4,653 total)
  • Author
    Posts
  • in reply to: Wrong content #8902


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    Hello,

    First of all, thank you for your purchase.

    Can you send me, please, more details about where exactly in the ‘Single AI Post Creator’ menu did you enter the prompt you mentioned above? I need this info to understand what exactly did you try and to help fix this issue for you.

    Please send some screenshots with what you tried, if possible. Thank you.

    Regards, Szabi – CodeRevolution.

  • in reply to: Bulk AI Post Generator #8898


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    Currently this can be made possible only if you add into the prompt sent to the AI, which creates the sections, info about the need to add also clickable links to the end of the sections it generates.

    This can be done using the ‘Content Prompt’ settings field, as follows:

    Write the content of a post section describing the product “%%product_title%%” in %%language%%. Include pros and cons of the product. Don’t repeat the product title in the created content. Don’t add an intro or outro. Write %%paragraphs_per_section%% paragraphs in the section. Use HTML for formatting, include unnumbered lists and bold. Add to the end of the section, a clickable link leading to %%offer_url%%, in this format: <a href=”%%offer_url%%” target=”_blank”>See the product on Amazon</a>

    Writing Style: %%writing_style%%. Tone: %%writing_tone%%. %%first_hand_experience_prompt%% Extract content from the following product description: “%%product_description%%”

    I hope this helps.

    Regards.

  • in reply to: Problem with automatic editor #8896


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    Hello,

    I checked and the plugin was not processing posts on your site because the ‘Requête de l’année’ settings field was set to 2018, and all the posts published on your site are published in 2019 and after.

    Because the ‘2018’ settings, no newer posts were processed. I removed the value of this settings field, now posts are processed, please check.

    Regards.

  • in reply to: Release Notes? #8894


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    Hello,

    First of all, thank you for your purchase.

    Please check the changelog of the plugin, on the bottom of its sales page, here: https://1.envato.market/aiomatic

    Also, for most updates, I release tutorial videos on my YouTube channel, here: https://www.youtube.com/@CodeRevolutionTV/videos

    I hope this helps.

    Regards, Szabi – CodeRevolution.

  • in reply to: Problem with automatic editor #8892


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    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: Bulk AI Post Generator #8889


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    This was probably caused by the ‘AI Content Editor’ feature of the plugin. I disabled this feature on your site, please check if this helped (for newly published posts).

    Regarding adding the same products in multiple reviews created by the same rule ID, well, yes, this is indeed not possible to be filtered yet. I noted this idea, will be thinking on a way how to filter out already published products, however, not sure if this is possible, because of Amazon API limitations. But will think on it.

    Regards.

  • in reply to: This plugin is not working on cloudflare #8885


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    Hello,

    I checked and something is not right with your server, as I tried to update the plugin to the latest version from my development, I deleted the plugin first, than tried to upload it to your site, but the plugin uploading returns always the following server error: https://ibb.co/Bys6d0f

    Please check with hosting provider’s support and ask them to solve this issue. Let me know if this helped.

    Regards,

    Szabi – CodeRevolution.

  • in reply to: Limit Words Without Loosing Quality on Other Rules #8880


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    Yes, usually the title based posting will use fewer tokens than the topic based posting.

  • in reply to: Limit Words Without Loosing Quality on Other Rules #8878


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    I understand now.

    In the posting mode you are using, you can limit the length of the article by reducing the number of sections which are added to the article. You can do this by setting ‘Number of Content Sections to Generate’ to 2. Also, reducing the number of paragraphs per section to 1-2 can help.

    Another option is to switch to ‘Title Based’ posting mode, where you will be able to add to the prompt sent to the AI to create content to a specific length (as the currently used “section based posting” uses multiple API requests to build the article, one for each section, while the “title based posting” uses a single API request for the entire article).

    To switch to title based posting, you can change the ‘Post Creation Mode’ rule parameter to ‘Title Based’.

    I hope this info helps.

    Regards.

  • in reply to: Error code returned for Pinecone Index: 404 #8873


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    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: Error code returned for Pinecone Index: 404 #8869


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    Hello,

    First of all, thank you for your purchase.

    Are you sure that the Pinecone index is created and valid (they automatically delete unused indexes after a period of time, please check on this). Also, please be sure to follow these settings when creating your index: set the dimension to 1536, and choose cosine for the metric

    Also, please double check on the plugin’s settings, Pinecone API key and index URL.

    Let me know if this helped.

    Regards, Szabi – CodeRevolution.

  • in reply to: Rules have stopped running Automaticaly #8866


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    Something like:

     

    wget -q -O – https://yoursite.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1

     

    Replace yoursite.com with your real site URL.

  • in reply to: Rules have stopped running Automaticaly #8864


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    Hello,

    First of all, thank you for your purchase.

    Based on the description of this issue, your site has problems with wp_cron functionality of WordPress.

     

    To fix this, you will need to replace wp_cron with a server side cron. Please check this page for details on how to do this: https://themeisle.com/blog/disable-wp-cron/

    If you don’t know how to make these changes, please contact your hosting provider’s support and ask them to fix wp_cron for your server.

    After this is fixed, the plugin should be able to run automatically without issues, as it is using the wp_cron system for the scheduling part, which will be replaced with the server side cron, which is much more trustworthy.

    Regards, Szabi – CodeRevolution.

  • in reply to: Getting an error “undefined” when generating images #8861


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103
    This reply has been marked as private.
  • in reply to: Getting an error “undefined” when generating images #8859


    Szabi – CodeRevolution
    Keymaster
    Post count: 5103

    Hello,

    Please send me temporary admin login credentials to your second site and I help.

    Send it, please, to my email address: kisded@yahoo.com.

    Regards, Szabi – CodeRevolution.

Viewing 15 posts - 1,306 through 1,320 (of 4,653 total)