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 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-php4 days ago 
- 
										Posted a reply to /lostpassword, /resetpassword, /register are not working, on the site WordPress.org Forums: 
 Your host may implement server-side caching, such as Varnish or another proxy server. Check with…4 days ago 
- 
										Posted a reply to Member card and member ID?, on the site WordPress.org Forums: 
 No, sorry.4 days ago 
- 
										Posted a reply to TML Plugin: Register Button Stopped Working, on the site WordPress.org Forums: 
 What if you disable AJAX in TML's settings?5 days ago 
- 
										Posted a reply to Member card and member ID?, on the site WordPress.org Forums: 
 I'm not exactly sure what you mean. Could you elaborate?5 days ago 
- 
										Posted a reply to slug settings, on the site WordPress.org Forums: 
 WP Dashboard > Theme My Login > General - Slugs > Login1 week ago 
- 
										Posted a reply to Show Username without Link, on the site WordPress.org Forums: 
 Where?1 week ago 
- 
										Posted a reply to Login not working, on the site WordPress.org Forums: 
 Can you check your browsers console for any errors when attempting?1 week ago 
- 
										Posted a reply to Captcha is not visible on checkout page, but required, on the site WordPress.org Forums: 
 Try the following code: function maybe_remove_tml_recaptcha_filter() { $nonce_value = wc_get_var( $_REQUEST['woocommerce-login-nonce'], wc_get_var( $_REQUEST['_wpnonce'], '' )…2 weeks ago 
- 
										Posted a reply to Show Username without Link, on the site WordPress.org Forums: 
 Using our existing example: function filter_tml_widget_user_links( $links ) { $user = wp_get_current_user(); $role = reset(…2 weeks ago 
- 
										Posted a reply to /lostpassword, /resetpassword, /register are not working, on the site WordPress.org Forums: 
 Check with your host that they are not caching those paths.3 weeks ago 
- 
										Posted a reply to uninstall question, on the site WordPress.org Forums: 
 Once TML is uninstalled, its files are removed with it. The file you are referencing…3 weeks ago 
- 
										Posted a reply to How to use custom profile/login forms, on the site WordPress.org Forums: 
 Documentation for customizing forms in 7+ can be found at https://docs.thememylogin.com.3 weeks ago 
- 
										Posted a reply to For registered members only, on the site WordPress.org Forums: 
 if ( ! is_user_logged_in() && ! tml_is_action() ) { // Do something }3 weeks ago 
- 
										Posted a reply to Verify Account Page After Registration, on the site WordPress.org Forums: 
 In that case, you will need to reach out to us via our commercial support…3 weeks ago 
- 
										Posted a reply to Just Doesn’t Work, on the site WordPress.org Forums: 
 @rickk55tn The plugin doesn't require pages. If you want pages, you can create them: https://docs.thememylogin.com/article/92-using-pages…4 weeks ago 
- 
										Posted a reply to Verify Account Page After Registration, on the site WordPress.org Forums: 
 How did you add that feature?4 weeks ago 
- 
										Posted a reply to Delay in Login Button, on the site WordPress.org Forums: 
 Does it happen on other actions as well, such as registration or password recovery?4 weeks ago 
- 
										Posted a reply to Login Button has changed to white, on the site WordPress.org Forums: 
 With TML 7.1, the button changed from an INPUT[TYPE="BUTTON"] element to an BUTTON element. Your…4 weeks ago 
- 
										Posted a reply to Avatars add-on for TML 6, on the site WordPress.org Forums: 
 There is no Avatars extension for TML 6.4 weeks ago 
- 
										Posted a reply to Login via facebook button not loading, on the site WordPress.org Forums: 
 The button in question is not part of TML - it must be added by…4 weeks ago 
- 
										Posted a reply to Login Button has changed to white, on the site WordPress.org Forums: 
 Ensure your theme have styling for the BUTTON element.4 weeks ago 
- 
										Posted a reply to Remove User Panel Links, on the site WordPress.org Forums: 
 Can you confirm where you placed that file?1 month ago 
- 
										Posted a reply to Link won’t show up in menu, on the site WordPress.org Forums: 
 Did you save the menu after adding the links? Furthermore, some actions don't show when…1 month ago 
- 
										Posted a reply to Odd conflict with “Five Star Restaurant Reservations” Plugin on home page., on the site WordPress.org Forums: 
 Unfortunately, as you've stated, it sounds like an incompatibility between the two plugins.1 month ago 
- 
										Posted a reply to Remove User Panel Links, on the site WordPress.org Forums: 
 You'll want to place the code in theme-my-login-custom.php.1 month ago 
- 
										Posted a reply to Can you restrict the user base, on the site WordPress.org Forums: 
 You can - and this would be something that can be done with WP, regardless…1 month ago 
- 
										Posted a reply to loopback error in site health, on the site WordPress.org Forums: 
 Try this: function remove_tml_admin_notices() { remove_action( 'admin_notices', 'tml_admin_notices' ); } add_action( 'admin_init', 'remove_tml_admin_notices' );1 month ago 
- 
										Posted a reply to loopback error in site health, on the site WordPress.org Forums: 
 I am unable to reproduce this error. Did you test with all other plugins disabled…1 month ago 
- 
										Posted a reply to placeholder for other input fields, on the site WordPress.org Forums: 
 Only if that plugin uses our API to add the field in the first place,…1 month ago 
- 
										Posted a reply to Remove User Panel Links, on the site WordPress.org Forums: 
 https://docs.thememylogin.com/article/88-modifying-the-user-panel1 month ago 
- 
										Posted a reply to Customized templates no longer showing after updating plugin, on the site WordPress.org Forums: 
 Have you purchased our Profiles extension?1 month ago 
- 
										Posted a reply to Placeholders – Login Form, on the site WordPress.org Forums: 
 Whoops! For clarity, here is the proper code. function add_placeholder_text_to_tml_fields() { if ( $user_login =…1 month ago 
- 
										Posted a reply to Placeholders – Login Form, on the site WordPress.org Forums: 
 Where have you placed the code?1 month ago 
- 
										Posted a reply to How to update theme.login.min.css, on the site WordPress.org Forums: 
 For minor styling, I would suggest using the built-in custom CSS field within the Customizer.2 months ago 
- 
										Posted a reply to Placeholders – Login Form, on the site WordPress.org Forums: 
 That example should have added a placeholder to the username entry on the registration form.…2 months ago 
- 
										Posted a reply to Register Form Issues, on the site WordPress.org Forums: 
 https://docs.thememylogin.com/article/63-using-theme-my-login-custom-php function remove_tml_registration_indicator_hint() { tml_remove_form_field( 'register', 'indicator_hint' ); } add_action( 'init', 'remve_tml_registration_indicator_hint' );2 months ago 
- 
										Posted a reply to How to update theme.login.min.css, on the site WordPress.org Forums: 
 I would recommend putting your own styling elsewhere, as this way, your changes would be…2 months ago 
- 
										Posted a reply to Relocation social login, on the site WordPress.org Forums: 
 Is this from our Social extension?2 months ago 
- 
										Posted a reply to AccessPress social login critical error, on the site WordPress.org Forums: 
 It appears that plugin is not passing the correct arguments to the login_redirect filter.2 months ago 
- 
										Posted a reply to Register Form Issues, on the site WordPress.org Forums: 
 https://docs.thememylogin.com/article/89-adding-a-checkbox-for-gdpr-compliance2 months ago 
- 
										Posted a reply to Placeholders – Login Form, on the site WordPress.org Forums: 
 Here's an example: function add_placeholder_text_to_tml_fields() { if ( $user_login = tml_get_form_field( 'user_login', 'register' ) )…2 months ago 
- 
										Posted a reply to Placeholders – Login Form, on the site WordPress.org Forums: 
 I'm sorry, I'm not sure what you mean...2 months ago 
- 
										Posted a reply to Register Form Issues, on the site WordPress.org Forums: 
 Could you try visiting your WP Dashboard > Theme My Login > General settings and…2 months ago 
- 
										Posted a reply to Could not change page for when loggout, on the site WordPress.org Forums: 
 Well, that is the purpose of our Redirection extension.2 months ago 
- 
										Posted a reply to Theme My Login Redirection Add On Not Working, on the site WordPress.org Forums: 
 As a commercial customer, you should be seeking support here.2 months ago 
- 
										Posted a reply to Can it work with iThemes Security Hide Backend?, on the site WordPress.org Forums: 
 My usual recommendation is to enter something obscure in iThemes that you won't use and…2 months ago 
- 
										Posted a reply to Any Demos or Examples, on the site WordPress.org Forums: 
 Contact us here for access to our demo server.2 months ago 
- 
										Posted a reply to Could not change page for when loggout, on the site WordPress.org Forums: 
 Those settings aren't for redirection, they are the slugs used to represent each of those…2 months ago 
- 
										Posted a reply to Add Extra Lines to Registration Form, on the site WordPress.org Forums: 
 You can create it locally and upload via FTP, SSH into your server and create…2 months ago 
Developer
- 
										
											Custom Author BaseActive Installs: 100+ 
- 
										
											Post Tags WidgetActive Installs: 80+ 
- 
										
											  Theme My LoginActive Installs: 100,000+ 



 
			