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 Problem confirmation password, on the site WordPress.org Forums:
Does this happen if you use one of the default themes, such as Twenty Twenty? -
Posted a reply to Duplicate passwords, on the site WordPress.org Forums:
Perhaps try disabling other plugins until you find the culprit? There should only be two… -
Posted a reply to Great – and extendable, on the site WordPress.org Forums:
Thanks for your review! -
Posted a reply to works great, on the site WordPress.org Forums:
Thanks for your review! -
Posted a reply to Boxes Not Showing, on the site WordPress.org Forums:
I'd suggest trying a different theme. If your issue goes away, it's a theme issue,… -
Posted a reply to thank you!, on the site WordPress.org Forums:
Thanks for your review! -
Posted a reply to Password Reset Link Invalid, on the site WordPress.org Forums:
Maybe try disabling other plugins besides TML and see if the issue persists. -
Posted a reply to fake post for displaying forms without an existing page should not use 0 as ID, on the site WordPress.org Forums:
I would suggest that anyone who encounters those problems should simply create real pages. -
Posted a reply to Set redirect page on login, on the site WordPress.org Forums:
Our Redirection extension would be a good candidate for that. Or, if using the widget,… -
Posted a reply to Theme My Login Action Menu errors, on the site WordPress.org Forums:
Can you check your server error logs when this happens? Anything relevant there? -
Posted a reply to Error: User registration is not allowed at this time., on the site WordPress.org Forums:
WP Dashboard -> Settings -> General -> Check anyone can register -
Posted a reply to Password Reset Link Invalid, on the site WordPress.org Forums:
This is almost always due to server-side caching on your site. Ask your hosting provider… -
Posted a reply to Missing login url in lost password, on the site WordPress.org Forums:
https://github.com/theme-my-login/theme-my-login/commit/3ad854613cab8d9219359fff2a76ba31c2e01518 -
Posted a reply to TML Profiles in french, on the site WordPress.org Forums:
As per wordpress.org policy, we are not able to support paid extensions here. Please reach… -
Posted a reply to Password Reset Admin Dashboard ReCAPTCHA, on the site WordPress.org Forums:
Thanks for letting us know - but if you seek support for a paid extension,… -
Posted a reply to After login page, on the site WordPress.org Forums:
Are you using our Redirection extension? -
Posted a reply to How do I remove the Edit Profile Link – Theme My Login, on the site WordPress.org Forums:
https://docs.thememylogin.com/article/126-modifying-the-dashboard -
Posted a reply to My Theme Login – Login Page Goes Blank, on the site WordPress.org Forums:
Sounds like an issue with your theme. -
Posted a reply to Dynamic action hook in tml_action_handler() always has the same name, on the site WordPress.org Forums:
Perhaps your server isn't configured to populate $_REQUEST? -
Posted a reply to Change email content on actions, on the site WordPress.org Forums:
This is precisely what our Notifications extension is for. -
Posted a reply to New user registration emails not working, on the site WordPress.org Forums:
Disabling all other plugins and seeing if it works correctly then. -
Posted a reply to Logout Menu Link Issue, on the site WordPress.org Forums:
There's no way for one domain to delete cookies for another. -
Posted a reply to New Role Restricted, on the site WordPress.org Forums:
1. Dashboard is a TML action. Here's how to disable a TML action. 2. TML… -
Posted a reply to New user registration emails not working, on the site WordPress.org Forums:
Are you using any other registration related plugins that could be interfering? -
Posted a reply to Invalid email address message, on the site WordPress.org Forums:
Is this happening before you even submit the form? -
Posted a reply to You must have it, on the site WordPress.org Forums:
Thanks for your review! -
Posted a reply to Multiple clicks for login button to work, on the site WordPress.org Forums:
Are you sure the page is not loading, just slowly, after the first click? -
Posted a reply to Register error on double click, on the site WordPress.org Forums:
I'm not sure what you would expect to happen if you click again while it's… -
Posted a reply to message appears that you are already logged in, on the site WordPress.org Forums:
Using the code I already provided, simply return some content instead of an empty string:… -
Posted a reply to message appears that you are already logged in, on the site WordPress.org Forums:
Use the widget. -
Posted a reply to Register error on double click, on the site WordPress.org Forums:
Do you mean the button is clicked again while it is still processing/loading? -
Posted a reply to message appears that you are already logged in, on the site WordPress.org Forums:
Do notice the bold in the documentation quote: You can add a filter to hide… -
Posted a reply to message appears that you are already logged in, on the site WordPress.org Forums:
I'm not sure I understand your question, but it sounds like maybe it could be… -
Posted a reply to Password reset redirects to lostpassword error page, on the site WordPress.org Forums:
Have you verified that the pages are indeed excluded from the cache by inspecting the… -
Posted a reply to Error message translation, on the site WordPress.org Forums:
I show "Please enter a password." on line 305 of theme-my-login.pot: #: includes/functions.php:690 msgid "<strong>Error</strong>:… -
Posted a reply to tml-field-wrap template, on the site WordPress.org Forums:
Same code but swap out tml_after_form_field with tml_before_form_field should do it. There's also this approach:… -
Posted a reply to Registration site is not working, but login is., on the site WordPress.org Forums:
Check your server error log around the time this happens and report back the error. -
Posted a reply to Custom text/html before login form, on the site WordPress.org Forums:
If you create a real page to represent the action, you can add whatever content… -
Posted a reply to hide nav, on the site WordPress.org Forums:
Probably because you haven't hidden your navbar from logged out users? You'd need to wrap… -
Posted a reply to tml-field-wrap template, on the site WordPress.org Forums:
You should be able to use the tml_after_form_field filter: add_filter( 'tml_after_form_field', function ( $output, $form_name,… -
Posted a reply to is_theme_my_login_page() ??, on the site WordPress.org Forums:
// Login page tml_is_action( 'login' ); // Register tml_is_action( 'register' ); // etc // Any… -
Posted a reply to Error message translation, on the site WordPress.org Forums:
The second string is definitely not from TML. The first one may be. Have you… -
Posted a reply to Wrong Password message on login fail, on the site WordPress.org Forums:
Yes. -
Posted a reply to auth_redirect() doesn’t send users back, on the site WordPress.org Forums:
Instead of using auth_redirect(): if ( ! is_user_logged_in() ) { $redirect_to = wp_login_url( $_SERVER['REQUEST_URI'] );… -
Posted a reply to Theme My Login Critical Error Retrieve Password, on the site WordPress.org Forums:
I would suggest updating your WP version. 5.6.x is pretty old. -
Posted a reply to add advanced cutom fields?, on the site WordPress.org Forums:
If ACF allows you to add fields to wp-login.php, those same fields will likely appear… -
Posted a reply to edit and save profile form in front end after registration, on the site WordPress.org Forums:
Since this is in regard to our Profiles extension, which is a commercial plugin, you… -
Posted a reply to About register email domain whitelist, on the site WordPress.org Forums:
Yes it is, just like it's possible with regular WP registration. A quick Google search… -
Posted a reply to Missing login page on lost password message, on the site WordPress.org Forums:
Can you link a screenshot of what you're seeing? -
Posted a reply to Theme My Login Critical Error Retrieve Password, on the site WordPress.org Forums:
What WP version are you running?
Developer
-
Custom Author Base
Active Installs: 100+
-
Post Tags Widget
Active Installs: 100+
-
Theme My Login
Active Installs: 100,000+