-
AuthorPosts
-
June 20, 2014 at 5:05 pm #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
June 20, 2014 at 7:23 pm #281747Hey!
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!
JosueJune 25, 2014 at 12:53 pm #283568Ideally something like that.
June 25, 2014 at 5:27 pm #283679Hey!
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,
YigitJune 25, 2014 at 6:20 pm #283706This reply has been marked as private.June 25, 2014 at 6:23 pm #283708Hi!
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!
YigitJune 25, 2014 at 6:48 pm #283713This reply has been marked as private.June 25, 2014 at 9:42 pm #283765June 26, 2014 at 1:24 am #283843This reply has been marked as private.June 26, 2014 at 1:32 am #283849Hey!
Changes are done – http://i.imgur.com/mVuJqq0.png
You can find adjusted code in Functions.php fileCheers!
YigitJune 26, 2014 at 1:39 am #283852Hi 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
June 26, 2014 at 4:43 am #283883Hey Richard!
It is possible to customize the login page, you’d need to use a plugin like: https://wordpress.org/plugins/custom-login/
Regards,
JosueJune 26, 2014 at 4:47 am #283884Thanks 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 10 years, 5 months ago by rbulley.
June 26, 2014 at 9:30 am #283957Hey!
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,
PeterJune 26, 2014 at 9:56 am #283966Great thanks for the help Peter
-
AuthorPosts
- The topic ‘Password Protected page’ is closed to new replies.