adityasharma1
Forum Replies Created
-
Hello @donovanmediaholic,
Aditya from The Plus Addons for Elementor Team.
Apologies for any inconvenience caused! Personally, I would never want any of our users to have a bad experience.
I would like to confirm that by default, during the onboarding process of The Plus Addons for Elementor, we don’t install any theme. There’s a checkbox that needs to be ticked for installation.
Please refer to this image for reference — https://cln.sh/X6RqSVcMI have also shared your feedback with our product team. We are working to improve this aspect. We might install the theme but won’t activate it unless done manually.
Thank you for taking the time to share your feedback. I am sure The Plus Addons for Elementor has more to offer, which you will love. Our team is here for you if you require any help.
If possible, please do reconsider the review. Your 5 star reviews, keeps us and our team more motivated than coffee. ??
We would love to see great sites built with The Plus Addons for Elementor.
Sorted @haseeb0001
Actually, the default sending email and name was set by your plugin setting, which was a gmail id.
Due to which it showed data not accepted via zepto email.I made both the values blank and now my multi SMTP is working fine.
Thank you for your time, hope this was optional so that email templates never conflict for sending email datas
Hello @haseeb0001, hope you’re able to recreate.
Wish to sort this out soon : )Hello
It works, when I send with Sendgrid, but it doesn’t when I choose Zepto mail.
I want to use multiple SMTP, thats why I am using Fluent SMTP.
Any idea what might be going wrong?
I used WP HTML Mail, previously never faced issue, but shifted to here,due to custom CSS and things are well coded, i dont wish to change.
UPDATE: ithemes mail arent working too – https://ibb.co/YWjK87L
Can you please help urgently with this?
Hello Julian,
Can you please confirm if there’s a way to bypass template when mail is sent from particular email?
As using to email doesn’t makes sense as mails are sent to alot of users.
Any help for to solve this issue is highly appreciated with the exact code where i can replace from mails
I got it from the support thread itself,
Anyways can you share the final code?When my use case is, all mails send from [email protected] won’t have HTML templates
Please check this snap, this is the exact code I have added- https://ibb.co/bLcjmrp
In text :
add_filter( 'haet_mail_use_template', 'customize_template_usage', 10, 2 ); function customize_template_usage( $use_template, $mail ){ if( $mail['to'] == '[email protected]' ) return false; return $use_template; }
PS: I do have the EDD addon too
- This reply was modified 2 years, 8 months ago by adityasharma1.
I fixed it class ID! Sorry for this
It was a Plugin conflict just deactivating didn’t fix it deleting it completely fixed the issue.
Thanks for your Help ??
Thanks for replying. I deactivated all my Plugins. still, I am facing this.
Also did this in fresh new website export Works sometimes. But Most of the times I am getting admin-ajax.php. Also, rollbacked to the Older Elementor version.
the content of the download PHP file is{“success”:false,”message”:”Action security failed, please repeat action”}