-
AuthorPosts
-
mberwing Friend
mberwing
- Join date:
- April 2006
- Posts:
- 201
- Downloads:
- 26
- Uploads:
- 46
- Thanks:
- 7
- Thanked:
- 8 times in 1 posts
December 27, 2009 at 11:41 pm #147107Hi,
is it possible to disable the position “footnav” just on the frontpage while it should be visible on all other pages ?
I do not want to have the “Mobile Version” and “TOP” on homepage ….but on the rest of the pages only.
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
December 28, 2009 at 2:24 am #327563Dear Mberwing,
Please open file templatesja_kyanite_iilayoutsblocksfooter.php and edit as follow:
change :
<div id="ja-footer" class="wrap">
<div class="main clearfix"><div class="ja-footnav clearfix">
<jdoc:include type="modules" name="footnav" />
<ul class="ja-links">
<li class="layout-switcher"><?php $this->loadBlock('usertools/layout-switcher') ?></li>
<li class="top">
<?php if ($this->isIE()) { ?>
<a href="javascript:scroll(0,0)" title="<?php echo JText::_('Back to Top')?>"><?php echo JText::_('Top')?></a>
<?php } else { ?>
<a href="#Top" title="<?php echo JText::_('Back to Top')?>"><?php echo JText::_('Top')?></a>
<?php } ?>
</li>
</ul>
</div><div class="inner">
<div class="ja-copyright">
<jdoc:include type="modules" name="footer" />
</div>
</div></div>
</div>
to :
<div id="ja-footer" class="wrap">
<div class="main clearfix"><div class="ja-footnav clearfix">
<jdoc:include type="modules" name="footnav" />
<?php if (!$this->isFrontPage()) :?>
<ul class="ja-links">
<li class="layout-switcher"><?php $this->loadBlock('usertools/layout-switcher') ?></li>
<li class="top">
<?php if ($this->isIE()) { ?>
<a href="javascript:scroll(0,0)" title="<?php echo JText::_('Back to Top')?>"><?php echo JText::_('Top')?></a>
<?php } else { ?>
<a href="#Top" title="<?php echo JText::_('Back to Top')?>"><?php echo JText::_('Top')?></a>
<?php } ?>
</li>
</ul>
<?php endif; ?>
</div><div class="inner">
<div class="ja-copyright">
<jdoc:include type="modules" name="footer" />
</div>
</div></div>
</div>
Please feel free to contact us if we are of any further assistance.
2 users say Thank You to Css Magician for this useful post
-
AuthorPosts
This topic contains 3 replies, has 2 voices, and was last updated by mberwing 14 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum