Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • raccuglia Friend
    #185634

    Why is footer-4 not showing up? Instructions followed exactly.

    Ninja Lead Moderator
    #486146

    This is a bug of our template, we fixed it and will update in the next release of this template. At this moment, you can apply the following fix into on your site

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


    <!-- FOOT NAVIGATION -->
    <?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3')) : ?>
    <!-- SPOTLIGHT 2 -->
    <section class="container ja-fn">
    <div class="row">
    <div class="span8">
    <?php $this->spotlight ('footnav', 'footer-1, footer-2, footer-3', array('row-fluid'=>1)) ?>
    </div>
    <div class="span4<?php $this->_c('footer-4', array('tablet' => 'span4', 'xtablet' => 'span4'))?>">
    <jdoc:include type="modules" name="<?php $this->_p('footer-4') ?>" style="T3Xhtml" />
    </div>
    </div>
    </section>
    <!-- EQUAL FOOTNAV COLS -->
    <?php $this->addScript (T3_URL.'/js/jquery.equalheight.js'); ?>
    <script type="text/javascript">
    jQuery(document).ready(function($) {
    jQuery('.ja-fn div').slice(1).equalHeight();
    });
    </script>
    <!-- //EQUAL FOOTNAV COLS -->

    <!-- //SPOTLIGHT 2 -->
    <?php endif ?>

    change to


    <!-- FOOT NAVIGATION -->

    <!-- SPOTLIGHT 2 -->
    <section class="container ja-fn">
    <div class="row">
    <div class="span8">
    <?php if ($this->checkSpotlight('footnav', 'footer-1, footer-2, footer-3')) : ?>
    <?php $this->spotlight ('footnav', 'footer-1, footer-2, footer-3', array('row-fluid'=>1)) ?>
    <?php endif ?>
    </div>
    <div class="span4<?php $this->_c('footer-4', array('tablet' => 'span4', 'xtablet' => 'span4'))?>">
    <jdoc:include type="modules" name="<?php $this->_p('footer-4') ?>" style="T3Xhtml" />
    </div>
    </div>
    </section>
    <!-- EQUAL FOOTNAV COLS -->
    <?php $this->addScript (T3_URL.'/js/jquery.equalheight.js'); ?>
    <script type="text/javascript">
    jQuery(document).ready(function($) {
    jQuery('.ja-fn div').slice(1).equalHeight();
    });
    </script>
    <!-- //EQUAL FOOTNAV COLS -->

    <!-- //SPOTLIGHT 2 -->

    Please give it a try and let me know the results.

    Sorry for any inconvenience.

    raccuglia Friend
    #486249

    Thanks. It worked like a charm.

    🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  raccuglia 11 years, 2 months ago.

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