• Resolved rajaito

    (@rajaito)


    Hello,

    Love the flexibility of this plugin, but I am having a problem with it. Sometimes when I go to a page on our site it loads the way I expect. However, sometimes it flashes the entire login popup then disapears. Then sometimes the login box just shows up and does not go away.

    The plugin does allow a user to login just fine. But it would be best if a user never sees the popup unless the login button is clicked. I am really not sure how to diagnose this problem.

    Go to https://sakyong.com/ and click on books or media to see the problem. I have disabled it on all other pages.

    I am using the code below to display the login in a php widget:

    <div style="text-align: right; font-size: 11px !important;">
    <a href="https://www.sakyong.com/my-account/">My Account</a>?????
    <a href="https://www.sakyong.com/cart/">Cart</a>?????<?php if ( function_exists('flexible_frontend_login') ) flexible_frontend_login( $vertical, $horizontal ); ?></div>

    https://www.ads-software.com/extend/plugins/flexible-frontend-login/

Viewing 1 replies (of 1 total)
  • Plugin Author palatino

    (@palatino)

    Hi rajaito,

    this usually happens when the page is not loaded completeley due to some caching plugin issues. Then the javascript to hide the login form is not loaded because it is loaded at the end of the page. Make sure to find out if all files of your site are loaded properly. The WebDeveloper Firefox extension is very helpful in such cases.

Viewing 1 replies (of 1 total)
  • The topic ‘Login box shows when it is not supposed to.’ is closed to new replies.