Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • taus Friend
    #195734

    Hello there,

    Currently the login (Try discover free) button hides in mobile screen. The users who come to website using the mobile device might want to login, in that case how would i show the login option in mobile screen ?

    Thanks,

    Vinod

    Hayden A Friend
    #526540

    @taus,
    <blockquote>in that case how would i show the login option in mobile screen ?</blockquote>
    you need to open the file templatesja_appoliotplsblocksoff-canvas-login.php,

    Find and change:
    [PHP]<div class=”action hidden-xs”>
    <button class=”btn btn-primary off-canvas-toggle” type=”button” data-nav=”#t3-off-canvas-login” data-pos=”right” data-effect=”<?php echo $this->getParam(‘addon_offcanvas_effect’, ‘off-canvas-effect-3’) ?>”>
    <?php echo JText::_(‘TPL_TRY_DISCOVER_FREE’);?>
    </button>

    </div>[/PHP]

    To

    [PHP]<div class=”action”>
    <button class=”btn btn-primary off-canvas-toggle” type=”button” data-nav=”#t3-off-canvas-login” data-pos=”right” data-effect=”<?php echo $this->getParam(‘addon_offcanvas_effect’, ‘off-canvas-effect-3’) ?>”>
    <?php echo JText::_(‘TPL_TRY_DISCOVER_FREE’);?>
    </button>

    </div>[/PHP]

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Hayden A 10 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum