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 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 days 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 days 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 days 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 days 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 days 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.2 weeks 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…2 weeks 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…2 weeks 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?2 weeks ago
-
Posted a reply to Customize Dashboard, on the site WordPress.org Forums:
https://docs.thememylogin.com/article/92-using-pages3 weeks 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…3 weeks 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?1 month 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?1 month 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(…1 month 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…1 month ago
-
Posted a reply to Hide menu items until login, on the site WordPress.org Forums:
Our Restrictions extension would be the perfect candidate.1 month 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...?1 month 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…1 month 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-pages1 month ago
-
Posted a reply to Dokan plugin, on the site WordPress.org Forums:
Thanks for your review!1 month ago
-
Posted a reply to 2 registration pages, on the site WordPress.org Forums:
https://docs.thememylogin.com/article/121-creating-an-alternate-registration-form1 month ago
-
Posted a reply to Register form extra fields validation issue, on the site WordPress.org Forums:
What is the JS error?1 month 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' );1 month 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…2 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?2 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.2 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…2 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…2 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.2 months ago
-
Posted a reply to Register form password problem, on the site WordPress.org Forums:
How about with all other plugins disabled?3 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 -…3 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?3 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…3 months ago
-
Posted a reply to Conflict with WP Armour, on the site WordPress.org Forums:
Sorry, not sure.3 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…3 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.3 months ago
-
Posted a reply to Good Plugin, on the site WordPress.org Forums:
Thanks for your review!3 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…3 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…4 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…4 months ago
-
Posted a reply to Submit button is blank, on the site WordPress.org Forums:
Is "Log In" translated in your Hebrew translation?4 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-shortcode4 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.4 months ago
-
Posted a reply to Problem with short codes, on the site WordPress.org Forums:
How do they not work? No form is displayed?4 months ago
-
Posted a reply to Password reset invalid key always, on the site WordPress.org Forums:
This is almost always due to server-side caching. You'll need to have TML's paths excluded…4 months ago
-
Posted a reply to when i create custom page with shortcode slu not redirect to that page, on the site WordPress.org Forums:
This is only happening for which actions? Just lostpassword?4 months ago
-
Posted a reply to My theme plugin issue, on the site WordPress.org Forums:
That would have nothing to do with TML. Check your .htaccess or your Apache/Nginx configuration.5 months ago
-
Posted a reply to Login shortcode not working, on the site WordPress.org Forums:
A rewrite rule gets created for whatever slug you choose. If a page exists with…5 months ago
-
Posted a reply to Login and Registration Type at email only, not working, on the site WordPress.org Forums:
Look at your pages for an existing page with the slug "login" and either delete…5 months ago
-
Posted a reply to when i create custom page with shortcode slu not redirect to that page, on the site WordPress.org Forums:
The only other thing I can suggest i try disabling all other plugins and see…5 months ago
Developer
-
Custom Author Base
Active Installs: 100+
-
Post Tags Widget
Active Installs: 100+
-
Theme My Login
Active Installs: 100,000+