Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    Ah, yet another bug uncovered.

    You can fix it by opening /wp-content/plugins/theme-my-login/modules/ajax/ajax.php and going to line 193 and changing it from:

    if ( 'tml_page' == $menu_item->object && Theme_My_Login::is_tml_page( '', $menu_item->object_id ) ) {

    to:

    if ( 'page' == $menu_item->object && Theme_My_Login::is_tml_page( '', $menu_item->object_id ) ) {
    Thread Starter Daelorn

    (@daelorn)

    Hi Jeff,

    Thanks for your help, however, it doesn’t seem to be working.
    When I make the change, I can’t login anymore…

    Also just ran into this ajax bug. Recommended solution works fine for me though. Thanks!

    nudeweb

    (@nudeweb)

    Ajax dosen’t work on my site, also register page breaks if custom password is enabled. I looked for the line quoted above but the file I have only goes to line 176. Any update on this?

    Plugin Author Jeff Farthing

    (@jfarthing84)

    @nudeweb What version?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Ajax stopped working’ is closed to new replies.