Jordanairwave
Forum Replies Created
-
This has just happened to me as well. Reverting back to 2.1.2 fixed my issue.
Cloudinary have really dropped the ball with version 2 of the plugin. We have had a lot of issues and are now thinking of moving away from them.
Forum: Plugins
In reply to: [Cloudinary - Deliver Images and Videos at Scale] Fatal ErrorAfter more investigation and discovering the message
* @deprecated CloudinaryUploader is deprecated, use \Cloudinary\Uploader instead
in the uploader.php file, I traced it back to a custom plugin we had written. Simply changing
CloudinaryUploader::upload to \Cloudinary\Uploader::upload fixed the issue.
Hope this helps someone else.
Forum: Plugins
In reply to: [Cloudinary - Deliver Images and Videos at Scale] Parse Error: syntax errorDid this every get resolved please?
Forum: Plugins
In reply to: [Easy Digital Downloads - CSV Manager] Import of purchase history addressThank you for that Alex,
We added a custom field to the check out process called “Message” The client would like to be able to upload a CSV and the message field be added to the payment history.
I have changed some bits, but not getting any errors and its also not importing. So I thought I would see if I was on the right lines.
Forum: Plugins
In reply to: [Easy Digital Downloads - CSV Manager] Import of purchase history addressHi @alex
Have you got the code you used to add the extra field in please, Since the code got deleted.
We are trying to import and message field but I cant seem to get the data to import.
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] SMTP Sent Error :(I was just having the same issue with Knews not sending with Gmail SMTP
I ended up using the settings below:
Host SMTP: smtp.gmail.com
Port SMTP: 465
SMTP Secure: ssl
Conn mode: IsSendmail()The issue I was having was Conn mode was set to IsSMTP(), I simply changed it to IsSendmail(0 and it all started working.
Forum: Plugins
In reply to: [Knews Multilingual Newsletters] SMTP problemHi Willktor
I know its late after the question has been answered, but I just had the same problem with a connect fail issue.
I ended up using the settings below:
Host SMTP: smtp.gmail.com
Port SMTP: 465
SMTP Secure: ssl
Conn mode: IsSendmail()The issue I was having was Conn mode was set to IsSMTP(), I simply changed it to IsSendmail(0 and it all started working.
Hope this helps.
Forum: Networking WordPress
In reply to: Widget area not workingI was just thinking, I forgot I have the WP-Cach plugin installed. I think that must be it.
Thanks for your help Andrea.
Forum: Networking WordPress
In reply to: Widget area not workingOk, That is very strange, Now they are showing up. Umm strange. Server caching do you think?
None of the widgets are hand coded.