Forum Replies Created
-
AuthorPosts
-
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.
-
August 21, 2021 at 7:43 pm in reply to: Featured Image #3645
Hello,
I logged in to your site and unchecked the ‘Do Not Copy Featured Image Locally’ checkbox from the plugin’s ‘Main Settings’ menu -> I checked only the ‘Enable ‘Featured Image from URL’ Integration‘ chekbox.
Please let me know if this helped solve this issue for posts which will be generated on your site from now on by the plugin.
Regards,
Szabi – CodeRevolution.
-
August 21, 2021 at 7:37 pm in reply to: Multiple Entertainment Sites at once #3644
Hello,
Thank you, I updated the API, now multiple domain filtering will work properly, please check.
Regards.
-
August 21, 2021 at 6:22 am in reply to: Multiple Entertainment Sites at once #3637
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 20, 2021 at 6:17 pm in reply to: Contentomatic Article Builder – Article Niche – Not Working #3633
Please create a refund request here: https://codecanyon.net/refund_requests/new
Regards.
-
August 20, 2021 at 5:56 pm in reply to: Contentomatic Article Builder – Article Niche – Not Working #3631
Hello,
First of all, thank you for your purchase.
For the plugin to work, you need to enter a valid ArticleBuilder API credentials in the plugin’s ‘Main Settings’ -> ‘ArticleBuilder User Name’ and ‘ArticleBuilder User Password’ settings fields.
Please check the plugin’s tutorial video for more details: https://www.youtube.com/watch?v=PZcvwwnz2sE
Let me know if this info helped.
Regards, Szabi – CodeRevolution.
-
AuthorPosts