• Plugin Author Jeff Farthing

    (@jfarthing84)


    If you are voting the combination as “Broken” on the plugin page, I sure hope that you are posting whatever you feel is “Broken” in this forum.

    First of all, TML 6.2 was in beta status for over a month. Did nobody want to help contribute and test it for bugs BEFORE the release?

    Besides that, on a vanilla install with no other plugins and the default theme, EVERYTHING works as it should.

    Just my two cents.

    https://www.ads-software.com/extend/plugins/theme-my-login/

Viewing 2 replies - 31 through 32 (of 32 total)
  • @arudd on AG Custom Admin incomapitbility:

    I’ve found the problem with AGCA that affects TML profile/register/login page; AGCA reloads jquery library without any check. It doesn’t care if jquery is already loaded by WP or the active theme or some other plugin.

    To correct the issue, just find function print_login_head (somewhere near line 1176 of plugin.php) and replace this line of code:

    $this->reloadScript();

    with these:

    if( !wp_script_is('jquery')) {
    	$this->reloadScript();
    }

    I’m going to post this on the support forum of AGCA also.

    Custom Redirection works, but only on other actions (like logging out), but it will not work on log-in, and I have exhausted troubleshooting endeavors and am now at a loss. I was hoping I could get through this without having to stop and ask for directions.

    Jeff – I have tried your troubleshooting advice and deactivated all plugins except TML, but get the same issue.

    60daymba.com/log-in/ will not redirect as requested to 60daymba.com/members/

    HOWEVER, 60daymba.com/log-out/ WILL redirect to 60daymba.com/members/ as requested. I do not currently know how to use this piece of information but my gut says this is what to focus on and that I’m missing something very simple.

    Please help. I have some fiddler logs and a few other debug logs I could post if you need them.

Viewing 2 replies - 31 through 32 (of 32 total)
  • The topic ‘Theme My Login 6.2 Broken?’ is closed to new replies.