Comments 2Xvavier started the conversationNovember 4, 2016 at 12:30amSo I'm trying to password protect my website which appears not to be working. It works on normal pages but not working on the page I require (Showcase Template Page).Could you help me fix this please.Many thanks 1,974Support repliedNovember 4, 2016 at 1:53pmHello,is it possible to send wp admin access in a private comment?ThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Xvavier replied privately 2Xvavier repliedNovember 4, 2016 at 2:14pmIve replied privately with the log ins.Thank you 2Xvavier repliedNovember 4, 2016 at 11:05pmYou help asap would be really appreciated on this please?Many thanks 1,974Support repliedNovember 5, 2016 at 8:38pmHello, fixed, changed one file : showcase-page.phpThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 2Xvavier repliedNovember 6, 2016 at 6:48pmThank you, do you know how I can easily edit the password protect page please?Can I do this in the added code to showcase-page.php?I'd just like to add a link that says "request access" with a link to my contact pageMany thanks 1,974Support repliedNovember 7, 2016 at 2:17pmHellothe right way:https://codex.wordpress.org/Using_Password_Protection#Customize_the_Protected_Textyou can add the function in functions.phpEasiest way: look in showcase-page.phpand add your html code insideif( post_password_required() ){ ?>add html code here<?php the_content(); //allow password form to do its job } else{?>thanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 2Xvavier repliedNovember 7, 2016 at 2:19pmPrefer the easiest way haha. Thank you for all your help Sign in to reply ...
So I'm trying to password protect my website which appears not to be working. It works on normal pages but not working on the page I require (Showcase Template Page).
Could you help me fix this please.
Many thanks
Hello,
is it possible to send wp admin access in a private comment?
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Ive replied privately with the log ins.
Thank you
You help asap would be really appreciated on this please?
Many thanks
Hello, fixed, changed one file : showcase-page.php
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you, do you know how I can easily edit the password protect page please?
Can I do this in the added code to showcase-page.php?
I'd just like to add a link that says "request access" with a link to my contact page
Many thanks
Hello
the right way:
https://codex.wordpress.org/Using_Password_Protection#Customize_the_Protected_Text
you can add the function in functions.php
Easiest way: look in showcase-page.php
and add your html code inside
if( post_password_required() ){
?>
add html code here
<?php
the_content(); //allow password form to do its job
}
else{
?>
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Prefer the easiest way haha. Thank you for all your help