Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Max K

    (@kaminskym)

    Hi,

    Please try to open file
    plugins/ajax-login-and-registration-modal-popup/assets/lrm-core.js
    find line
    window.location.reload();
    and replace with a
    window.location.reload( true );

    Then clear your browser cache and test again.
    Max

    Thread Starter kullananlar

    (@savekonq)

    Thx max but not working. page does not refresh.

    mfarissalim

    (@mfarissalim)

    I made the reload using the below method

    add
    window.location.reload(true);
    above
    if (“reload” == response.data.action) {}

    thankz

    Thread Starter kullananlar

    (@savekonq)

    @mfarissalim I don’t know where to add the code.

    mfarissalim

    (@mfarissalim)

    edit the file
    “lrm-core.js”

    located in
    /wp-content/plugins/ajax-login-and-registration-modal-popup/assets/lrm-core.js

    Thread Starter kullananlar

    (@savekonq)

    @mfarissalim I don’t know where to add the code. which line. thank you.

    Plugin Author Max K

    (@kaminskym)

    Here is a screenshot:

    flameshot_screenshot

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

The topic ‘login after reload problem’ is closed to new replies.