password-protected icon indicating copy to clipboard operation
password-protected copied to clipboard

PWP Customizer

Open goodGarlic opened this issue 9 years ago • 2 comments

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_login_form', '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

goodGarlic avatar Jan 05 '16 09:01 goodGarlic

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.

benhuson avatar Jan 05 '16 22:01 benhuson

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 [email protected]:

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.

goodGarlic avatar Jan 12 '16 09:01 goodGarlic