We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Alastair Atkinson
  2. General Discussion
  3. Wednesday, 07 January 2015
  4.  Subscribe via email
Hi everyone, thanks for taking time to look at my question.

I am having difficulty changing the footer logo image.

Can someone please let me know how to do it.

I thought that it might be a url link, but I have changed these for t3 logo colour, etc, and this made no difference. Is the logo a png file somewhere in the template files.

I really would like to swap the t3 logo, lovely as it is, for my business logo.

Thanks

AL
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Alastair Atkinson,

You're always welcome here :)

For your issue, please refer to the documentation: http://www.t3-framework.org/documentation/bs3-customization#footer-info

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
HI Gardner,

Thanks for your welcome.

I've looked at that help page.

I am using the template Purity iii, I have been through the files, css rtl, etc and cannot find the locations mentioned in the help article.

I have found this however is the following location:


As you can see, I have changed the url address, however it doesn't seem to make any difference, the t3 logo remains.

When you look at the stuff below, can you tell me is this the correct place to make the changes, or, can you let me know the correct place.

I've been through every file and this is the only place that mentions anything about the footer and urls


Thanks

AL




"/css/rtl/template.css" in template "purity_iii".




@media (max-width: 990px) {
.always-show .mega > .mega-dropdown-menu,
.always-show .dropdown-menu {
display: block !important;
position: static;
}
.open .dropdown-menu {
display: block;
}
}
.t3-logo,
.t3-logo-small {
display: block;
text-decoration: none;
text-align: right;
background-repeat: no-repeat;
background-position: center;
}
.t3-logo {
width: 182px;
height: 50px;
}
.t3-logo-small {
width: 60px;
height: 30px;
}
.t3-logo,
.t3-logo-color {
background-image: url("http://www.righttracktherapy.co.uk/images/RTT/mainpage/Logo-clear-small.png";);
}
.t3-logo-small,
.t3-logo-small.t3-logo-color {
background-image: url("http://www.righttracktherapy.co.uk/images/RTT/mainpage/Logo-clear-small.png";);
}
.t3-logo-dark {
background-image: url("http://www.righttracktherapy.co.uk/images/RTT/mainpage/Logo-clear-small.png";);
}
.t3-logo-small.t3-logo-dark {
background-image: url("http://www.righttracktherapy.co.uk/images/RTT/mainpage/Logo-clear-small.png";);
}
.t3-logo-light {
background-image: url("http://www.righttracktherapy.co.uk/images/RTT/mainpage/Logo-clear-small.png";);
}
.t3-logo-small.t3-logo-light {
background-image: url("http://www.righttracktherapy.co.uk/images/RTT/mainpage/Logo-clear-small.png";);
}
@media (max-width: 990px) {
.logo-control .logo-img-sm {
display: block;
}
.logo-control .logo-img {
display: none;
}
}
@media (min-width: 991px) {
.logo-control .logo-img-sm {
display: none;
}
.logo-control .logo-img {
display: block;
}
}
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi again,

The T3 logo is included in t3 core, that means it's in t3 plugin so whatever template you use, it's the same. Here is the quick steps:

1. Open the templates\purity_iii\tpls\blocks\footer.php file then find the following code:

<?php if ($this->getParam('t3-rmvlogo', 1)): ?>
<div class="col-md-4 poweredby text-hide">
<a class="t3-logo t3-logo-color" href="http://t3-framework.org" title="Powered By T3 Framework"
target="_blank" <?php echo method_exists('T3', 'isHome') && T3::isHome() ? '' : 'rel="nofollow"' ?>>Powered by <strong>T3 Framework</strong></a>
</div>
<?php endif; ?>


2. Now change to whatever you want (change image, style)

Hope it helps you.

Gardner.
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Great.

Thank you for your help.

Kind regards

Alastair
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
You're welcome Alastair ;)
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 5
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.