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 Remove User Panel Links, on the site WordPress.org Forums:
Can you confirm where you placed that file?3 hours 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 days 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 days 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 days 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…6 days 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' );6 days 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 week 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 week 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 week 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 week 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 week ago
-
Posted a reply to Placeholders – Login Form, on the site WordPress.org Forums:
Where have you placed the code?2 weeks 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 weeks 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 weeks 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 weeks 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 weeks ago
-
Posted a reply to Relocation social login, on the site WordPress.org Forums:
Is this from our Social extension?2 weeks 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 weeks 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 weeks 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 weeks ago
-
Posted a reply to Placeholders – Login Form, on the site WordPress.org Forums:
I'm sorry, I'm not sure what you mean...3 weeks 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…3 weeks 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.3 weeks 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.3 weeks 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…3 weeks ago
-
Posted a reply to Any Demos or Examples, on the site WordPress.org Forums:
Contact us here for access to our demo server.3 weeks 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…3 weeks 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…3 weeks ago
-
Posted a reply to Unable to login into admin site, on the site WordPress.org Forums:
What happens when it fails with AJAX disabled?3 weeks ago
-
Posted a reply to Could not change page for when loggout, on the site WordPress.org Forums:
I'm not sure what you're saying you have changed. Are you using our Redirection extension?3 weeks ago
-
Posted a reply to Add Extra Lines to Registration Form, on the site WordPress.org Forums:
https://docs.thememylogin.com/article/63-using-theme-my-login-custom-php3 weeks ago
-
Posted a reply to Unable to login into admin site, on the site WordPress.org Forums:
Go to Dashboard > Theme My Login > General and uncheck AJAX requests. Use /wp-login.php…3 weeks ago
-
Posted a reply to Log-In Page Error, on the site WordPress.org Forums:
Does the Login page exist within your WP Pages? If so, does it contain TML's…3 weeks ago
-
Posted a reply to Automatically log in users after password reset, on the site WordPress.org Forums:
At this time, no, not easily.3 weeks ago
-
Posted a reply to Log in error, on the site WordPress.org Forums:
Try going into Theme My Login > General Settings and unchecking AJAX requests.3 weeks ago
-
Posted a reply to Login page for logged in users, on the site WordPress.org Forums:
function redirect_to_tml_dashboard() { if ( is_user_logged_in() ) { wp_redirect( tml_get_action_url( 'dashboard' ) ); exit; }…4 weeks ago
-
Posted a reply to User not getting email after registration, on the site WordPress.org Forums:
That error isn't from TML, nor does it sound like a WP core message.1 month ago
-
Posted a reply to NOOB – How to setup redirect, on the site WordPress.org Forums:
Redirection is a separate extension for the plugin for which a license can be purchased…1 month ago
-
Posted a reply to No error messages shown at all, on the site WordPress.org Forums:
I took a look at your login page - it is not using TML...1 month ago
-
Posted a reply to login is not working after update to 7.1 version, on the site WordPress.org Forums:
The answer was my response right above your post. However, if you've updated to 7.1.1,…1 month ago
-
Posted a reply to Dashboard oddness, on the site WordPress.org Forums:
Perhaps 7.1.1 is better for you? It doesn't force you to the Dashboard when trying…1 month ago
-
Committed [2326137] to Plugins Trac:
Tagging 7.1.11 month ago
-
Committed [2326135] to Plugins Trac:
Version 7.1.11 month ago
-
Posted a reply to Error on Login page, on the site WordPress.org Forums:
I just visited your login page and do not see this.1 month ago
-
Posted a reply to Cannot log in, on the site WordPress.org Forums:
I would suggest disabling AJAX as shown here: https://wordpress.org/support/topic/login-is-not-working-after-update-to-7-1-version/#post-129740881 month ago
-
Posted a reply to login is not working after update to 7.1 version, on the site WordPress.org Forums:
You can disable AJAX like so: function disable_tml_ajax( $form_name, $form ) { $form->remove_attribute( 'data-ajax' );…2 months ago
-
Posted a reply to login is not working after update to 7.1 version, on the site WordPress.org Forums:
@creativemanner Does your login form not POST to itself?2 months ago
-
Posted a reply to login is not working after update to 7.1 version, on the site WordPress.org Forums:
@eransigal Any chance you could show me the Network tab (with the details of the…2 months ago
-
Posted a reply to Mixed Content Error on whynopadlock, on the site WordPress.org Forums:
Have you set your Site URL and Home URL to the https URL?2 months ago
-
Posted a reply to Redirection after login doesn’t work, on the site WordPress.org Forums:
Can you view the network console and see the response code the server is sending…2 months ago
Developer
-
Custom Author Base
Active Installs: 100+
-
Post Tags Widget
Active Installs: 80+
-
Theme My Login
Active Installs: 100,000+