mohobook
Forum Replies Created
-
Forum: Plugins
In reply to: [CleanTalk Anti-Spam. Spam Firewall & Bot protection] CleanTalk CookiesConfirmed, I am marking this topic resolved
Forum: Plugins
In reply to: [CleanTalk Anti-Spam. Spam Firewall & Bot protection] CleanTalk CookiesI have sent you my website URL privately
Forum: Plugins
In reply to: [CleanTalk Anti-Spam. Spam Firewall & Bot protection] CleanTalk CookiesI agree these cookies are for Google Analytics but I don’t use Google Analytics, and I have never seen these cookies until I installed CleanTalk, and if you look closely at the screenshot, the domain for these cookies is cleantalk.org (you can’t see the extension but I can assure you it’s .org)
Forum: Plugins
In reply to: [CleanTalk Anti-Spam. Spam Firewall & Bot protection] Fake OrdersThank you, I will mark this resolved
Forum: Plugins
In reply to: [WP Extended - The Ultimate WordPress Toolkit] Code Snippets BrokenVery sorry for the delay, work got busy
After logging in and out a few times, the error message disappeared, I think it’s safe to mark this topic closed
I’m still working on a test environment for the other topic
Thank you
- This reply was modified 1 week, 2 days ago by mohobook.
Forum: Plugins
In reply to: [WP Extended - The Ultimate WordPress Toolkit] SMTP Not WorkingOk, please give me a little time to setup a test environment for you where you can see things first hand, including a wordpress login and smtp credentials, I’ll send the details to your email and reference this discussion
Forum: Plugins
In reply to: [WP Extended - The Ultimate WordPress Toolkit] SMTP Not WorkingThanks but I can’t check the headers because no mail gets sent as soon as I enable the SMTP module, has this been resolved in an upcoming release?
Just to be clear, even without the code snippet above, the SMTP module does not send mail (for me), I have tried with and without the code snippet
Are you able to send mail in your test environment with the current version of WP Extended?
Forum: Plugins
In reply to: [WP Extended - The Ultimate WordPress Toolkit] Maintenance Mode BugThat’s great, glad it was an easy fix, thanks for letting me know, I’ll go ahead and use this feature now
Forum: Plugins
In reply to: [WP Extended - The Ultimate WordPress Toolkit] Maintenance Mode BugHello,
It’s not cache, let me explain why… I have repeated this on 3 websites, here’s how you can do the same
- Install WP Extended on a brand new site
- Enable the maintenance mode module
- Look at the default content in the body area (don’t change anything)
- Click the Preview link, you will see different content
- Or, open the live frontend, again, you will see different content
I stopped there when I saw the problem, I never tried to change the default content
Forum: Plugins
In reply to: [WP Extended - The Ultimate WordPress Toolkit] SMTP Not WorkingThank you for digging into this, let me explain my philosophy, which may be flawed now that I read your feedback
The reason I wanted to disable the default method of sending mail was because I wanted to be certain mail was going through your module, and not through other methods
So, I thought if I disable default mail routines, I’ll know for sure if mail is actually going through SMTP, here is the code snippet I added
I couldn’t think of any other to prove to myself that your SMTP module is actually taking control of all outgoing mail, maybe not such a good idea in retrospect
function rv_disable_wordpress_mail( $return, $atts ) {
return true;
}
add_filter( 'pre_wp_mail', 'rv_disable_wordpress_mail', 10, 2 );Forum: Plugins
In reply to: [WP Extended - The Ultimate WordPress Toolkit] SMTP Not WorkingYes, happy to elaborate
- I created a code snippet to prevent mail from using the native wp_mail routine
- I created an email address at my host, for the same domain, specifically for SMTP use
- I tested various features on the site that trigger mail, nothing was sent, which is expected without wp_mail available
- I enabled WP Extended SMTP module
- I tested the website again (forgot password, contact form, woocommerce, etc.) and still no mail
- I disabled WP Extended SMTP module
- I installed a competing product, mail started flowing
- I disabled that product, installed a second competing product, mail continued to flow
- I disabled the second product, and enabled WP Extended SMTP module
- Mail completely stopped working
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Are Saved Cards Secure?Done, thanks for prompting me to leave a review
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Are Saved Cards Secure?Thank you for confirming this, and thank you again for contributing such a useful plugin
Thank you, otherwise your plugin is eceptional