Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • ellie Friend
    #937828

    Hi there

    The address on top , does not show on mobile devices. How to enable it ?

    Thanks a lot

    pavit Moderator
    #937838

    Hi

    It is not showing because it has a css class that hidden it on mobiles look at the image below

    To change it open this file /templates/ja_charity/tpls/blocks/topbar.php and change

    <div class="topbar-1 col-xs-12 col-sm-6 hidden-xs">
                <?php if ($this->countModules('topbar-1')) : ?>
                    <jdoc:include type="modules" name="<?php $this->_p('topbar-1') ?>" style="raw" />
                <?php endif; ?>
            </div>

    To

    <div class="topbar-1 col-xs-12 col-sm-6 ">
                <?php if ($this->countModules('topbar-1')) : ?>
                    <jdoc:include type="modules" name="<?php $this->_p('topbar-1') ?>" style="raw" />
                <?php endif; ?>
            </div>

    as you can see the hidden-xs class was removed

    Best regards


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

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 8 years, 5 months ago.

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