wpexpertsio / password-protected

Password protect your WordPress site quickly and simply
https://wordpress.org/plugins/password-protected/
69 stars 63 forks source link

PWP Customizer #67

Open goodGarlic opened 8 years ago

goodGarlic commented 8 years ago

Hi Ben, i really like using your plugin on a daily basis. Really worked very good always. Now i sadly have a little issue. I want to edit the text (login page a bit) no big things just a few h1 and p tags. I tried to reedit the functions php with the provided code you given:

function my_password_protected_before_login_form() { echo '

My content here

'; } add_action( 'password_protected_before_loginform', 'my password_protected_before_login_form' );

Sadly i couldnt succeed.

Than i found your customizer script for this lugin. I installed it to the plugins folder but sadly cant see the edit features in the backend. Can you give me a hint what i am doing wrong or where i can find the edit features for the login page?

Thanks in advance!

Marcos

benhuson commented 8 years ago

If you have both Password Protected plugin and the Password Protected Customizet plugin active, it should add extra fields to the Admin > Settings > Password Protected page.

goodGarlic commented 8 years ago

Hi Ben, thanks for your small hint! It helped and everything runs like a charm! Thanks again!

Best regards

Marcos

Am 05.01.2016 um 23:28 schrieb Ben Huson notifications@github.com:

If you have both Password Protected plugin and the Password Protected Customizet plugin active, it should add extra fields to the Admin > Settings > Password Protected page.

— Reply to this email directly or view it on GitHub https://github.com/benhuson/password-protected/issues/67#issuecomment-169154645.