Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • guap Friend
    #190725

    I want the search and social button only visible on the top but I see the modules also at the bottom of the page. How can I remove it?

    In template manager “JA Mitius – Default”, Layout, at the bottom I clicked 4 to “none” but it also changes the ones on top. I’m not sure If I was doing it right. Please advise.

    Thank you …

    Ninja Lead Moderator
    #506347

    Can you send me screenshot of the problem and URL of your site to check this problem? I shall check it for you.

    guap Friend
    #506371
    Ninja Lead Moderator
    #506471

    You can have invisible footer page in this way

    Open templates/ja_mitius/tpls/blocks/footer.php file

    from


    <div class="span4<?php $this->_c('head-search', array('tablet' => 'span6', 'xtablet' => 'span6'))?>">
    <div class="head-search">
    <jdoc:include type="modules" name="<?php $this->_p('head-search') ?>" style="raw" />
    </div>
    <div class="<?php $this->_c('social')?>">
    <jdoc:include type="modules" name="<?php $this->_p('social') ?>" style="raw" />
    </div>
    </div>

    Change to


    <div class="span4<?php $this->_c('head-search', array('tablet' => 'span6', 'xtablet' => 'span6'))?>">

    </div>

    Let me know if it helps

    fguyon Friend
    #508846

    I’m missing something, in my case, I don’t find where to get or active the social icons such as in the demo ??!!
    Someone tells me how to ??
    Regards

    Ninja Lead Moderator
    #508993

    You can have a look at user guide JA Mitius Template for reference here and find section: 5. Social. It will help you to make social list on JA Mitius Template

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

This topic contains 6 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 1 month ago.

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