• Hi Team,

    for the login/logout dynamic switch on menus, it works for web version, but for mobile device,
    1. after user logged in,
    2. go to home page
    3. note the login wording in menu been kept rather than change to logout

    you can test out in our staging site:
    https://nlandcapital.com/staging/7184/

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author cartpauj

    (@cartpauj)

    This sounds like a caching issue.

    Thread Starter awesome-sidney

    (@awesome-sidney)

    Hi Cartpauj:

    thanks for the quick reply!

    after change to a new browser, the issue persist,

    the issue only exist for home page menu nav login, for other page, the menu nav login can be switched to logout

    url:
    nlandcapital.com/staging/7184

    Plugin Author cartpauj

    (@cartpauj)

    Your webserver is setting a “expires” header in the HTTP response. Basically telling the browser to cache the page. So after they login, if they visit the same page they were on, and the browser serves the page from cache, then it will not show logged in.

    If you refresh the page a couple of times, it might update.

    You’d have to work with your webhost to clear out that “expires” header to prevent the browser caching.

    Thread Starter awesome-sidney

    (@awesome-sidney)

    thanks for the intel and help! will check out!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘login not changed to logout in mobile home page’ is closed to new replies.