Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • meioaereo Friend
    #147534

    How do I remove where it says on the bottom left corner “Powered by T3 Framework”?

    micrantha Friend
    #328946

    Hello meioaereo,
    If you mean the footer-text: it is the Footer-module in position ” footer”, which you can unpublish.
    Or you can change text in file ja_teline_iii/html/mod_footer/default.php

    Good luck,
    Micrantha

    meioaereo Friend
    #328988

    Actualy the text I fegured out, but there is a image or link on the left side shwon in the picture below.

    Any help?

    micrantha Friend
    #328991

    OK, I never saw it in versions I used,

    In source code of page I see these lines:

    <div id="ja-poweredby">
    <a id="t3-logo" href="http://t3.joomlart.com" title="Powered By T3 Framework" target="_blank">Powered By T3 Framework</a>
    </div>

    In template.css you see this code:

    #ja-poweredby a#t3-logo {
    background: url(../images/t3-logo.gif) no-repeat left top;
    display: block;
    height: 20px;
    text-indent: -999%;
    width: 160px;
    }

    So with these selectors you can make it disappear. It is probably hardcoded, but I cannot verify that in my versions.

    Good luck,
    Micrantha

    Rob Hawthorn Friend
    #330439

    <em>@micrantha 160009 wrote:</em><blockquote>OK, I never saw it in versions I used,

    In source code of page I see these lines:

    <div id="ja-poweredby">
    <a id="t3-logo" href="http://t3.joomlart.com" title="Powered By T3 Framework" target="_blank">Powered By T3 Framework</a>
    </div>

    In template.css you see this code:

    #ja-poweredby a#t3-logo {
    background: url(../images/t3-logo.gif) no-repeat left top;
    display: block;
    height: 20px;
    text-indent: -999%;
    width: 160px;
    }

    So with these selectors you can make it disappear. It is probably hardcoded, but I cannot verify that in my versions.

    Good luck,
    Micrantha</blockquote>

    Micrantha, thanks for the solution, I’ve deleted the code in template.css and changed the mod_footer (ja_teline_iii/html/mod_footer) but still I’m getting the ja-powered by.

    In the source code it says:

    <div class="inner">
    <div id="ja-poweredby">
    <a id="t3-logo" href="http://t3.joomlart.com" title="Powered By T3 Framework" target="_blank">Powered By T3 Framework</a>
    </div>

    I’ve also tried index.php but no joy, any ideas?

    Regards,
    Rob


    1. Untitled-21
    micrantha Friend
    #330442

    Hello,

    I still cannot verify because I don’t have version with this image.
    What you see is title of link to http://t3.joomlart.com

    But you could look in file layouts/blocks/footer.php
    I guess code for generating this line can be found there.

    good luck,
    Micrantha

    smitheringale Friend
    #330462

    yes, i would like to do this as well please.

    I have just upgraded to developer and have successfully changed copyright information, and even the Joomla is released under GNU/GPL license thingy.

    But I would still like to either remove the “powered by t3 framework” image and link, or replace this with my own image and new web link.

    Any suggestions?

    Thanks, 🙂

    darrenf Friend
    #330478

    Same issue, I’ve been trying to figure this out as well.

    darrenf Friend
    #330482

    Heres a quick fix that worked for me:

    Add display: none; to template.css under templates/ja_urani/css

    /* T3 Framework logo —*/
    #ja-poweredby {
    display: none;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 160px;
    }

    #ja-poweredby a#t3-logo {
    background: url(../images/t3-logo.png) no-repeat left top;
    display: none;
    height: 20px;
    text-indent: -999%;
    width: 160px;
    text-decoration: none;
    }

    Rob Hawthorn Friend
    #330504

    <em>@micrantha 162013 wrote:</em><blockquote>Hello,

    I still cannot verify because I don’t have version with this image.
    What you see is title of link to http://t3.joomlart.com

    But you could look in file layouts/blocks/footer.php
    I guess code for generating this line can be found there.

    good luck,
    Micrantha</blockquote>

    <em>@smitheringale 162044 wrote:</em><blockquote>yes, i would like to do this as well please.

    I have just upgraded to developer and have successfully changed copyright information, and even the Joomla is released under GNU/GPL license thingy.

    But I would still like to either remove the “powered by t3 framework” image and link, or replace this with my own image and new web link.

    Any suggestions?

    Thanks, :)</blockquote>

    Many thanks for the reply Micrantha I’ve put a ticket in and will post an update when it comes through

    darrenf Friend
    #330519

    Have you tried my suggestion to see if it works? It works for me.

    Rob Hawthorn Friend
    #330565

    Hi Darren,
    Sorry I missed your reply, if that code works then great. I want to completely remove it though. I got a reply from support:

    <blockquote>please open /templates/ja_teline_iii/layouts/blocks/footer.php
    find this HTML Code:

    Powered By T3 Framework

    Remove or comment off this code.
    Hope this would help!
    Sincerely,
    Hoang Quoc Dat</blockquote>

    I looked in that file before but I hadn’t downloaded the latest version since upgrading to 1.4, doh!

    Thanks very much to Hoang! Micrantha and Darren.

    darrenf Friend
    #330618

    No problem at all. It does work and you wont see the picture in you footer if you do that. Do share with me if once you know of a better solution so that I can do it as well 😀

    Thanks

    kandsgroup Friend
    #384667

    <em>@rob_hawthorn 162180 wrote:</em><blockquote>Hi Darren,
    Sorry I missed your reply, if that code works then great. I want to completely remove it though. I got a reply from support:

    I looked in that file before but I hadn’t downloaded the latest version since upgrading to 1.4, doh!

    Thanks very much to Hoang! Micrantha and Darren.</blockquote>

    please open /templates/ja_teline_iii/layouts/blocks/footer.php
    find this HTML Code:

    Powered By T3 Framework

    Remove or comment off this code.
    Hope this would help!
    Sincerely,
    Hoang Quoc Dat

    its work for me thanks a lot..

Viewing 14 posts - 1 through 14 (of 14 total)

This topic contains 14 replies, has 6 voices, and was last updated by  kandsgroup 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum