Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • rypetry Friend
    #191709

    JA Mitius 2.5: I’m trying to disable the social module and search module in the footer WITHOUT disabling them at the top of the template at the same time. When I disable them in the template manager layout window, it causes them to disappear at the top as well. Any help would be much appreciated!

    TomC Moderator
    #510239

    What if you were to disable the respective modules within your Module Manager – for the position(s) they are assigned to?

    rypetry Friend
    #510241

    <em>@TomC 395242 wrote:</em><blockquote>What if you were to disable the respective modules within your Module Manager – for the position(s) they are assigned to?</blockquote>

    There are no duplicate modules (at least not that I can locate) – only one search module and one social module… the modules are duplicated somewhere in the code to the site and I can’t figure out where. There is the footnav which can be disabled in the footer area, but the search and social modules remain to the right of that space. Even when I change the CSS style at the bottom, it also changes it at the top correspondingly. It’s quite confusing to me.

    Saguaros Moderator
    #510369

    Hi rypetry,

    Yes, due to the concept, we duplicate code to display social / search in footer. You can remove it by opening file: templatesja_mitiustplsblocksfooter.php

    At approx line 48, remove this snippet of code:


    <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>

    Hope it helps 🙂

    rypetry Friend
    #510404

    <em>@Saguaros 395443 wrote:</em><blockquote>Hi rypetry,

    Yes, due to the concept, we duplicate code to display social / search in footer. You can remove it by opening file: templatesja_mitiustplsblocksfooter.php

    At approx line 48, remove this snippet of code:


    <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>

    Hope it helps :)</blockquote>

    That should help. I will try that later this afternoon when I get to that project. Thank you very much for that… I probably never would’ve thought to look there. 🙂

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

This topic contains 5 replies, has 3 voices, and was last updated by  rypetry 11 years ago.

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