Julian
Forum Replies Created
-
Hello @wporguser69,
I just tested it, it is working as intended. There is probably another problem specific to your setup.
Please deactivate all other plugins and switch to a standard WP theme. Let me know if the issue persists after that.Best regards
JulianHelo @hollysieck,
you can always add custom CSS via a hook. Please have a look at the documentation.
Best regards
JulianAs I have not gotten a response, I have built my own Block, which works with Borlabs.
Either way, you should add an option for that.Hello Michale,
Thank you for the information. For further inquiries about our paid plugin, please contact support(at)codemiq.com.
Best regards
JulianHello @themesflat,
are you certain you have posted this in the correct forum?
How is your rquest related to our plugin?
Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Images always asking to downloadHello @nimster,
that’s the default behavior of some e-mail clients. There is nothing you can do about that.
However, you could maybe write your own filter, hook into the wp-mail function, search for all image tags, replace them with base64 encoding and embed them inline.
This is outside of the scope of our plugin however.
Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Mail Mint Compatibility or ExclusionAs you have not posted any further messages, I assume your problem was solved.
If not, feel free to let us know.Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Mail Mint Compatibility or ExclusionHello @txphi592,
you can also use
$mail['message']
to identify any element, that is included in every email, with the same filter.
Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] 96 Displaying in the EmailI am happy it worked.
If you experience any further issues, let us know please.
Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] 96 Displaying in the EmailHello Hanna,
do you still have troubles?
Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Mail Mint Compatibility or ExclusionHello @txphi592,
can you please try this snippet:
add_filter( 'haet_mail_use_template', function ( $use_template, $email ){ if( $email['subject'] == 'MY KEYWORD' ){ $use_template = false; } return $use_template; } , 10, 2 );
Let me know if that works for you.
Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] 96 Displaying in the EmailHello Hanna,
“The email that triggers the problem is an email template created inside a custom plugin.”
What plugin are you using? If the plugin is not supported it will not work, but then you could use this filter, to deactivate our template for these specific emails.
You can fin the option for disabling header for support plugins under:
Settings -> Email template > Plugin emails (then click on plugin under Active plugins).Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] 96 Displaying in the EmailHello Hannah,
does your issue still persist?
Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] 96 Displaying in the EmailHello Hannah,
you can use the same options for any supported plugins.
Please describe in detail which e-mail triggers the problem when it is send, how it is triggered and which other plugins you use, that might interfere.Thank you and best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] 96 Displaying in the EmailHello @hnnhtabunan,
If you are using WPForms, please turn on the “Hide header “option. You can also deactivate “Use template”.
Best regards
Julian