Title: mengsel's Replies | WordPress.org

---

# mengsel

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/mengsel/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mengsel/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/mengsel/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Customize Login Image] No more custom CSS](https://wordpress.org/support/topic/no-more-custom-css/)
 *  Thread Starter [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/no-more-custom-css/#post-15197981)
 * According to [https://codex.wordpress.org/Customizing_the_Login_Form](https://codex.wordpress.org/Customizing_the_Login_Form)
   you’re probably best off persisting the input into a CSS file that is enqueued
   as follows:
 *     ```
       function my_login_stylesheet() {
           wp_enqueue_style( 'custom-login', get_stylesheet_directory_uri() . '/style-login.css' );
           wp_enqueue_script( 'custom-login', get_stylesheet_directory_uri() . '/style-login.js' );
       }
       add_action( 'login_enqueue_scripts', 'my_login_stylesheet' );
       ```
   
 * Alternatively, you could output the additional styles into the same style section
   that is suggested to use in order to change the logo:
 *     ```
       function my_login_logo() { ?>
           <style type="text/css">
               #login h1 a, .login h1 a {
                   background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/images/site-login-logo.png);
       		height:65px;
       		width:320px;
       		background-size: 320px 65px;
       		background-repeat: no-repeat;
               	padding-bottom: 30px;
               }
           </style>
       <?php }
       add_action( 'login_enqueue_scripts', 'my_login_logo' );
       ```
   
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Paid Membership Plugin, Ecommerce, User Registration Form, Login Form, User Profile & Restrict Content – ProfilePress] Displays Ads on Dashboard!](https://wordpress.org/support/topic/displays-ads-on-dashboard/)
 *  [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/displays-ads-on-dashboard/#post-13122332)
 * [@collizo4sky](https://wordpress.org/support/users/collizo4sky/) You need to 
   stop injecting those intrusive, annoying dashboard ads into every plugin you 
   take over. After you messed up Peter’s Login Redirect now this one too? I wonder
   how much [@properfraction](https://wordpress.org/support/users/properfraction/)
   is involved anymore, I guess not.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Give us the option to defer the JS](https://wordpress.org/support/topic/give-us-the-option-to-defer-the-js/)
 *  [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/give-us-the-option-to-defer-the-js/#post-11553062)
 * Ah, too bad. Soo… I’m using a shortcode to include this thing in the page footer.
   Is there a hook or filter I could tie in to? Then I could use functions.php in
   my theme to add some conditional logic like user agent sniffing(?)… It’s a cheap
   workaround but maybe it solves the problem 🙂 Thanks for the help in any case!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Invisible reCaptcha for WordPress] Disabling on non-required pages](https://wordpress.org/support/topic/disabling-on-non-required-pages/)
 *  Thread Starter [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/disabling-on-non-required-pages/#post-11545027)
 * [@catboulin](https://wordpress.org/support/users/catboulin/) Thanks for the tip,
   much appreciated! I’d like to keep plugin bloat as tight as possible though, 
   so if [@mihche](https://wordpress.org/support/users/mihche/) has a snippet I’d
   be much obliged 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Give us the option to defer the JS](https://wordpress.org/support/topic/give-us-the-option-to-defer-the-js/)
 *  [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/give-us-the-option-to-defer-the-js/#post-11543459)
 * Looking forward to it, thanks! Any way we can disable the widget from loading
   on mobile in the meantime?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] Give us the option to defer the JS](https://wordpress.org/support/topic/give-us-the-option-to-defer-the-js/)
 *  [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/give-us-the-option-to-defer-the-js/#post-11518583)
 * Commenting to stay updated. I’m getting bombarded with complaints on downrankings
   because PageSpeed recognizes all the impairments of non-deferred javascript and
   non-lazy-loaded images in this plugin. Would definitely appreciate an update 
   with this feature! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Admin Menu Editor] Migration resets menu order](https://wordpress.org/support/topic/migration-resets-menu-order/)
 *  Thread Starter [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/migration-resets-menu-order/#post-10834353)
 * That clarifies a lot actually, wow. It was done manually and did indeed overlook
   the implications for serialized Thank you so much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookie Information | Free GDPR Consent Solution] CF7 Flamingo better support.](https://wordpress.org/support/topic/cf7-flamingo-better-support/)
 *  [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/cf7-flamingo-better-support/#post-10648963)
 * Hi [@merijnmolenaar](https://wordpress.org/support/users/merijnmolenaar/),
 * I’d like to second [@junglized](https://wordpress.org/support/users/junglized/)‘
   s suggestion
 * On a related note, any news on a Flamingo-integration? I’d be great to show data
   stored in Flamingo in the Data Access Request overview for any email 🙂
 * Thanks!
 * -mengsel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Cookie Information | Free GDPR Consent Solution] Flamingo compatibility](https://wordpress.org/support/topic/flamingo-compatibility/)
 *  Thread Starter [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/flamingo-compatibility/#post-10644327)
 * Hi guys… Any updates on this?
 * Would be great to see the data in Flamingo appear for the users submitting a 
   Data Access Request.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Change Form Action URL?](https://wordpress.org/support/topic/change-form-action-url/)
 *  [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/change-form-action-url/#post-8522524)
 * [@lindsayjslomon](https://wordpress.org/support/users/lindsayjslomon/) I also
   found this one: [https://wordpress.org/plugins/forms-3rdparty-integration/faq/](https://wordpress.org/plugins/forms-3rdparty-integration/faq/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Change Form Action URL?](https://wordpress.org/support/topic/change-form-action-url/)
 *  [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/change-form-action-url/#post-8522340)
 * Did you find a solution for your question?
 * It seems this kind of question is being ignored here. I’ve posted a similar question
   twice but had no answer. I did find this thread on Stack Overflow [http://stackoverflow.com/questions/14177844/how-to-change-form-action-url-for-contact-form-7](http://stackoverflow.com/questions/14177844/how-to-change-form-action-url-for-contact-form-7)
    -  This reply was modified 9 years, 7 months ago by [mengsel](https://wordpress.org/support/users/mengsel/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Possible fix for sudden redirect loop at wp-login with reauth=1](https://wordpress.org/support/topic/possible-fix-for-sudden-redirect-loop-at-wp-login-with-reauth1/)
 *  Thread Starter [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/possible-fix-for-sudden-redirect-loop-at-wp-login-with-reauth1/page/2/#post-8514748)
 * [@ponipate](https://wordpress.org/support/users/ponipate/) Hi! Yeah, I reckon
   you could delete the entire entry. From what I understand, the session_token 
   meta entries are harmless, they just help remember authenticated users.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Specify http POST request target](https://wordpress.org/support/topic/specify-http-post-request-target/)
 *  Thread Starter [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/specify-http-post-request-target/#post-8500296)
 * Bumping for attention…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Possible fix for sudden redirect loop at wp-login with reauth=1](https://wordpress.org/support/topic/possible-fix-for-sudden-redirect-loop-at-wp-login-with-reauth1/)
 *  Thread Starter [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/possible-fix-for-sudden-redirect-loop-at-wp-login-with-reauth1/page/2/#post-8436484)
 * [@luisomontano](https://wordpress.org/support/users/luisomontano/) Changing your
   website siteurl and home address to the same might help if you’re in a redirect
   loop because of a discrepancy there. However, I would suggest editing them directly
   in the database rather than using INSERT, to avoid double entries. Just browse
   to the corresponding row and edit its values directly. Better safe than sorry
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Possible fix for sudden redirect loop at wp-login with reauth=1](https://wordpress.org/support/topic/possible-fix-for-sudden-redirect-loop-at-wp-login-with-reauth1/)
 *  Thread Starter [mengsel](https://wordpress.org/support/users/mengsel/)
 * (@mengsel)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/possible-fix-for-sudden-redirect-loop-at-wp-login-with-reauth1/#post-8412357)
 * [@da-mind](https://wordpress.org/support/users/da-mind/)
 * The problem might lie in some kind of cookie being stored incorrectly, as was
   with my experience. Have you tried completely wiping all traces of the website
   in your browser history, cache and cookie storage?
 * You can also find more information by turning on the debugger through wp-config.
   php
    -  This reply was modified 9 years, 8 months ago by [mengsel](https://wordpress.org/support/users/mengsel/).

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/mengsel/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/mengsel/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/mengsel/replies/page/2/?output_format=md)