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 Log In Button Creates No Action, on the site WordPress.org Forums:
It came with the AJAX feature of 7.1.1 week 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…1 week 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 requests1 week 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-etc1 week ago
-
Posted a reply to login dont work, on the site WordPress.org Forums:
Are you sure you're using correct credentials?2 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.2 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?2 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…2 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-titles2 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-php3 weeks 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…3 weeks ago
-
Posted a reply to Member card and member ID?, on the site WordPress.org Forums:
No, sorry.3 weeks 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?3 weeks 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?3 weeks ago
-
Posted a reply to slug settings, on the site WordPress.org Forums:
WP Dashboard > Theme My Login > General - Slugs > Login3 weeks ago
-
Posted a reply to Show Username without Link, on the site WordPress.org Forums:
Where?3 weeks 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?3 weeks 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'], '' )…4 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(…4 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.1 month 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…1 month 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.1 month 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 }1 month 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…1 month 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…1 month ago
-
Posted a reply to Verify Account Page After Registration, on the site WordPress.org Forums:
How did you add that feature?1 month 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?1 month 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…1 month 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.1 month 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…1 month 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.1 month 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
-
Posted a reply to Remove User Panel Links, on the site WordPress.org Forums:
https://docs.thememylogin.com/article/88-modifying-the-user-panel2 months 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?2 months 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 =…2 months ago
-
Posted a reply to Placeholders – Login Form, on the site WordPress.org Forums:
Where have you placed the code?2 months 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
Developer
-
Custom Author Base
Active Installs: 100+
-
Post Tags Widget
Active Installs: 90+
-
Theme My Login
Active Installs: 100,000+