Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #281688

    Hi, Is there a way to edit password protected pages? would like the make the password input page a little nice to look at, maybe something more like when you log into WP? bold centred box etc

    #281747

    Hey!

    Try adding this code to the Quick CSS:

    .post-password-form {
        width: 485px;
        margin: 0 auto;
    }

    It would help If you give us more details on how exactly you want it to look.

    Cheers! 
    Josue

    #283568

    Ideally something like that.

    #283679

    Hey!

    Please add following code to Functions.php file in Appearance > Editor and change the link to your logo

    `
    function my_login_logo() { ?>
        <style type="text/css">
            body.login div#login h1 a {
                background-image: url(https://kriesi.at/themes/wp-content/plugins/avia_cachable_style_switch/images/logo-enfold/splash-orange.png);
                padding-bottom: 30px;
            }
        </style>
    <?php }
    add_action( 'login_enqueue_scripts', 'my_login_logo' );
    `

    Regards,
    Yigit

    #283706
    This reply has been marked as private.
    #283708

    Hi!

    It should work at the bottom but if it does not,
    please add it below following line

    'bitcoin' 		=> array( 'font' =>'entypo-fontello', 'icon' => 'ue92a'),
    
    ));

    If you do not mind posting a temporary admin login we can add it with Enfold logo and you can change it later

    Cheers!
    Yigit

    #283713
    This reply has been marked as private.
    #283765

    Hi!


    @rbulley
    You forgot to post the link to your website :)

    Regards,
    Yigit

    #283843
    This reply has been marked as private.
    #283849

    Hey!

    Changes are done – http://i.imgur.com/mVuJqq0.png
    You can find adjusted code in Functions.php file

    Cheers!
    Yigit

    #283852

    Hi Yigit

    Amazing, thanks for your awesome service thats great. Not sure if it is possible to also have a similar looking login for my password protected client galleries, instead of the default wordpress login to a password protected page.

    Thanks again, its great to get such service compared to other products I have purchased for wordpress

    Richard

    #283883

    Hey Richard!

    It is possible to customize the login page, you’d need to use a plugin like: https://wordpress.org/plugins/custom-login/

    Regards,
    Josue

    #283884

    Thanks Josue, Yigit sorted my login page for wordpress but its the enter password page for protected pages that I want to change so it looks like better i.e. has my logo on the page to log in

    This is what Yigit did for me which is great http://i.imgur.com/mVuJqq0.png

    but what i am trying to do is get this kind of look when you click on a password protected page on my site. Don’t need the user name just my logo and the enter password field. Do you know if this plugin does that?

    So what it is for is I am a photographer and put up password protected pages with the clients images from say an event for them to view and purchase images. When they click on their page link it comes up with the default wordpress or enfold This page is protected and they need to enter a password not a user name. I would like this page to look nicer with my logo above the field to input the password

    Thanks again for the quick response and help

    Richard

    • This reply was modified 9 years, 10 months ago by rbulley.
    #283957

    Hey!

    You can use a filter to modify the default wordpress password form – I posted a sample code here: https://kriesi.at/support/topic/edit-text-on-password-protected-page-2/#post-250952 . If you need help creating a custom password form (with your logo, etc.) please hire a freelancer who can probably create a custom form within 1 or 2 working hours.

    Best regards,
    Peter

    #283966

    Great thanks for the help Peter

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Password Protected page’ is closed to new replies.