Info
- 5 posts
- 4 voices
- Started 2 years ago by TRMW
- Latest reply from Rich Pedley
- This topic is not resolved
Including jQuery on Profile Edit Page
-
- Posted 2 years ago #
I have an older theme, basically a hack of and old version of Kakuemei, and recently upgraded to bbPress 1.01. Now when users edit their password I'm seeing this message:
Password Strength Disabled (requires jQuery)
Everything still works fine, but I'd like to fix it if possible. How can I include jQuery and remove this error?
Thanks everyone,
Matt -
- Posted 2 years ago #
I think bb_head() calls bb_template_scripts() and I think bb_template_scripts() enqueues jquery when you are on the profile-edit.php page. So, I think just just need to ensure this is in your header.php in your template:
<?php bb_head() ;?>
If you already have that, then I'm not certain what the problem is. You could always hard code the call to jQuery, but that seems lame.
-
- Posted 2 years ago #
I have jquery loaded for this page (via wp template integration) yet the Password Strength field is blank here... doesn't give the disabled msg, and doesn't show pw strength; not sure why.
Any ideas?
-
- Posted 1 year ago #
Chris's suggestion did the trick -- just included that tag in header.php in my theme. Thanks man!
-
- Posted 1 year ago #
just had a similar problem.. was easy to fix when I realised the font color hadn't been set. So it was working, just wasn't visible...
-
You must log in to post.