Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • jimcom76 Friend
    #151009

    how do i get rid of the hidden link (hover over the blank space at the bottom right of the template) that goes to the ‘powered by t3 template’?

    Thanks

    Saguaros Moderator
    #343473

    Dear jimcom76!

    open the file: templatsJA_TEMPLATElayoutsblocksfooter.php
    va remove doan codes:
    [PHP] <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>
    [/PHP]
    Thanks

    jimcom76 Friend
    #343476

    thanks for that.. brilliant

    madeline63 Friend
    #347549

    i do change the joomla logo to mine, and the copyright information, however, the logo overlap with the copyright info.
    what can i do to make it, the copyright info is just beside the logo?
    i am using JA TELINE iii quickstart.

    Saguaros Moderator
    #348041

    Hello

    you open the template.css file and file the following css:

    /* T3 Framework logo —*/
    #ja-poweredby {
    height: 20px;
    position: absolute;
    left: 15px;
    top: 45px;
    width: 160px;
    }

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

    you adjust height and width for the logo via above css

    Good luck

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

This topic contains 5 replies, has 3 voices, and was last updated by  Saguaros 14 years, 4 months ago.

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