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.

footer in newstream 2

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

Hi there!!! why in my foother, the text: "© Pulsos Energy, S.A de C.V. Todos los derechos reservados" appear like in : www.pulsosenergy.com/

thanks in advance!
  • Graciela Juarez's Avatar
  • Graciela Juarez
  • 6 Month Developer
  • 87 posts
  • Karma: 0
The administrator has disabled public write access.
Do you mean why is it dropping to another line?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
YES!

i want it like this:

thanks in advance!
  • Graciela Juarez's Avatar
  • Graciela Juarez
  • 6 Month Developer
  • 87 posts
  • Karma: 0
The administrator has disabled public write access.
sorry!
Attachments:
  • Graciela Juarez's Avatar
  • Graciela Juarez
  • 6 Month Developer
  • 87 posts
  • Karma: 0
The administrator has disabled public write access.
To do that you need to change the position widths via the php file

I give you instructions are you able to do this?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes please!!! give me the instructions because im not able to do this!
thanks in advance!
  • Graciela Juarez's Avatar
  • Graciela Juarez
  • 6 Month Developer
  • 87 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

You need to open up this file \templates\lifestyle2\tpls\blocks\footer.php

and change

<div class="nopadding col-xs-12 col-sm-9 col-md-9">
<jdoc:include type="modules" name="<?php $this->_p('footer') ?>" style="jbChrome" />
</div>
<div class="nopadding col-xs-12 col-sm-3 col-md-3">

so it reads

<div class="nopadding col-xs-12 col-sm-6 col-md-6">
<jdoc:include type="modules" name="<?php $this->_p('footer') ?>" style="jbChrome" />
</div>
<div class="nopadding col-xs-12 col-sm-6 col-md-6">

This increases the widths used by the copyright

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Please take a copy of the file before editing it

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
sorry, my template is newstream 2 and the syntak is the next one:

<!-- FOOTER -->
<footer id="footerwrap" class="wrap zen-footer">
<section class="zen-copyright">
<div class="container">
<div class="row">
<div class=" col-xs-12 col-sm-9 col-md-9">
<jdoc:include type="modules" name="<?php $this->_p('footer') ?>" style="jbChrome" />
</div>

<div class=" col-xs-12 col-sm-3 col-md-3">
<div id="zen-copyright">

<?php if (!$this->params->get('copyright')) { ?>
<?php if ($homeLink) echo '<a class="jblink" target="_blank" href="www.joomlabamboo.com">' ?>
<span> <img src="<?php echo T3_TEMPLATE_URL ;?>/images/footer-logo.png" /></span> <?php if ($homeLink) echo'</a>'; ?>
<?php } else {
echo $this->params->get('customcopyright');
}?>
</div>
</div>
</div>
</div>
</section>
</footer>
<jdoc:include type="modules" name="<?php $this->_p('debug') ?>" style="jbChrome" />
<!-- //FOOTER -->
  • Graciela Juarez's Avatar
  • Graciela Juarez
  • 6 Month Developer
  • 87 posts
  • Karma: 0
The administrator has disabled public write access.
ah sorry

Its the same process - you need to change these lines

<div class=" col-xs-12 col-sm-9 col-md-9">

so it reads -

<div class=" col-xs-12 col-sm-6 col-md-6">
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
and

<div class=" col-xs-12 col-sm-3 col-md-3">

so it reads -

<div class=" col-xs-12 col-sm-6 col-md-6">

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi there!!! I hace no permissions, do you know how to change this?

at the configuration file and the files at /templates/?

thanks in advance!!!
  • Graciela Juarez's Avatar
  • Graciela Juarez
  • 6 Month Developer
  • 87 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

I'd perhaps ask your host if they can help you with this if unfamiliar with what to do

www.ostraining.com/blog/joomla/how-to-change-joomla-folder-and-file-permissions/

docs.joomlabamboo.com/intermediate-joomla/view-file-permission-information-from-the-joomla-admin

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
THANKS A LOT!! SOLVED!!
  • Graciela Juarez's Avatar
  • Graciela Juarez
  • 6 Month Developer
  • 87 posts
  • Karma: 0
The administrator has disabled public write access.
Cool

Cheers
Paul
  • 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