Forum Replies Created
-
AuthorPosts
-
December 16, 2019 at 9:03 pm in reply to: Yummomatic Plugin Exceptions (Not Posting) #916
Hello,
I checked and it seems that WordPress does not have write access to the location where the plugin wants to save images.
Please check this error:
No access to the local file system: /opt/bitnami/apps/wordpress/htdocs/wp-content/uploads/2019/12/4281/grilled-salmon-with-cherry-pineapple-mango-salsa.jpg
Please grant write access for WordPress to this location.
The error can be seen in the Activity and Logging menu of the plugin.
Regards.
-
December 16, 2019 at 8:19 pm in reply to: Yummomatic Plugin Exceptions (Not Posting) #914
I checked with the same plugin settings as you have on your site, and on my test blog importing worked.
Because of this, I suspect that the issue is caused by one of the other plugins that you have installed on your site.
Am I allowed to temporarily deactivate them one by one, to check if I find the source of the issue?
Let me know if you have some vital plugins for your site, that should not be deactivated.
Regards.
-
December 16, 2019 at 7:27 pm in reply to: Yummomatic Plugin Exceptions (Not Posting) #910
Hello,
Please send me also a login URL and a username, so I can log in to your site and check on the plugin.
Regards.
-
December 16, 2019 at 5:14 am in reply to: Yummomatic Plugin Exceptions (Not Posting) #908
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.
-
December 15, 2019 at 9:51 pm in reply to: scraping not working after deleting post #903
For this, you can use the regex strip and replace feature. Please check more on this here: https://www.youtube.com/watch?v=3esvOrdtAKQ
Regards.
-
December 15, 2019 at 7:57 pm in reply to: scraping not working after deleting post #900
Hello,
I checked and the ‘Banned Words List’ settings field from importing rules advanced settings was preventing publishing of new posts. It was set to:
ArticleCity.com, ArticleCity
I deleted this from rule settings, now imporinig works again, please check.
Regards.
-
December 15, 2019 at 2:21 pm in reply to: scraping not working after deleting post #898
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.
-
December 13, 2019 at 6:03 am in reply to: Regarding youtube video upload #896
Hello,
Unfortunately, the plugin is not supporting uploading of videos from S3.
It is on my to-do list, but I did not managed to implement this, yet.
Regards.
-
December 13, 2019 at 5:06 am in reply to: Plugin does not work #894
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.
-
December 12, 2019 at 9:01 pm in reply to: Contentomatic Support #891
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.
-
December 12, 2019 at 8:03 am in reply to: cURL error 60: SSL certificate problem #889
I am glad that you managed to solve it. 🙂
If you like the plugin, please give it a rating on CodeCanyon, it is really appreciated. 🙂
-
December 12, 2019 at 7:52 am in reply to: cURL error 60: SSL certificate problem #888
Have you tried the below solution?
- Download and extract for cacert.pem here (a clean file format/data)
- put it here
C:\xampp\php\extras\ssl\cacert.pem
- in your php.ini put this line in this section (“c:\xampp\php\php.ini”):
;;;;;;;;;;;;;;;;;;;; ; php.ini Options ; ;;;;;;;;;;;;;;;;;;;; curl.cainfo = "C:\xampp\php\extras\ssl\cacert.pem"- restart your webserver/apache
-
December 12, 2019 at 5:14 am in reply to: cURL error 60: SSL certificate problem #885
Hello,
The ‘SSL certificate problem: unable to get local issuer certificate’ error is a server configuration related issue.Please contact your hosting’s support and ask them to fix SSL certificates on your site (tell them about this error): cURL error 60: SSL certificate problem:ÂcURL error 60: SSL certificate problem: unable to get local issuer certificate for https://atlantasroyalphotography.smugmug.com/hack/feed.mg?Type=nickname&Data=atlantasroyalphotography&format=atom10If you wish to try to fix this yourself on your server, please check this page where the steps to fix this issue are described: https://stackoverflow.com/questions/29822686/curl-error-60-ssl-certificate-unable-to-get-local-issuer-certificateIf you contact your hosting provider for support, please send them the above link.Regards, Szabi – CodeRevolution.
-
December 11, 2019 at 9:47 am in reply to: Etsyomatic product category #883
Hello,
Thank you for pointing out the CSS issue, I removed it in the v1.0.1.2 update for the plugin.
Please don’t forget to clear the cache in your browser, so the new css can be applied to the web page.
Please check and let me know if it helped.
Regards.
-
December 10, 2019 at 8:56 pm in reply to: Etsyomatic product category #881
I managed to find the correct category path for ‘Lamps’ -> it is:
Housewares/Lighting This is how I found this category node: I called the API directly, like: https://openapi.etsy.com/v2/listings/active?api_key=PLACE_YOUR_API_KEY_HERE&geo_level=country&keywords=lamp&limit=10&offset=1 And I have copied the value of the category name, from the 'category_path' result, from the api return values, for the product category I wish to import. Example:
"category_path":["Housewares","Home Decor"] -> the category path name for this will be: Housewares/Home Decor Also, please be sure to update the plugin to the latest version (v1.0.1.1), so spaces in category names can be parsed correctly by the plugin. And the API node that lists the lighting category: https://openapi.etsy.com/v2/listings/active?api_key=PLACE_YOUR_API_KEY_HERE&geo_level=country&category=Housewares/Lighting&keywords=wood&limit=1&offset=1 I have to contact Etsy support, and ask them for an easy method to find category paths.
-
AuthorPosts