Michael
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Amazon SESPostman uses smtp while WP SES uses SES api. 2 ways to use SES.
Let’s see if I didn’t mess up my first PR on caldera Forms ??
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Amazon SESYou need to create smtp credentials in aws.
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.htmlBased on the code, Caldera_Forms::do_magic_tags is only applied on the placeholder and not the default value.
I already implemented a workaround by altering the rendering of the field. Works great.
That’s really great ?? I’ll test it later today.
Thanks for the quick reply, I really appreciate.
I haven’t seen any issues during the first tests but I thought I would ask directly.
My tests on PHP 7 are still pending, so based on your feedback I’ll be attentive.I have to say I really appreciate the clean and commented code. Very easy to go through it ??
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Modals not working in 1.5I observed the same issue with vue-filter.min.js. I’ll stick with the 1.4.9 in production for now until I can figure how to deal with it. No stress ??
Forum: Plugins
In reply to: [Caldera Forms - More Than Contact Forms] Not working well with wp rollbackI had a chat with Matt. He told me the last version should work.
I currently cannot install the plugin from the repo. The 1.5+ version has some changes that breaks the integration I did. As soon, I’m fully supporting the new version, I’ll reinstall from the repo and try again. I’ll keep you updated.
Thanks!I currently cannot install caldera from the repo. The 1.5+ version has some sensitive changes and some integration I did. As soon, I’m fully supporting the new version, I’ll reinstall from the repo and try again. I’ll keep you updated.
Thanks Matt for the info.Forum: Reviews
In reply to: [FacetWP Manipulator] Very interesting!Thanks David! I’m a big fan of your plugins either for Facetwp or Caldera. Always awesome and rock solid stuff!
Forum: Reviews
In reply to: [WooCommerce Shipping & Tax] Error 500 returnedSorry guys I didn’t keep the plugin on the staging website.
But the errors were appearing on the label creation, once the addresses were input.
So yes it’s probably linked to the addresses validations.I would like to think even if the addresses were erroneous, we shouldn’t get 500 errors but some more explanatory perhaps. I’m not 100 % sure but I think the same addresses were validated by WC USPS plugins. I didn’t keep track of the addresses.
Sorry for not being more helpful, I know it’s rather vague.
Forum: Reviews
In reply to: [YITH WooCommerce Wishlist] wishlist.js override not working with child themeThank you guys, looking forward to it ??
Dropping the tables or reinstalling after enabling the reset of data option was the only way.
I had to do once on every website where wordfence was installed for more than 1y.
Once it was done it never happened again on the same site.
It looks pretty much like a backward compatibility issue to some extend.Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Amazon SESWhy not simply using an smtp credential with SES ?
Forum: Reviews
In reply to: [Woocom Role Based Reports] Very Good IdeaI’m using another setup for wholesale, but this applies perfectly.
I guess anyone using using multiple role will enjoy this simple plugin.Yes you’re right, by adding a condition on the existing filter editable_roles, this will do.
I didn’t see it at first after consulting the codex, but next time I’ll open the source before posting ??