Title: Log in button missing
Last modified: March 7, 2023

---

# Log in button missing

 *  Resolved [mixedcir](https://wordpress.org/support/users/mixedcir/)
 * (@mixedcir)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/log-in-button-missing-2/)
 * Hi,
 * The plugin is working but the Log In button is missing. I also tried to install
   Login Designer and changed the theme to 2022 but this did not work. Is there 
   a way to get the button working? Thanks.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flog-in-button-missing-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [M Haseeb](https://wordpress.org/support/users/haseeb0001/)
 * (@haseeb0001)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/log-in-button-missing-2/#post-16539204)
 * [@mixedcir](https://wordpress.org/support/users/mixedcir/) Hi,
 * I hope you are doing well.
 * Please share the screenshot of this issue.
 * Thanks
 *  Thread Starter [mixedcir](https://wordpress.org/support/users/mixedcir/)
 * (@mixedcir)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/log-in-button-missing-2/#post-16539452)
 * Sure. Thank you for looking into this. The rest of the page is just white.
 * > [View post on imgur.com](https://imgur.com/ePs220V)
 *  Plugin Support [M Haseeb](https://wordpress.org/support/users/haseeb0001/)
 * (@haseeb0001)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/log-in-button-missing-2/#post-16543628)
 * Please share the video of the Login designer Button style section, I need to 
   see the settings of the Login designer button.
 * Let me know which theme you are using ?
 *  Thread Starter [mixedcir](https://wordpress.org/support/users/mixedcir/)
 * (@mixedcir)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/log-in-button-missing-2/#post-16544587)
 * I think you mean under Appearance -> Password Protected -> Button Styles? As 
   you can see in this view the “Remember Me” checkbox and the login button are 
   visible but not on the final page.
 * [https://youtu.be/gq8ZLRz0V1A](https://youtu.be/gq8ZLRz0V1A)
 * I am using the theme “The Minimal”. [https://wordpress.org/themes/the-minimal/](https://wordpress.org/themes/the-minimal/)
 *  Plugin Support [M Haseeb](https://wordpress.org/support/users/haseeb0001/)
 * (@haseeb0001)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/log-in-button-missing-2/#post-16547363)
 * Hi [@mixedcir](https://wordpress.org/support/users/mixedcir/)
 * Because of **ionos-sso** plugin then login button is not visible.
 * Disable the plugin `ionos-sso` to use the Password Protected button or put this
   code in your child themes function.php file.
 * `function wpexperts_show_password_protected_submit_button() { echo '<style> input#
   wp-submit { display: block !important; } </style>'; } add_action( 'password_protected_login_head','
   wpexperts_show_password_protected_submit_button' );`
 * See the screenshot and video [here](https://we.tl/t-n9HYaPzV0F).
 * Thanks
 *  Thread Starter [mixedcir](https://wordpress.org/support/users/mixedcir/)
 * (@mixedcir)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/log-in-button-missing-2/#post-16547848)
 * Thanks [@haseeb0001](https://wordpress.org/support/users/haseeb0001/) 
   Both solutions
   are working fine. One last thing. The Remember Me checkbox is still missing. 
   Can you give me the code for the function.php file for this element? From your
   video I could probably figure it out by myself but I have honestly no experience
   with web development.
 *  Plugin Support [M Haseeb](https://wordpress.org/support/users/haseeb0001/)
 * (@haseeb0001)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/log-in-button-missing-2/#post-16561269)
 * [@mixedcir](https://wordpress.org/support/users/mixedcir/) Hi,
 * Replace code with the below one and then test it and let me know.
 * function wpexperts_show_password_protected_submit_button() { echo ‘<style> input#
   wp-submit, .forgetmenot { display: block !important; } </style>’; } add_action(‘
   password_protected_login_head’, ‘wpexperts_show_password_protected_submit_button’);
 * Thanks
 *  Thread Starter [mixedcir](https://wordpress.org/support/users/mixedcir/)
 * (@mixedcir)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/log-in-button-missing-2/#post-16561370)
 * Hi [@haseeb0001](https://wordpress.org/support/users/haseeb0001/) ,
   I had to 
   change `’` with `'` but after that the code works.Thank you for the great support!
 *  Plugin Support [M Haseeb](https://wordpress.org/support/users/haseeb0001/)
 * (@haseeb0001)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/log-in-button-missing-2/#post-16580628)
 * [@mixedcir](https://wordpress.org/support/users/mixedcir/) You’re welcome.
 * We would appreciate a kind and honest review.

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

The topic ‘Log in button missing’ is closed to new replies.

 * ![](https://ps.w.org/password-protected/assets/icon-128x128.gif?rev=2824217)
 * [Password Protected — Lock Entire Site, Pages, Posts, Categories, and Partial Content](https://wordpress.org/plugins/password-protected/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/password-protected/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/password-protected/)
 * [Active Topics](https://wordpress.org/support/plugin/password-protected/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/password-protected/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/password-protected/reviews/)

 * 9 replies
 * 2 participants
 * Last reply from: [M Haseeb](https://wordpress.org/support/users/haseeb0001/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/log-in-button-missing-2/#post-16580628)
 * Status: resolved