Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Make Footer Full Width in One Page Template

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hello, I have searched forum to find how to make the footer module the full width of template instead of a percentage of the width. I keep reading that you need to go into: \tpls\blocks\footer.php file and change the col span to 12. There is no option or anything like this in this particular file. Where can I change the Footer to span 12 in the One Page template?

Thank you for your help!
  • kristinad's Avatar
  • kristinad
  • 6 Month Developer
  • 54 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

In the footer.php file you need to remove the second span

<div class="span4">
<div id="zen-copyright">
<?php if (!$this->params->get('copyright')) { ?>
<?php if ($homeLink) echo '<a class="jblink" target="_blank" href="www.joomlabamboo.com">' ?><span>Joomla Template by Joomlabamboo</span><?php if ($homeLink) echo'</a>'; ?>
<?php } else {
echo $this->params->get('customcopyright');
}?>
</div>
</div>
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
and change <div class="span8 copyright">

to span12

<div class="span12 copyright">
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Please take a copy of the footer.php file before editing so you have a backup version

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
That is what I am saying.... I removed copyright and change 8 to 12 (as follows) and it does nothing:

<!-- FOOTER -->

<footer id="footerwrap" class="wrap zen-footer">

<section class="zen-copyright">

<div class="zen-container">

<div class="row-fluid">

<div class="span12 copyright">

<jdoc:include type="modules" name="<?php $this->_p('footer') ?>" style="jbChrome" />

</div>

</div>

</div>

</section>

</footer>

<jdoc:include type="modules" name="<?php $this->_p('debug') ?>" style="jbChrome" />
  • kristinad's Avatar
  • kristinad
  • 6 Month Developer
  • 54 posts
  • Karma: 0
Last Edit: 8 years 3 months ago by kristinad.
The administrator has disabled public write access.
This recommended edit does not work.. Sorry.
  • kristinad's Avatar
  • kristinad
  • 6 Month Developer
  • 54 posts
  • Karma: 0
Last Edit: 8 years 3 months ago by kristinad.
The administrator has disabled public write access.
I'll take another look it worked for me yesterday when I tried it

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
ine-page.jpg
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
This is what I have in the \templates\onepage\tpls\blocks\footer.php

onepage-footer.jpg
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers