• I was wondering if there is a possible way to disable the username and password boxes, the remember me option, the forgot password link, and login box. I want to use this page for Patreon connections, and after they logged in with Patreon, they’ll go back to my site. That I have set up successfully, but as I said, I just want to use the login just for Patreon and not for WP users. Thank you.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author weblizar

    (@weblizar)

    Hi @evelyn,

    AS I think you want same like this, like the image below:

    Large Image Preview: https://postimg.org/image/yimijy8rv/

    This is possible using custom CSS code. We need to do it locally first, then I will provide Custom CSS or customized plugin for you.

    Thanks

    Plugin Author weblizar

    (@weblizar)

    Hi Evelyn,

    Please use below CSS code into Custom CSS setting filed on Login Form Settings Tab in plugin dashboard.

    
    #log_input_lable {
         display: none;
    }
    #pwd_input_lable {
         display: none;
    }
    .forgetmenot {
        display: none;
    }
    #wp-submit {
        display: none;
    }
    .login form {
             padding: 24px 24% 24px !important;
    }
    

    The code will affect the image as below:

    Image Large Preview: https://postimg.org/image/5paeki6l7/

    Apply the code and let us know.

    Hope this code will fix the issue for you.

    Thanks

    Thread Starter Evelyn Jean

    (@evelyn-jean)

    The result after I inputted the code came out like this> https://grounderssource.com/wp-login.php The photos are lost and I don’t know what happened.
    Also, I’d like to change the link to grounderssource.com/patreon-login. How do I impose on accomplishing this?

    Thread Starter Evelyn Jean

    (@evelyn-jean)

    Maybe I didn’t alter the CSS in the original login form.

    Thread Starter Evelyn Jean

    (@evelyn-jean)

    I Have fixed the issue, but now what is the coding for lost your password right below the box on the left? And to change the url?

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi evelyn-jean,

    – Please download our customized plugin according to query for

    Also, I’d like to change the link to grounderssource.com/patreon-login. How do I impose on accomplishing this?
    

    – Go to our plugin
    – Click on login form setting tab
    – Find our new setting “Link For Back To WordPress” and enter your link here
    – Click on save changes button to save the settings

    According to your second query

     lost your password right below the box on the left?
    

    – Please apply custom CSS and save it.

    body.login #nav, body.login #backtoblog {
        text-align: right;
    }
    

    Thanks.

    Thread Starter Evelyn Jean

    (@evelyn-jean)

    I am sorry, but I don’t do not see the Link For Back To WordPress.

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi evelyn-jean,

    Ok, We will help you

    – First, download the customized plugin from above link.
    – Go to login form setting tab then find our new setting “Link For Back To WordPress”
    – Follow this screenshot.

    Thanks.

    Thread Starter Evelyn Jean

    (@evelyn-jean)

    I have done that, but now getting a 404 error. What am I doing wrong?

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi evelyn-jean

    1. Please confirm me you want?

    – After click on login button redirect to this – link

    – back to wordpress redirect to this link1 or
    link2

    Thanks.

    Plugin Author weblizar

    (@weblizar)

    Hi Evelyn,

    Is the current URL exist on your site “https://grounderssource.com/patreon-login/”?

    If this URL not exist or accessible then it will show 404 Error(page not found or exist).

    Thanks

    Thread Starter Evelyn Jean

    (@evelyn-jean)

    No, the link does not. As for the redirect link, the button on the login page will lead them to the Patreon authorization, and after they click on “Allow,” it will lead them back to grounderssource.com.

    Thread Starter Evelyn Jean

    (@evelyn-jean)

    How do I create the link to exist on the site?

    Beautiful solution, thank you, it worked for me!

    Plugin Support weblizar_support

    (@weblizar_support)

    Hi evelyn-jean,

    – We will do for our plugin admin custom login, not for pateron
    – If you want hit this “https://grounderssource.com/patreon-login/” and click on login with pateron button after its going to be pateron.com site after click on login its going to be groundsource site so its not possible with our plugin but if you want to set a link on forgot password then I also shared a file please set it in your plugin [ Go to login form setting tab then find our new setting “Link For Back To WordPress” ]
    – Enter your link and save the settings.

    Thanks.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Disabling the Username & password text boxes, remember me, log in box, etc’ is closed to new replies.