Jeff Farthing
@jfarthing84 on WordPress.org, @Jeff Farthing on Slack
- Member Since: March 7th, 2009
- Location: Daytona Beach, FL, USA
- Website: jfarthing.com
- Job Title: Freelance Web Developer
- Employer: Jeff Farthing Web Solutions
Bio
Contribution History
Jeff Farthing’s badges:- BuddyPress Contributor
- Core Contributor
- Plugin Developer
-
Posted a reply to Unknown field on the reset pass screen, on the site WordPress.org Forums:
As I mentioned, that field is not from this plugin. Another plugin must be adding…1 day ago
-
Posted a reply to Remember me is not working, on the site WordPress.org Forums:
That's not how that "remember me" feature works. Remember me will keep you logged in…1 day ago
-
Posted a reply to Remember me checkbox square unclickable, on the site WordPress.org Forums:
The checkbox itself should be clickable. If it isn't, your theme likely has another element…1 day ago
-
Posted a reply to Add * to “Username” and “Email” required fields in register form, on the site WordPress.org Forums:
function add_asterisks_to_tml_labels() { if ( $user_login = tml_get_form_field( 'register', 'user_login' ) ) { $user_login->set_label( $user_login->get_label()…1 week ago
-
Posted a reply to Unknown field on the reset pass screen, on the site WordPress.org Forums:
Not from this plugin.1 week ago
-
Posted a reply to Show alert on wrong password or empty fields, on the site WordPress.org Forums:
If you enter incorrect credentials, you will get an error.1 week ago
-
Posted a reply to Add placeholders to fields, on the site WordPress.org Forums:
function add_placeholders_and_hide_labels() { // This is your map of forms and their fields to your…1 week ago
-
Posted a reply to missing translation, on the site WordPress.org Forums:
We are aware of this. TML needs to be updated to match WP's updated strings.…3 weeks ago
-
Posted a reply to French translation for password reset email, on the site WordPress.org Forums:
This translation is handled by WP core. It looks like they changed this string in…3 weeks ago
-
Posted a reply to forgot password next to password label, on the site WordPress.org Forums:
function add_lostpassword_link_to_label() { if ( $pwd = tml_get_form_field( 'login', 'pwd' ) ) { $label =…3 weeks ago
-
Posted a reply to Login form fields display errors next to inputs, on the site WordPress.org Forums:
It s possible - but beyond the scope of this support forum.3 weeks ago
-
Posted a reply to How can I create my own “register” page? or edit the current page?, on the site WordPress.org Forums:
The plugins translations are handled by the community here: https://translate.wordpress.org/3 weeks ago
-
Posted a reply to Referer redirect after login sends them to login page if navigated directly, on the site WordPress.org Forums:
You will need to use our commercial support channel.1 month ago
-
Posted a reply to Customize Dashboard, on the site WordPress.org Forums:
You can certainly add stuff before or after the dashboard by creating the page and…1 month ago
-
Posted a reply to Cookie errors, on the site WordPress.org Forums:
This is usually do to your hosting provider utilizing server-side caching. Ask them to exclude…1 month ago
-
Posted a reply to Extra Field value not showing in user profile after registration, on the site WordPress.org Forums:
Are you using our Profiles extension?1 month ago
-
Posted a reply to Customize Dashboard, on the site WordPress.org Forums:
https://docs.thememylogin.com/article/92-using-pages1 month ago
-
Posted a reply to Extra Field value not showing in user profile after registration, on the site WordPress.org Forums:
The documentation you linked is for the legacy version of the plugin (6.4.x). You want…1 month ago
-
Posted a reply to Register form extra fields validation issue, on the site WordPress.org Forums:
Have you tried disabling AJAX in TMLs settings?2 months ago
-
Posted a reply to Extra Field value not showing in user profile after registration, on the site WordPress.org Forums:
Is this for TML 6.4.x?2 months ago
-
Posted a reply to Error after removing nickname from Profile form, on the site WordPress.org Forums:
Instead of removing nickname: if ( $nickname = tml_get_form_field( 'profile', 'nickname' ) ) { $nickname->set_type(…2 months ago
-
Posted a reply to Headers already sent WP Multisite, on the site WordPress.org Forums:
The error message points you right to the culprit - your theme: themes/olcl-app-bs/header.php on line…2 months ago
-
Posted a reply to Hide menu items until login, on the site WordPress.org Forums:
Our Restrictions extension would be the perfect candidate.2 months ago
-
Posted a reply to Costumer Plugin Conflict between Theme my Login?, on the site WordPress.org Forums:
I'm failing to see where TML plays a role in this...?2 months ago
-
Posted a reply to Multisite Signup Redirect, on the site WordPress.org Forums:
That block of code will be replaced with the following in the next release: if…2 months ago
-
Posted a reply to Compatibility issue with Groups plugin, on the site WordPress.org Forums:
You could always just create real pages for TMLs actions: https://docs.thememylogin.com/article/92-using-pages2 months ago
-
Posted a reply to Dokan plugin, on the site WordPress.org Forums:
Thanks for your review!2 months ago
-
Posted a reply to 2 registration pages, on the site WordPress.org Forums:
https://docs.thememylogin.com/article/121-creating-an-alternate-registration-form2 months ago
-
Posted a reply to Register form extra fields validation issue, on the site WordPress.org Forums:
What is the JS error?2 months ago
-
Posted a reply to Override lostpassword message, on the site WordPress.org Forums:
$errors = tml_get_errors(); $errors->remove( 'confirm' ); $errors->add( 'confirm', 'NEW MESSAGE HERE', 'message' );2 months ago
-
Posted a reply to Cannot confirm passwort, on the site WordPress.org Forums:
Does this happen if you use a bundled theme, such as Twenty Twenty? Also, which…3 months ago
-
Posted a reply to Create unchangeable(readonly) field in profile, on the site WordPress.org Forums:
Can you post the code you used to add the field?3 months ago
-
Posted a reply to Add Registration Fields if user has certain meta value, on the site WordPress.org Forums:
This is something you would use javascript for, and beyond the scope of plugin support.3 months ago
-
Posted a reply to Incompatible with Menu Image-Plugin, on the site WordPress.org Forums:
Can you try changing line 99 of theme-my-login/includes/hooks.php to the following and see if it…3 months ago
-
Posted a reply to Incompatible with Menu Image-Plugin, on the site WordPress.org Forums:
Looks like this will need a fix on our end, as TML is not providing…3 months ago
-
Posted a reply to Register page JS error on submit, on the site WordPress.org Forums:
I am unable to reproduce this error. My test registration went through just fine.3 months ago
-
Posted a reply to Register form password problem, on the site WordPress.org Forums:
How about with all other plugins disabled?4 months ago
-
Posted a reply to Reset password process does not complete, on the site WordPress.org Forums:
Are there any errors in your error log? What if you view the source -…4 months ago
-
Posted a reply to Register form password problem, on the site WordPress.org Forums:
If you use a default (bundled) theme, does this still happen?4 months ago
-
Posted a reply to Reset password process does not complete, on the site WordPress.org Forums:
The reset password action should show two password inputs to set a new password. Are…4 months ago
-
Posted a reply to Conflict with WP Armour, on the site WordPress.org Forums:
Sorry, not sure.4 months ago
-
Posted a reply to theme-my-login-custom not working, on the site WordPress.org Forums:
All you have to do is place the file in wp-content/plugins and it will be…4 months ago
-
Posted a reply to string in functions doesn’t match pot, on the site WordPress.org Forums:
Thanks for the heads up! We'll get that fixed.4 months ago
-
Posted a reply to Good Plugin, on the site WordPress.org Forums:
Thanks for your review!4 months ago
-
Posted a reply to TML Plugin: Create two login buttons (Student & Faculty), on the site WordPress.org Forums:
This would be a use-case for our Redirection extension. You would need a separate role…4 months ago
-
Posted a reply to Logout page and slug, on the site WordPress.org Forums:
Log Out does not need a page as it doesn't display anything. You shouldn't create…5 months ago
-
Posted a reply to render_args[‘before’] and PHP Warning, on the site WordPress.org Forums:
Try this: function modify_tml_profile_form() { if ( $profile_form_first_name = tml_get_form_field('profile','first_name') ) { $profile_form_first_name->render_args['before'] = '<div…5 months ago
-
Posted a reply to Submit button is blank, on the site WordPress.org Forums:
Is "Log In" translated in your Hebrew translation?5 months ago
-
Posted a reply to Oxygen template not being applied to TML pages, on the site WordPress.org Forums:
Refer to the following: https://docs.thememylogin.com/article/92-using-pages https://docs.thememylogin.com/article/91-using-the-shortcode5 months ago
-
Posted a reply to Password error message, on the site WordPress.org Forums:
And the second string is not from TML at all.5 months ago
Developer
-
Custom Author Base
Active Installs: 100+
-
Post Tags Widget
Active Installs: 100+
-
Theme My Login
Active Installs: 100,000+