-
AuthorPosts
-
raccuglia Friend
raccuglia
- Join date:
- January 2010
- Posts:
- 59
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 2 times in 1 posts
March 8, 2013 at 3:54 am #185634Why is footer-4 not showing up? Instructions followed exactly.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 12, 2013 at 7:27 am #486146This 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.
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by raccuglia 11 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum