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 HELP – no login for dashboard possible intext:”Plugin: Theme My Login”, on the site WordPress.org Forums: 
 Try yoursite.com/wp-login.php1 day ago 
- 
										Posted a reply to Add attributes to form tag, on the site WordPress.org Forums: 
 function customize_tml() { if ( $form = tml_get_form( 'login' ) ) { $form->add_attribute( 'data-action', 'login'…1 day ago 
- 
										Posted a reply to Theme My Login v6.4.5, on the site WordPress.org Forums: 
 6.x is no longer supported.1 day ago 
- 
										Posted a reply to Adding Extra Profile Fields, on the site WordPress.org Forums: 
 I'm sorry, but you must use our commercial support channel for extension support.1 day ago 
- 
										Posted a reply to Confirm Current User Password Before Allowing to Change Password, on the site WordPress.org Forums: 
 This would be a general WP question.1 day ago 
- 
										Posted a reply to “Theme My Login” plugin also customize the adm panel, on the site WordPress.org Forums: 
 No - but you can theme your users profiles with our Profiles extension.3 weeks ago 
- 
										Posted a reply to Login Redirection, on the site WordPress.org Forums: 
 Try using a priority of at least 101 instead of 10.4 weeks ago 
- 
										Posted a reply to Lost password page is not working, on the site WordPress.org Forums: 
 It uses core WordPress mailing functions.1 month ago 
- 
										Posted a reply to PHP 8 warnings in v7.1.2, on the site WordPress.org Forums: 
 Thanks for the heads up!1 month ago 
- 
										Posted a reply to Login Redirection, on the site WordPress.org Forums: 
 I don't believe you can use hyphens in PHP function declarations. Try replacing those with…1 month ago 
- 
										Posted a reply to After password reset, error message Your password reset link appears to be inval, on the site WordPress.org Forums: 
 @zanicom That evidence points even more toward server-side caching, as all hosts who implement this…1 month ago 
- 
										Posted a reply to Show login form in page template, on the site WordPress.org Forums: 
 tml_get_form( 'login' )->render(); tml_get_form( 'lostpassword' )->render();1 month ago 
- 
										Posted a reply to Lost password page is not working, on the site WordPress.org Forums: 
 Try disabling AJAX in TMLs settings?2 months ago 
- 
										Posted a reply to Profile page Eerror, on the site WordPress.org Forums: 
 As the Profiles extension is commercial, you will need to reach out on our commercial…2 months ago 
- 
										Posted a reply to Delete all trace of Theme my login, on the site WordPress.org Forums: 
 All you have to do is delete the plugin, as you did. Once it's been…2 months ago 
- 
										Posted a reply to Elementor & Reset password shortcode, on the site WordPress.org Forums: 
 Thanks for the heads up. We'll look into finding a way to fix this.2 months ago 
- 
										Posted a reply to After password reset, error message Your password reset link appears to be inval, on the site WordPress.org Forums: 
 This is almost always caching. Have you verified that the pages are no longer being…2 months ago 
- 
										Posted a reply to reCaptcha dosent work on IE11 and IE10, on the site WordPress.org Forums: 
 @georgyvk We received your request, but you seem to have mistyped your email as our…2 months ago 
- 
										Posted a reply to How to remove noindex and noarchive from login page?, on the site WordPress.org Forums: 
 I'm sorry - the priority was off. That should be a 9 instead of 11:…2 months ago 
- 
										Posted a reply to Dashboard Page, on the site WordPress.org Forums: 
 https://docs.thememylogin.com/article/87-disabling-an-action2 months ago 
- 
										Posted a reply to Redirection Referrer: Need to avoid Login page after login, on the site WordPress.org Forums: 
 Try this: function redirect_login_when_logged_in() { if ( is_user_logged_in() ) { wp_redirect( home_url() ); exit; }…2 months ago 
- 
										Posted a reply to Theme My Login, on the site WordPress.org Forums: 
 Then yes, it is quite possible you will experience breaking changes.2 months ago 
- 
										Posted a reply to How to remove noindex and noarchive from login page?, on the site WordPress.org Forums: 
 Try this: function remove_sensitive_page_meta() { remove_action( 'login_head', 'wp_sensitive_page_meta' ); } add_action( 'login_head', 'remove_sensitive_page_meta', 11 );2 months ago 
- 
										Posted a reply to reCaptcha dosent work on IE11 and IE10, on the site WordPress.org Forums: 
 Please use our commercial support channel at https://thememylogin.com/support.2 months ago 
- 
										Posted a reply to How to add a user phone field on frontend, on the site WordPress.org Forums: 
 https://docs.thememylogin.com/article/62-adding-extra-registration-fields2 months ago 
- 
										Posted a reply to Theme My Login, on the site WordPress.org Forums: 
 What version do you currently have?2 months ago 
- 
										Posted a reply to Password reset displaying 3 fields, on the site WordPress.org Forums: 
 I believe we are already assisting you with this via our commercial support channel.2 months ago 
- 
										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.2 months 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?2 months ago 
- 
										Committed [2421848] to Plugins Trac: 
 Tagging 7.1.22 months ago 
- 
										Committed [2421847] to Plugins Trac: 
 Version 7.1.22 months 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 months 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 months 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 months 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 months 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.3 months ago 
- 
										Posted a reply to Bad Gateway brought down client’s site, on the site WordPress.org Forums: 
 This should now be resolved.3 months ago 
- 
										Posted a reply to Works fine, on the site WordPress.org Forums: 
 Thanks for your review!3 months ago 
- 
										Posted a reply to Very nice solution, on the site WordPress.org Forums: 
 Thanks for your review!3 months 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…3 months 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…3 months 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?3 months 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.3 months ago 
- 
										Posted a reply to Problem w/ logging in after confirmation link, on the site WordPress.org Forums: 
 Try disabling AJAX in TMLs settings.3 months 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.3 months ago 
- 
										Posted a reply to Reset Password doesn’t send link to user, on the site WordPress.org Forums: 
 Who is your hosting provider?3 months ago 
- 
										Posted a reply to links color, on the site WordPress.org Forums: 
 CSS: .tml-links a { color: red; }3 months 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…3 months 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…3 months ago 
- 
										Posted a reply to Very helpful, on the site WordPress.org Forums: 
 Thank you for your review!4 months ago 
Developer
- 
										
											Custom Author BaseActive Installs: 100+ 
- 
										
											Post Tags WidgetActive Installs: 90+ 
- 
										
											  Theme My LoginActive Installs: 100,000+ 



 
			