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

  • 6 Ecommerce Marketing Tips to Boost Your Business’ Online Presence
  • Proctored Exams Are The Need Of Next Generation Education Ecosystem
  • Why an SSL Certificate is a Website Must-have
  • 4 Reasons to Make Editor X Your New Website Builder
  • How to Choose a Website Builder to Represent your Real Estate Agency on the Internet
  • 8 Reasons Your Brand is Failing on Instagram
  • Why It May Be Time to Do Some Paid Advertising, Rather Than Relying on Social Media to Promote Your Blog
  • Developing Your Website: Choice of a Domain Name
  • Leading Predictive Analytics Tools Today
  • What Role Web Design Play in Attracting Customers?

Archives

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