Julian
Forum Replies Created
-
Dear mkormendy,
we are still waiting for a reply of the gravity forms team.
We will let you know as soon as we make progress.
Best regards
JulianForum: Themes and Templates
In reply to: [OceanWP] Logo not clickable on desktopI solved the problem.
Thank you.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Different look on computer and phoneHello tigervilja,
as there has been no response in quite some time, I will mark this thread as resolved.
If you need any further assistance, please open a new thread.
Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Add Custom Font to EmailHello herzensangelegenheit,
as there has been no response in quite some time, I will mark this thread as resolved.
If you need any further assistance, please open a new thread.
Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Issues with the layout editorHello albertohrtzt,
as there has been no response in quite some time, I will mark this thread as resolved.
If you need any further assistance, please open a new thread.
Best regards
JulianHello ripitgovind,
as you haven’t responded in quite some time I will mark this thread as resolved.
Please open a new thread if you have any further issues.Best regards
JulianForum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Not receiving any form submissionsDear mongoose64801,
unfortunately I am not quite sure what your problem is. The plugin does not handle the forms themselves, just the e-mail design.
What form plugin are you using?
Best regards
JulianForum: Themes and Templates
In reply to: [OceanWP] Logo not clickable on desktopNo idea what you checked, but in different browsers, on different machines, I can not click the Header Logo in Desktop view.
It’s not working!
Forum: Themes and Templates
In reply to: [OceanWP] Logo not clickable on desktopDid you find the issue?
I can’t figure it out, I have been trying for quite a while…
Forum: Themes and Templates
In reply to: [OceanWP] Logo not clickable on desktopHello ripitgovind,
did the shortcodes work before using our plug-In, or do they work when you deactivate the plug-in?
Best regards
JulianHello blackeye0013,
you could regulate your outgoing e-mails by “subjects” for example, and deactivate all e-mail templates with certain subjects, as explained here, in the FAQ:
Best regards
Julian
Hello tigervilja,
to disable the plugin for certain templates, please refer to the FAQ.
Here is an example of using the function:
add_filter( ‘haet_mail_use_template’, ‘customize_template_usage’, 10, 2 );
function customize_template_usage( $use_template, $mail ){if($mail[‘subject’] == ‘Your Subject’){
return false;
} else {
return true;
}
}Hope that helps you.
Best regards
JulianForum: Plugins
In reply to: [DCO Comment Attachment] Images do not upload in custom themeHello Denis,
We finally found the problem, the old theme developer deregistered jQuery, that is why it was not working.
It is working as intended now.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Password recover linkHello bttmrc,
this issue has come to our attention, we plan on fixing it with the next update (probably after the holidays).
Best regards
Julian