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 Registration isn’t working in a multisite environment, on the site WordPress.org Forums:
Have you tried with AJAX disabled?1 week 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.1 week 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'…1 week ago
-
Posted a reply to Login and register pages marked as noindex, on the site WordPress.org Forums:
It does.1 week 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 weeks 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?2 weeks ago
-
Posted a reply to Hint text, under the username field, on the site WordPress.org Forums:
Where did you place the code?2 weeks ago
-
Posted a reply to updating wordpress broke login, on the site WordPress.org Forums:
Try disabling AJAX requests in TML settings.2 weeks 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?2 weeks 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…2 weeks 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' ) )…2 weeks 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.4 weeks 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…4 weeks 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 requests4 weeks 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-etc4 weeks ago
-
Posted a reply to login dont work, on the site WordPress.org Forums:
Are you sure you're using correct credentials?4 weeks 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.4 weeks 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?4 weeks 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…4 weeks 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-titles4 weeks 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-php1 month 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…1 month ago
-
Posted a reply to Member card and member ID?, on the site WordPress.org Forums:
No, sorry.1 month 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?1 month 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?1 month ago
-
Posted a reply to slug settings, on the site WordPress.org Forums:
WP Dashboard > Theme My Login > General - Slugs > Login1 month ago
-
Posted a reply to Show Username without Link, on the site WordPress.org Forums:
Where?1 month 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 month 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'], '' )…1 month 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(…1 month 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.2 months 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…2 months 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.2 months 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 }2 months 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…2 months 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…2 months ago
-
Posted a reply to Verify Account Page After Registration, on the site WordPress.org Forums:
How did you add that feature?2 months 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?2 months 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…2 months 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.2 months 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…2 months 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.2 months ago
-
Posted a reply to Remove User Panel Links, on the site WordPress.org Forums:
Can you confirm where you placed that file?2 months 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…2 months 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.2 months 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.2 months 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…2 months 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' );2 months 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…2 months 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,…2 months ago
Developer
-
Custom Author Base
Active Installs: 100+
-
Post Tags Widget
Active Installs: 90+
-
Theme My Login
Active Installs: 100,000+