Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • efraincg Friend
    #196195

    Help!!

    how can delete the copyright in footer this leyend “ Bootstrap is a front-end framework of Twitter, Inc. Code licensed under Apache License v2.0. Font Awesome font licensed under SIL OFL 1.1.

    Ninja Lead Moderator
    #528408

    You can find and remove in the templates/ja_bookshop/tpls/blocks/footer.php file. You should see code as follows:


    <small>
    <a href="http://twitter.github.io/bootstrap/" target="_blank">Bootstrap</a> is a front-end framework of Twitter, Inc. Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
    </small>
    <small>
    <a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a> font licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>.
    </small>

    lukeither Friend
    #529279

    I’m looking for the CSS folder to remove this too. How do I get to this folder? I know it would be in the Template Manager but I’m not to familiar with this new admin area (although I love it). Please advise.

    <em>@Ninja Lead 418547 wrote:</em><blockquote>You can find and remove in the templates/ja_bookshop/tpls/blocks/footer.php file. You should see code as follows:


    <small>
    <a href="http://twitter.github.io/bootstrap/" target="_blank">Bootstrap</a> is a front-end framework of Twitter, Inc. Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>.
    </small>
    <small>
    <a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a> font licensed under <a href="http://scripts.sil.org/OFL">SIL OFL 1.1</a>.
    </small>

    </blockquote>

    Ninja Lead Moderator
    #529319

    You can find the associated css in this file: templates/ja_bookshop/css/template.css


    .copyright {
    float: left;
    }
    .poweredby {
    float: right;
    text-align: right;
    }
    .poweredby .t3-logo,
    .poweredby .t3-logo-small {
    float: right;
    text-indent: -999em;
    opacity: 0.5;
    filter: alpha(opacity=50);
    }

    greatway Friend
    #540133

    commercial clients always want to remove the joomlart copyrights why do you always put them in the code and dont just use modules, we always have a hard time searching to remove all this data. make our lifes simple pls.

    Ninja Lead Moderator
    #540208

    @greatway: I see this causes inconvenience to you. We try to keep things simple, however the layouts vary across templates, thus it works slightly different.

    In this case, please refer to this documentation below, it covers typical cases to modify the footer: http://www.joomlart.com/documentation/joomla-faqs/copyright-removal

    Hope it helps.

    pramodsahu Friend
    #542088

    <em>@greatway 433838 wrote:</em><blockquote>commercial clients always want to remove the joomlart copyrights why do you always put them in the code and dont just use modules, we always have a hard time searching to remove all this data. make our lifes simple pls.</blockquote>

    good question 😉

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

This topic contains 7 replies, has 5 voices, and was last updated by  pramodsahu 9 years, 10 months ago.

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