Comment to 'Adding log in button to the splash page'
  • LeonidS  The join button works great now, thanks. But... Might you have an idea on why this login button works fine with the site on my laptop with all browsers. On my Android mobile it works fine if I go to the site thru a browser.  When using the Android mobile app (1.5) the join button works fine and brings me to the join form. 

    But... When using Android mobile app 1.5 the login button just flashes back to the same page that I started from and not the login page. It works the same whether I'm trying the login button on the splash page or the one I placed over the cover photo on the index page.

    Seems to be a problem in the Android app???

    This is what I used on the splash page.

    <div style="text-align:center;">
    <a href="https://www.cyclemadness.net/page/login" class="bx-form-input-submit bx-btn bx-btn-primary " style="margin-right: 20px;float:none;display:inline-block;"><big>Log in Here</big></a>
    <a href="https://www.cyclemadness.net/page/create-account" class="bx-form-input-submit bx-btn bx-btn-primary " style="float:none;display:inline-block;"><big>JOIN NOW !</big></a>
                    </div>

    This is what I used on the index page.

    <a href="https://www.cyclemadness.net/page/login" class="bx-form-input-submit bx-btn bx-btn-primary "><big>Log in Here</big></a>   <a href="https://www.cyclemadness.net/page/create-account" class="bx-form-input-submit bx-btn bx-btn-primary "><big>JOIN NOW !</big></a>