Skip to content
WPVortex

WPVortex

Free WordPress Themes, Plugins & Resources

WPVortex

  • Home
  • Blog
  • WordPress
  • Themes
    • Vortex
  • Tutorials
  • Articles
  • Help

Remove Wrong WP Login Shake Effect

  james Posted on  March 26, 2013

When you enters wrong login credentials in WordPress login page, the screen shakes. It’s actually the part of WordPress. I personally find this UI experience to be a bit annoying. The red error box seems to be enough to get the message across without a shaking effect. If you do not like this shake effect feature of WordPress then you can remove this.

You can add this code snippet to your active theme’s functions.php file.

function my_login_head() {
    remove_action('login_head', 'wp_shake_js', 12);
}

add_action('login_head', 'my_login_head');

You may be interested in our other posts on vertically align text,  free vortex wordpress theme and count current month posts.

Category : Help effect, error, shake, wp login, wp tips
  • ← Vertically Align Text Using CSS
  • How To Protect WP Uploads Folder →

Posts

  • How to Get Followers on Instagram: 2022 Guide
  • What is WordPress and How is it Simplifying the World of Development?
  • Leverage the Power of Design to Become a Successful Webcam Model
  • How Website Design is a Lot Like PCB Design
  • 12 Super Free Fundraising Widgets for WordPress
  • Is CDN a Cloud Service?
  • How to Increase Mobile Traffic for Your Website
  • How to Proofread Your Essay: Quick Guidelines for Scholars
  • How Long Do Polkadot Transfers Take?
  • How to Rent a Photo Booth

Archives

  • Vortex
  • Contact
© 2023 WPVortex | Designed by: Theme Freesia | Powered by: WordPress