Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • abdullah canipek Friend
    #202838

    Hi,
    I want to hide languageswitcherload module position in mobile layout? Because this position is sticky and useless for the visitors.

    Please help me about this ?

    Ninja Lead Moderator
    #555541

    You can add hidden-phone class in languageswitcherload position and it will be hidden in mobile layout

    Open templates/ja_mero/tpls/blocks/header.php file

    Find and change


    <?php if ($this->countModules('languageswitcherload')) : ?>
    <!-- LANGUAGE SWITCHER -->
    <div class="span4 pull-right<?php $this->_c('languageswitcherload')?>">
    <jdoc:include type="modules" name="<?php $this->_p('languageswitcherload') ?>" style="raw" />
    </div>
    <!-- //LANGUAGE SWITCHER -->
    <?php endif ?>

    To

    <?php if ($this->countModules('languageswitcherload')) : ?>
    <!-- LANGUAGE SWITCHER -->
    <div class="span4 pull-right hidden-phone <?php $this->_c('languageswitcherload')?>">
    <jdoc:include type="modules" name="<?php $this->_p('languageswitcherload') ?>" style="raw" />
    </div>
    <!-- //LANGUAGE SWITCHER -->
    <?php endif ?>

    abdullah canipek Friend
    #555797

    Thank you for answer. I figured out 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  abdullah canipek 9 years, 10 months ago.

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