Title: rodentooth's Replies | WordPress.org

---

# rodentooth

  [  ](https://wordpress.org/support/users/rodentooth/)

 *   [Profile](https://wordpress.org/support/users/rodentooth/)
 *   [Topics Started](https://wordpress.org/support/users/rodentooth/topics/)
 *   [Replies Created](https://wordpress.org/support/users/rodentooth/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/rodentooth/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/rodentooth/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/rodentooth/engagements/)
 *   [Favorites](https://wordpress.org/support/users/rodentooth/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Anyone can register + Standard Admin Role activated](https://wordpress.org/support/topic/anyone-can-register-standard-admin-role-activated/)
 *  Thread Starter [rodentooth](https://wordpress.org/support/users/rodentooth/)
 * (@rodentooth)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/anyone-can-register-standard-admin-role-activated/#post-16613064)
 * Thanks. Your information helped me. This vulnerability is actually already reported
   and fixed. 
   “Elementor Pro, a popular page builder plugin for WordPress, fixed
   a broken access control vulnerability affecting versions <=3.11.6 that could 
   allow full site takeover.”[https://blog.nintechnet.com/high-severity-vulnerability-fixed-in-wordpress-elementor-pro-plugin/](https://blog.nintechnet.com/high-severity-vulnerability-fixed-in-wordpress-elementor-pro-plugin/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Unlimited Elements For Elementor] Nitropack breaks Side Menu (Layout Shift)](https://wordpress.org/support/topic/nitropack-breaks-side-menu-layout-shift/)
 *  Thread Starter [rodentooth](https://wordpress.org/support/users/rodentooth/)
 * (@rodentooth)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/nitropack-breaks-side-menu-layout-shift/#post-15874572)
 * A suggestion to the devs: maybe hide the nav bar without relying on jquery, such
   as I did? deferred loading is a real thing! but the fact that your plugin allows
   me to do such changes on my own is just fantastic.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Unlimited Elements For Elementor] Nitropack breaks Side Menu (Layout Shift)](https://wordpress.org/support/topic/nitropack-breaks-side-menu-layout-shift/)
 *  Thread Starter [rodentooth](https://wordpress.org/support/users/rodentooth/)
 * (@rodentooth)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/nitropack-breaks-side-menu-layout-shift/#post-15874559)
 * Thanks for your help. Turns out your plugin is great!
    because jquerly loads 
   at a later point to serve a visible page to the user ASAP, the “closed” property
   of the menu is not loaded (which is margin-left: -300px;)
 * Steps I did to fix, for future me and others:
 * 1. edited Side Menu HTML (great feature!) as following:
    1.1 Set the margin-left
   property of the sidebar element to -300px (closed state) 1.2 set an unique id
   to the side menu, such as “sidemenu-id-ue-1”
 * 2. added a global js snippet to the page (which gets loaded at the same time 
   as jquery, and thus works):
    2.1 set the marginLeft property of “sidemenu-id-
   ue-1″ to EMPTY ( ” ) with js
 * Works like a charm, Layoutshift is zero now 🙂
    -  This reply was modified 3 years, 9 months ago by [rodentooth](https://wordpress.org/support/users/rodentooth/).
    -  This reply was modified 3 years, 9 months ago by [rodentooth](https://wordpress.org/support/users/rodentooth/).
    -  This reply was modified 3 years, 9 months ago by [rodentooth](https://wordpress.org/support/users/rodentooth/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Error parsing the response to JSON with wordpress in subdirectory.](https://wordpress.org/support/topic/error-parsing-the-response-to-json-with-wordpress-in-subdirectory/)
 *  Thread Starter [rodentooth](https://wordpress.org/support/users/rodentooth/)
 * (@rodentooth)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/error-parsing-the-response-to-json-with-wordpress-in-subdirectory/#post-15874475)
 * thanks for your help. Some weird htaccess rules in my server were the problems.
   Could clear it out, many thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] WC Customer get unsubscribed if they don’t check subscribe](https://wordpress.org/support/topic/wc-customer-get-unsubscribed-if-they-dont-check-subscribe/)
 *  Thread Starter [rodentooth](https://wordpress.org/support/users/rodentooth/)
 * (@rodentooth)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/wc-customer-get-unsubscribed-if-they-dont-check-subscribe/#post-15796096)
 * It’s the global status. they change from ‘subscribed’ to ‘unsubscribed’
 * Cool stuff, thanks! Is there any place I can see the progress of it?
    -  This reply was modified 3 years, 10 months ago by [rodentooth](https://wordpress.org/support/users/rodentooth/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] WC Customer get unsubscribed if they don’t check subscribe](https://wordpress.org/support/topic/wc-customer-get-unsubscribed-if-they-dont-check-subscribe/)
 *  Thread Starter [rodentooth](https://wordpress.org/support/users/rodentooth/)
 * (@rodentooth)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/wc-customer-get-unsubscribed-if-they-dont-check-subscribe/#post-15781917)
 * Thanks for your answer.
    My problem is not that the checkbox is unchecked.
 * The problem is that after the customer has submitted the data, the email address
   surely is well known to the mailpoet plugin and can be looked up whether it’s
   already in our database and what it’s status is. It’s the same thing I do with
   the help of the MailPoet API, and this behaviour is even shown in the MailPoet
   API documentation, therefore I don’t think it’s about feasibility.
 * Why does mailpoet not check, whether an email is subscribed or not, before generally
   unsubscribing them? that’s not a good standard behaviour imho
    -  This reply was modified 3 years, 10 months ago by [rodentooth](https://wordpress.org/support/users/rodentooth/).
    -  This reply was modified 3 years, 10 months ago by [rodentooth](https://wordpress.org/support/users/rodentooth/).
    -  This reply was modified 3 years, 10 months ago by [rodentooth](https://wordpress.org/support/users/rodentooth/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] WC Customer get unsubscribed if they don’t check subscribe](https://wordpress.org/support/topic/wc-customer-get-unsubscribed-if-they-dont-check-subscribe/)
 *  Thread Starter [rodentooth](https://wordpress.org/support/users/rodentooth/)
 * (@rodentooth)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/wc-customer-get-unsubscribed-if-they-dont-check-subscribe/#post-15769722)
 * I have seen this post:
 * [https://wordpress.org/support/topic/unwanted-unsubscriptions-during-woocommerce-checkout/](https://wordpress.org/support/topic/unwanted-unsubscriptions-during-woocommerce-checkout/)
 * But still if they are not logged in but subscribed, I do not want them to get
   unsubscribed.
 * How can I let MailPoet check if they are subscribed, and if yes -> do not unsubscribe
   them??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] MailPoet emails are not logged](https://wordpress.org/support/topic/mailpoet-emails-are-not-logged-2/)
 *  Thread Starter [rodentooth](https://wordpress.org/support/users/rodentooth/)
 * (@rodentooth)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/mailpoet-emails-are-not-logged-2/#post-15203294)
 * Thanks, I will await your answer
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] MailPoet emails are not logged](https://wordpress.org/support/topic/mailpoet-emails-are-not-logged-2/)
 *  Thread Starter [rodentooth](https://wordpress.org/support/users/rodentooth/)
 * (@rodentooth)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/mailpoet-emails-are-not-logged-2/#post-15199404)
 * Hi Dani
 * Many thanks for your reply.
 * > If MailPoet is set to send emails via host, then even newsletters would be 
   > logged there
 * I have now tested the following settings, send with:
    – SMTP – Own Host
 * I have made sure that in the advanced tab, the settings from above would be chosen
   over the standard wordpress send method
 * That being said, the emails sent by MailPoet are nowhere to be found (although
   being sent successfully) I looked in the following places:
 * – MailPoet Logs (Log settings -> log everything)
    – Wp mail log plugins: “E-Mail
   Log” and “WP Mail Logging” – the sent folder of my chosen SMTP account
 * At last, when I choose in the advanced settings tab that MailPoet should use 
   the standard wordpress send method, isn’t the function `wp_mail()` being used?
   Therefore, this sending method should allow plugins like “WP Mail Logging” to
   catch MailPoets’ outgoing mails. But why isn’t that the case?
 * Many thanks for your time.
    -  This reply was modified 4 years, 4 months ago by [rodentooth](https://wordpress.org/support/users/rodentooth/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet - Newsletters, Email Marketing, and Automation] MailPoet emails are not logged](https://wordpress.org/support/topic/mailpoet-emails-are-not-logged-2/)
 *  Thread Starter [rodentooth](https://wordpress.org/support/users/rodentooth/)
 * (@rodentooth)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/mailpoet-emails-are-not-logged-2/#post-15199320)
 * Hi Dani
 * Thanks a lot for your message.
 * FYI: Any other Mail-Logging plugin I’ve tested is not logging the outgoing MailPoet3
   Emails either 🙁
    -  This reply was modified 4 years, 4 months ago by [rodentooth](https://wordpress.org/support/users/rodentooth/).

Viewing 10 replies - 1 through 10 (of 10 total)