Title: [Plugin: SimpleModal Login] remove shake effect
Last modified: August 19, 2016

---

# [Plugin: SimpleModal Login] remove shake effect

 *  [adisetiawan](https://wordpress.org/support/users/adisetiawan/)
 * (@adisetiawan)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-simplemodal-login-remove-shake-effect/)
 * Hello,
    is there anyway to remove the shake effect when error occur ? I’ve looked
   at js files anywhere but I must be overlooked.
 * thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [Eric](https://wordpress.org/support/users/emartin24/)
 * (@emartin24)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-simplemodal-login-remove-shake-effect/#post-1884255)
 * [@adisetiawan](https://wordpress.org/support/users/adisetiawan/) – It’s actually
   part of WordPress. Why they added it, I don’t know, but I’ll update the plugin
   to remove this “feature”.
 * If you want to remove it now, you can add the following to your functions.php
   file:
 *     ```
       function my_login_head() {
       	remove_action('login_head', 'wp_shake_js', 12);
       }
       add_action('login_head', 'my_login_head');
       ```
   
 * -Eric

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: SimpleModal Login] remove shake effect’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simplemodal-login.svg)
 * [SimpleModal Login](https://wordpress.org/plugins/simplemodal-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simplemodal-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simplemodal-login/)
 * [Active Topics](https://wordpress.org/support/plugin/simplemodal-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simplemodal-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simplemodal-login/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Eric](https://wordpress.org/support/users/emartin24/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-simplemodal-login-remove-shake-effect/#post-1884255)
 * Status: not resolved