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 How to add optional mobile field in registration form, on the site WordPress.org Forums:
You forgot the opening <?php tag at the beginning of the file.6 days ago
-
Posted a reply to Site crash, on the site WordPress.org Forums:
Nothing has changed that would cause that code to break. What error are you getting?1 week ago
-
Committed [2421848] to Plugins Trac:
Tagging 7.1.21 week ago
-
Committed [2421847] to Plugins Trac:
Version 7.1.21 week ago
-
Posted a reply to Lost Password link not generating prompt to check email, on the site WordPress.org Forums:
On some sites, AJAX doesn't work for one reason or another, which is precisely why…2 weeks ago
-
Posted a reply to password reset page, on the site WordPress.org Forums:
The password reset page is only used when accessing via a special link that gets…2 weeks ago
-
Posted a reply to Checkbox for GDPR Compliance, on the site WordPress.org Forums:
I would look into adding it to the users profile instead. Are you using our…2 weeks ago
-
Posted a reply to Set slug to external domain, on the site WordPress.org Forums:
Try this: function modify_tml_actions( $url, $action ) { if ( 'login' == $action ) {…2 weeks ago
-
Posted a reply to URGENT: 502 due to curl request timeout to thememylogin.com, on the site WordPress.org Forums:
This should now be resolved. Please confirm.4 weeks ago
-
Posted a reply to Bad Gateway brought down client’s site, on the site WordPress.org Forums:
This should now be resolved.4 weeks ago
-
Posted a reply to Works fine, on the site WordPress.org Forums:
Thanks for your review!4 weeks ago
-
Posted a reply to Very nice solution, on the site WordPress.org Forums:
Thanks for your review!4 weeks ago
-
Posted a reply to Bad Gateway brought down client’s site, on the site WordPress.org Forums:
The plugin only ever tries to contact our servers within the admin area. With that…4 weeks ago
-
Posted a reply to Problem w/ logging in after confirmation link, on the site WordPress.org Forums:
Are you the same person we are communicating with via our support channel regarding this…1 month ago
-
Posted a reply to Reset Password doesn’t send link to user, on the site WordPress.org Forums:
If you use /wp-login.php, do you encounter these same issues?1 month ago
-
Posted a reply to This Reset key is invalid or no longer exists. Please reset password again!, on the site WordPress.org Forums:
This string is not coming from TML.1 month ago
-
Posted a reply to Problem w/ logging in after confirmation link, on the site WordPress.org Forums:
Try disabling AJAX in TMLs settings.1 month ago
-
Posted a reply to ERR_TOO_MANY_REDIRECTS for a few minutes, on the site WordPress.org Forums:
I believe we are already assisting you via our commercial support channel.1 month ago
-
Posted a reply to Reset Password doesn’t send link to user, on the site WordPress.org Forums:
Who is your hosting provider?1 month ago
-
Posted a reply to links color, on the site WordPress.org Forums:
CSS: .tml-links a { color: red; }1 month ago
-
Posted a reply to This Reset key is invalid or no longer exists. Please reset password again!, on the site WordPress.org Forums:
Is "This Reset key is invalid or no longer exists. Please reset password again!" the…1 month ago
-
Posted a reply to Reset Password doesn’t send link to user, on the site WordPress.org Forums:
These type of issues are almost always server side caching. Take a look at the…1 month ago
-
Posted a reply to Very helpful, on the site WordPress.org Forums:
Thank you for your review!2 months ago
-
Posted a reply to Remove the hint below password on register page, on the site WordPress.org Forums:
https://wordpress.org/support/topic/register-form-issues/#post-135281722 months ago
-
Posted a reply to Register Form Issues, on the site WordPress.org Forums:
The file theme-my-login-custom.php has to be created, as described here. Also, there was a typo…2 months ago
-
Posted a reply to Problem when Resetting the Password (Invalid Key) with users that contain spaces, on the site WordPress.org Forums:
Interesting as this code was basically taken directly from wp-login.php. Does this work properly if…2 months ago
-
Posted a reply to [Multisite] Error: Options page not found., on the site WordPress.org Forums:
You could manually make the changes to the plugin found here: https://github.com/theme-my-login/theme-my-login/commit/805ef6e988a2a68273077a3ad9927b9ce83a16e72 months ago
-
Posted a reply to extra fields not showing in profile, on the site WordPress.org Forums:
The documentation found on our site regarding profile fields (https://docs.thememylogin.com/article/109-adding-extra-profile-fields) is for our Profiles extension,…2 months ago
-
Posted a reply to Add additional text below “lost your password”?, on the site WordPress.org Forums:
function add_tml_action_links( $form_name, $form ) { if ( 'login' == $form_name ) { $form->add_link( 'wholesale',…2 months ago
-
Posted a reply to Registration isn’t working in a multisite environment, on the site WordPress.org Forums:
Have you tried with AJAX disabled?2 months ago
-
Posted a reply to [Multisite] Error: Options page not found., on the site WordPress.org Forums:
This is a known issue that will be resolved with the next update.2 months ago
-
Posted a reply to Hint text, under the username field, on the site WordPress.org Forums:
Sorry - one more try: function add_hints_to_login_form() { if ( $log = tml_get_form_field( 'login', 'log'…2 months ago
-
Posted a reply to Login and register pages marked as noindex, on the site WordPress.org Forums:
It does.2 months ago
-
Posted a reply to Hint text, under the username field, on the site WordPress.org Forums:
Perhaps you're somehow not using the recommended minimum PHP version for WP? Try this instead:…2 months ago
-
Posted a reply to Login is no longer working, on the site WordPress.org Forums:
Have you tried disabling other plugins to test for a conflict?3 months ago
-
Posted a reply to Hint text, under the username field, on the site WordPress.org Forums:
Where did you place the code?3 months ago
-
Posted a reply to updating wordpress broke login, on the site WordPress.org Forums:
Try disabling AJAX requests in TML settings.3 months ago
-
Posted a reply to Mobile Login Does Not Work With Ajax Turned Off, on the site WordPress.org Forums:
Does it work with AJAX on?3 months ago
-
Posted a reply to putting checkbox in line, on the site WordPress.org Forums:
One way would be to target the containers of those checkboxes using CSS. TML applies…3 months ago
-
Posted a reply to Hint text, under the username field, on the site WordPress.org Forums:
Try this: add_action( 'init', function() { if ( $log = tml_get_form_field( 'login', 'log' ) )…3 months ago
-
Posted a reply to Log In Button Creates No Action, on the site WordPress.org Forums:
It came with the AJAX feature of 7.1.3 months ago
-
Posted a reply to putting checkbox in line, on the site WordPress.org Forums:
Are you asking how to align checkboxes, or how to put them all on the…3 months ago
-
Posted a reply to Log In Button Creates No Action, on the site WordPress.org Forums:
Dashboard > Theme My Login > General > Uncheck Enable AJAX requests3 months ago
-
Posted a reply to Adding Extra Profile Fields doesn’t work, on the site WordPress.org Forums:
https://wordpress.stackexchange.com/questions/214719/how-do-i-add-a-field-on-the-users-profile-for-example-country-age-etc3 months ago
-
Posted a reply to login dont work, on the site WordPress.org Forums:
Are you sure you're using correct credentials?3 months ago
-
Posted a reply to Limited Editing, on the site WordPress.org Forums:
I'm not sure if it can - this may be a better question for Woo.3 months ago
-
Posted a reply to Adding Extra Profile Fields doesn’t work, on the site WordPress.org Forums:
Do you have our Profiles extension installed and active?3 months ago
-
Posted a reply to Problems Translation Domain, on the site WordPress.org Forums:
These will be updated when the plugin is brought up to date with the latest…3 months ago
-
Posted a reply to how to change the text on the Login form, on the site WordPress.org Forums:
https://docs.thememylogin.com/article/94-changing-action-titles3 months ago
-
Posted a reply to Checkbox at registration, on the site WordPress.org Forums:
Relevant documentation: https://docs.thememylogin.com/article/62-adding-extra-registration-fields https://docs.thememylogin.com/article/96-form-field-priorities https://docs.thememylogin.com/article/63-using-theme-my-login-custom-php3 months ago
Developer
-
Custom Author Base
Active Installs: 200+
-
Post Tags Widget
Active Installs: 100+
-
Theme My Login
Active Installs: 100,000+