Julian
Forum Replies Created
-
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Hero image issueHello Demi,
can you please email us to support(at)codemiq.com, referencing this thread?
Best regards
JulianHello Ken,
I am happy it worked. Please let us know if you have any further questions.
Best regards
JulianHello Ken,
one option would be to create a custom template, which you can find in the “advanced” options tab of our plugin. Then remove the line from the template:
<span style="display:none; visibility:hidden; font-size: 1px !important;">###pre-header###</span>Also, the text becomes visible when the mail is forwarded or the e-mail is being replied to. So in your support system, it will be visible.
Best regards
Julian- This reply was modified 2 years ago by Julian.
Wrapping the shortcode in a language shortcode does also not work:
Neither:
echo do_shortcode( '[trp_language language="en_GB"]' . do_shortcode( '[borlabs-cookie id="open-street-map-leaflet-map" type="content-blocker"] <div id="map-' . $id . '" style="height:' . $height . 'px;"></div>[/borlabs-cookie]') . '[/trp_language]');nor:
echo do_shortcode( '[trp_language language="en_GB"][borlabs-cookie id="open-street-map-leaflet-map" type="content-blocker"] <div id="map-' . $id . '" style="height:' . $height . 'px;"></div>[/borlabs-cookie][/trp_language]');is working.
- This reply was modified 2 years ago by Julian.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Hero image issueHello @martiniboy,
are you using both plugins?
If you require further assistance, please contact us via support(at)codemiq(dot)com.Best regards
JulianHi @anghelemanuel99,
I would like to add though, that I found this filter, on the forum here, not in your documentation. I really suggest you make such information easier accessible.
Best regards
JulianI found the right filter: ‘trp_get_url_for_language’
I will mark this thread as resolved for now, if you have any updates, please let us know.
If you reuqire further assistance feel free to reopen this thread.Best regards
JulianThe plugin uses the standard wp_mail function. No other methods are used.
Are using any custom code or other plugins, that change mail functionality?
I would have to create a test environment and try to replicate the problem.
best regards
JulianHello @mobizdev,
Our plugin does not handle the functionality of sending emails; it is solely responsible for styling outgoing emails. Therefore, I am unable to determine the cause of this issue with certainty.
Is this save function of Formidable Forms a standard function of the free plugin, or are you using a paid version of Formidable Forms?
Best ergards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] set max-width to 549pxHello @jimbob12345,
the width is set intenentionally, as is it’s the content width that’s most suitable for most clients.
However, you could change the css for the next inner container, which is “tbody”, using custom css.Please refer to the documentation.
Alternatively you can create a custom template under the options tab “Advanced”.Best regards
JulianHello @wporguser69,
if you can identify the plugin and let us know, we can look into it.
Best regards
JulianHello @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
Julian