sflwa
Forum Replies Created
-
Thank you so much. Since we’ve moved beyond the original specific item on this thread – I’ll open a support ticket (I already have an account on the portal) and share a vimeo link / any additional notes I have.
Pending the fix for the image (as i had set the width in the customizer) I am ready to use this plugin and otherwise consider this resolved once the new version is published@muddasirhayat
THANK YOU – This is great and worked exactly as expected. I do have a couple of quick follow ups
1) Logo Image – I removed the logo text I have the image set to max width 155, below is the html (show original) from the email generated.2) Test Email – My SMTP plugin has a test link -but it would be great to be able to test from within the customizer
<h1 style="
color: #ffffff;
margin:0;
padding: 28px 24px;
display:block;
font-family:Arial;
font-size: 30px;
font-weight:bold;
text-align:center;
line-height: 150%;
" id="logo">
<a style="
color: #ffffff;
text-decoration: none;
" href="https://sterlinglakeshoa.us" title="Sterling Lakes HOA"><img style=max-width:100%; src="https://sterlinglakeshoa.us/wp-content/uploads/2022/10/IMG_0351.jpg" alt=""/> </a>
</h1>Hello
1) I have be using WP HTML Mail for years but it doesn’t seem to be actively supported anymore
2) I am a power using on Advanced File Manager
3) The issue with FluentCRM specifically is that FluentCRM is an email / campaign plugin – you are building the email / design in the plugin. When using the email template customizer (yours and others) you end up with a double wrapper which is what I’m trying to avoid.
4) Google AI gave me a code snippet if I wanted to use your plugin and disable it for FluentCRM, but that is the same difference of me fixing WP HTML Mail for what broke with FluentCRM 3.0 – I’d like something nativeSo I’m not sure who else might run into this and since i have 60+ sites affected – Fluent Changed their URL structure – here it the code that fixes it
File: wp-html-mail/includes/class-haet-sender-plugin-fluent-crm.php
public function __construct( $mail ) {
// 1. Check classic POST fields (for backward compatibility)
$is_fluent_post = array_key_exists( 'campaign', $_POST ) || array_key_exists( 'campaign_id', $_POST );
// 2. Check modern REST API pathways or specific URL fragments
$is_fluent_api = ( isset( $_SERVER['REQUEST_URI'] ) && strpos( $_SERVER['REQUEST_URI'], 'fluent-crm' ) !== false );
// 3. Fallback: Search the email message body itself for core identifiers
$is_fluent_body = ( strpos( $mail['message'], 'fluentcrm' ) !== false || strpos( $mail['message'], 'fluent-crm' ) !== false );
if ( ! $is_fluent_post && ! $is_fluent_api && ! $is_fluent_body ) {
throw new Haet_Different_Plugin_Exception();
}
}Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Custom Shortcode in TemplateThe answer is yes – my issue was I was doing nested tags to pass attributes – I instead wrapped the attributes and it is working
A quick follow up I just installed another site. This time it worked as I expected but I was logged into WordFence already
Forum: Plugins
In reply to: [Shortcode for MobilizeAmerica API] Time zone fix@gmloss – Let me see about adding the timezone to the output so it’s clear
Forum: Plugins
In reply to: [Shortcode for MobilizeAmerica API] Time zone fixGlad it worked out and much success with your campaign.
Forum: Plugins
In reply to: [Shortcode for MobilizeAmerica API] Time zone fixQuick Question – Did you check the WordPress Timezone Settings has I originally had this issue with the time and got it working but it relies on having the correct time zone set in WordPress. That would be my guess.
Forum: Reviews
In reply to: [Shortcode for MobilizeAmerica API] EXCELLENT PLUGIN!Here is the CSS / Style for the button. You can overwrite this in your theme settings.
I have this plugin on my list of one to version bump soon so I’ll see what other behind the scenes updates I can do..event-link {
display: inline-block;
background-color: #0078d7;
color: white;
padding: 10px 15px;
text-decoration: none !important;
border-radius: 5px;
margin-top: auto;
}@swsupport
Thank you again for bringing this to my attention.
In addition to the same issue that you identified, I actually found an underlying issue that was working, but could be improved upon.
Based on that, I just released version 1.2.5 which addresses the underlying issue that I had found. Which includes some UI issues additionally, I added a sink log that shows the last time a manual or automated sync has run and how many tickets it imported.
Please let me know if you have any other feedback about the plug-in or any requests for it.@swsupport – I just pushed the update – everything should be working now
@swsupport thank you so much for catching this. I already did some testing and found what the issue was. I’m just finishing up my quality control on the test to make sure that everything is good and I will be pushing out a new version. I’ve tested this with both the live current version of main WP along with the early release candidate as well.
@swsupport – Let me check. Just wondering if you are running the new 2.0 version of FluentSupport or the Dev Version of MainWP?
- This reply was modified 3 months, 3 weeks ago by sflwa.
I just found this issue as well – I even tried updated the database manually to correct for it and it didn’t work. There is also something strange with the dates in how it’s showing in the admin.