Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #934537

    Hi
    Follow this documentation to change the footer information .
    You can also take a look on this suggestion .
    Hope it helps .

    frankgem Friend
    #951972

    Hi.. It is easily to remove the T3 Logo by click the button from Extensions >> Template Manager.
    BUT, How if I want to change the logo by my own image?

    cause the original logo image link to outside link as below
    ("http://static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png")

    And I don’t know where to edit the web link?
    Thanks for your reply in advance.

    Pankaj Sharma Moderator
    #952175

    Hi frankgem
    The link and logo is defined in the tpls/blocks/footer.php file
    Find below code and change it

    <?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; ?>
    frankgem Friend
    #952193

    Hi Pankaj:
    Thanks for your reply… I know how to change the link….
    But, I cannot find where is the T3 LOGO to replace with…with my code screenshot attached. Thanks again.


    1. Purity_III-T3-LOGO-replace-issue
    Pankaj Sharma Moderator
    #952197

    Hi
    You can replace the logo for this

    Go to /templates/purity_iii/css/template.css
    Find

    .t3-logo, .t3-logo-color {
        background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
    }

    change the image path with your image in above code

    frankgem Friend
    #955404

    Hi Pankaj:
    I just updated PURITY III code to the latest version 1.7 , and found T3 logo image cannot be switch by edit the template.css (/templates/purity_iii/css/template.css)
    before the update is worked fine, now there is the issue…
    Could you Please kindly check if is the issue there?
    Thanks again.


    1. Footer-edit-issue
    Pankaj Sharma Moderator
    #955444

    post your working set URL I will take a look

    frankgem Friend
    #955530
    This reply has been marked as private.
    Pankaj Sharma Moderator
    #955535

    Hi
    The code is same

    .t3-logo, .t3-logo-color {
        background-image: url("//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-color.png");
    }

    its coming from

    /===============================
    /templates/purity_iii/local/css/template.css
    ================================================================================
    /
    on your site .

    ab Friend
    #1013674

    How do I know Where I am in the template ? I see the footer and then I see many modules. I always got the wrong one. Finding my way takes 95 % of all my time working with Joomlart. Best thing I know is firebug in firefox, try to see the module to use.

    Pankaj Sharma Moderator
    #1013691

    Hi
    You can check tge module positions in T3 options> Layout Tab. And see all available positions .
    Please open a separate thread if you have any issues with positions including issue details.
    Regards

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

This topic contains 11 replies, has 4 voices, and was last updated by  Pankaj Sharma 7 years, 1 month ago.

The topic ‘Change / Disable Footer Information’ is closed to new replies.