Forum Replies Created
-
AuthorPosts
-
August 26, 2021 at 9:43 am in reply to: Make a few tweaks to this post format #3681
For private sources i can recommend also this other plufin i created, which can import posts from rss feeds: https://codecanyon.net/item/echo-rss-feed-post-generator-plugin-for-wordpress/19486974
Regards.
-
August 26, 2021 at 7:51 am in reply to: Post is not generated from rule #3679
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.
-
August 26, 2021 at 7:46 am in reply to: Make a few tweaks to this post format #3678
Hello,
To solve this, please check the ‘Disable Post Excerpt‘ checkbox in importing rule settings, for all rules you have set up in the plugin -> save settings -> import new posts.
Regards.
-
August 25, 2021 at 9:59 pm in reply to: WordAI new API not working #3674
Hello,
First of all, thank you for your purchase.
Please check 2 things in the plugin:
1. Please use the latest available version or the Echo RSS plugin: 5.3.5.1 – this version contains the code changes necessary to work with the new WordAI API.
2. Please be sure to use your API key (not password) in the plugin’s ‘Main Settings’ menu -> ‘Premium Spinner Service Password/API Key’ settings field. The new API version requires your API key there (no longer accepting your account password).
Let me know if these tips helped. If not, please send me temporary admin login to your site and I check on this. My email is kisded@yahoo.com
Regards, Szabi – CodeRevolution.
-
August 25, 2021 at 7:23 am in reply to: Rule on Running Manually #3672
Hello,
Sorry for the delay in my response, it is caused because of time zone differences between our locations.
I checked your server and it seems that the infinite loading is caused by CloudFlare – they are returning a timeout message to the plugin and it is not able to get back the correct ‘Posts imported OK’ message from the server because of this.
However, post importing is working correctly for you, I made multiple tests and posts were imported correctly on your site, I just published 13 new posts, please check logs: https://newsflavor.com/wp-admin/admin.php?page=newsomatic_logs
Unfortunately the CloudFlare timeout issue cannot be fixed, because the message is coming from CloudFlare’s part, however, as mentioned above, the plugin is able to create content correctly for your site. The importing process is taking a longer period on your server to complete, however, it is working.
So, please wait a 10-20 minute period for the importing to complete importing of posts on your site and it will be able to create content for your site correctly.
I hope this info helps.
Regards,
Szabi – CodeRevolution.
-
August 25, 2021 at 7:08 am in reply to: Removing unwanted name in Title and Content using Regex #3671
Hello,
First of all, thank you for your purchase.
I logged in to your site and saw that you entered regexes to match: GlobeNewswire
However, in the image you appended to this ticket, I see that the following text is highlighted:
Globe Newswire
Please note the space between Globe and Newswire from above.
To replace also this text, where a space appears between these words, you need to write regex which matches also the above variant.
Example regex which matches both GlobeNewswire and Globe Newswire is the below:
Globe\s*Newswire
Please use this site to create your regexes, it is very helpful in learning regex and writing your expressions:
I hope this info helped.
Regards,
Szabi – CodeRevolution.
-
August 24, 2021 at 8:44 pm in reply to: Make a few tweaks to this post format #3669
Hello,
First of all, thank you for your purchase.
Please check this tutorial video for info on how to remove the Read More button from the created posts: https://www.youtube.com/watch?v=zRTDwEvE4-Y
Let me know if this info helped.
Regards, Szabi – CodeRevolution.
-
August 24, 2021 at 9:07 am in reply to: Rule on Running Manually #3661
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.
-
August 24, 2021 at 9:07 am in reply to: Unable to get it work. #3660
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.
-
August 23, 2021 at 10:18 am in reply to: Can I automatically put the imported articles into My Categories? #3657
Hello,
First of all, thank you for your purchase.
Yes, this is possible, please select the categories you want to add to created posts using the ‘Additional Post Categories’ settings field in importing rule settings. Please save settings and import new posts.
Let me know if this helped.
Regards, Szabi – CodeRevolution.
-
August 22, 2021 at 8:58 pm in reply to: Spin Rewriter Not Working #3654
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.
-
August 22, 2021 at 7:27 pm in reply to: Featured Image #3652
Hello,
I am glad to hear this!
Currently, upgrading the single domain license can be done only if you make a refund request for your current license and purchase a new ‘Extended License’ for the plugin, for CodeCanyon. Sorry for this inconvenience, but this is how currently licensing works on CodeCanyon. You can make a request here: https://codecanyon.net/refund_requests/new
Regards.
-
August 22, 2021 at 7:25 pm in reply to: Spin Rewriter Not Working #3651
Hello,
Yes, if articles are spun, it will continue to work. You can also check the ‘Activity and Logging’ menu of the plugin, to check for warnings or errors.
Let me know if I can further help.
Regards.
-
August 22, 2021 at 5:48 am in reply to: Spin Rewriter Not Working #3648
Hello,
I was glad to help fixing the filter issue.
To make SpinRewriter work, please add your SpinRewriter API key instead of your password in the plugin settings. You can get your API key from here: https://www.spinrewriter.com/cp-api
Let me know if this helped.
Regards, Szabi – CodeRevolution.
-
August 21, 2021 at 7:48 pm in reply to: cannot use the plugin #3646
Hello, First of all, thank you for your purchase.
It seems that your server’s settings needs to be changed to allow execution of ffmpeg on your server, please check below:
If you are not the root on the machine, and
exec()function is disabled, then you can’t enable it by yourself.See http://php.net/manual/en/ini.core.php#ini.disable-functions
disable_functions string
This directive allows you to disable certain functions for security reasons. It takes on a comma-delimited list of function names. disable_functions is not affected by Safe Mode.
Only internal functions can be disabled using this directive. User-defined functions are unaffected.
This directive must be set in php.ini For example, you cannot set this in httpd.conf.
How to enable exec() and shell_exec()
To enable exec() function, you have to modify php settings using a php.ini file.
- Open php.ini file and search for disable_functions exec and shell_exec
- Delete “exec” and “shell_exec” from disable_functions
disable_functions = "show_source,system, shell_exec,exec"
- Save the changes and reboot server.
That’s it!
I hope this helped.
Regards, Szabi – CodeRevolution.
-
AuthorPosts