Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • omojesu2 Friend
    #184275

    I am having some challenges removing the Powered by T3 Framework from the JA Mero template I am working with. I followed the direction in a prior post: http://www.joomlart.com/forums/topic/how-to-remove-powered-by-t3-framework/ with no luck.

    I have update template.css (set display to none) in all the theme folder that have the
    .copyright a,
    .poweredby a {
    color: none;

    I have also cleared my browser cache and template is et to development mode in the backend. The Powered by T3 Framework is still showing.

    Need some further guidance please.

    thanks

    Ninja Lead Moderator
    #480872

    You can try with this
    <blockquote>templates/ja_mero/css/template.css</blockquote>
    from

    .poweredby {
    text-align: right;
    }

    change to

    .poweredby {
    text-align: right;
    display: none;
    }

    blunoa Friend
    #480905

    Well you can edit the file:
    templates/ja_mero/tpls/blocks/footer.php

    change line
    HTML Code:

    <small><a href=”http://t3.joomlart.com” title=”Powered By T3 Framework” target=”_blank”>Powered by <strong>T3 Framework</strong></a></small>

    in
    HTML Code:

    <small></small>

    that’s all

    omojesu2 Friend
    #480933

    This did not work for some strange reason. I cleared my cache.

    <em>@omojesu2 356527 wrote:</em><blockquote>I am having some challenges removing the Powered by T3 Framework from the JA Mero template I am working with. I followed the direction in a prior post: http://www.joomlart.com/forums/topic/how-to-remove-powered-by-t3-framework/ with no luck.

    I have update template.css (set display to none) in all the theme folder that have the
    .copyright a,
    .poweredby a {
    color: none;

    I have also cleared my browser cache and template is et to development mode in the backend. The Powered by T3 Framework is still showing.

    Need some further guidance please.

    thanks</blockquote>

    omojesu2 Friend
    #480934

    Thanks…this one worked as expected. My concern though is “will dis be overwritten whenever there is an update to the T3 framework template?

    <em>@blunoa 356657 wrote:</em><blockquote>Well you can edit the file:
    templates/ja_mero/tpls/blocks/footer.php

    change line
    HTML Code:

    <small><a href=”http://t3.joomlart.com” title=”Powered By T3 Framework” target=”_blank”>Powered by <strong>T3 Framework</strong></a></small>

    in
    HTML Code:

    <small></small>

    that’s all</blockquote>

    Ninja Lead Moderator
    #480980

    Upgrading JAT3 framework will not affect your customization in template folder. However, it’s always best if you backup your site first before upgrading, just in case.

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

This topic contains 6 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 9 months ago.

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