bluesix
Forum Replies Created
-
The emails are being sent as ‘text/plain’ and contain HTML, hence the issue. They don’t appear to be multi-part.
X-Mailer: PHPMailer 6.4.1 (https://github.com/PHPMailer/PHPMailer) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Subject: xxxxx <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> </head> <body>xxx</body> </html>(tried using the contact form on your website, but it’s throwing a 403 error when I submit)
- This reply was modified 5 years ago by bluesix.
Thank you – that work-around does the trick!
Forum: Plugins
In reply to: [MyRewards] REmoved from repo?Any update on this?
Forum: Plugins
In reply to: [Blog Designer] jQuery.fn.load() is deprecatedjQuery migrate is reporting this for me too.
Are you able to update the plugin with the correct code?- This reply was modified 5 years, 4 months ago by bluesix.
I was also have this same issue. All the code was loading correctly, but the popup layer was set to display:none; at all times (Auto Open setting).
Installing jQuery Migrate and selecting Legacy version fixed my issue as well.
Forum: Plugins
In reply to: [Campaign Monitor for WordPress] Triggering jQuery deprecation errorsWill do. Thanks.
Forum: Plugins
In reply to: [Campaign Monitor for WordPress] Triggering jQuery deprecation errorsWe are running WP 5.5.1
I installed Enable jQuery Migrate to fix this issue, but from what I understand that will stop working as of WP 5.6.Thanks – will do.
Forum: Plugins
In reply to: [WP Post Popup] WPBakery shortcode not renderingUPDATED: I’ve already added the ID “modal-ready” to the row I want display in the popup. That hasn’t made any difference. Your popup template actually already has <div id=”modal-ready”> in it??
The popup is still loading the contents of the page without processing any of the VC shortcodes. Here’s what the popup looks like: https://imgur.com/MC0wAMV
- This reply was modified 6 years, 3 months ago by bluesix.
Forum: Plugins
In reply to: [WP Post Popup] WPBakery shortcode not renderingI have
id="modal-ready"in my code for the popup already. Or are you saying add it to the calling page code?Seeing the same issue – username+password are correct. SMTP is enabled in 365.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin is crashing siteYup, my client is running Woocommerce Follow Up emails.
Disabling it allowed me to re-enabled your plugin and the site operates normally.
- This reply was modified 6 years, 5 months ago by bluesix.
I”m seeing the same issue. Wordefence uses the user name + email address at the time WF was installed. Even if that user is subsequently deleted, WF continues to send from the old, non-existent user. It would be great if there was a way to update the sender details.
Forum: Plugins
In reply to: [Simple Staff List] Prevent use of /staff-members/ pagesGreat, thanks Brett!
(I cheated and used robots.txt to stop it getting indexed ;))
Forum: Plugins
In reply to: [WooCommerce Sendle Shipping Method] PO Box detection – what does it do?Ahh ok, thanks!