Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • Trimud Friend
    #152900

    Hi,

    I’m about to release a new free template, based on this wonderful framework. You can take a look here:
    http://mozaix.styleware.eu

    I would like to keep T3 logo in the footer but the end users could hide it if they don’t want to show it.
    I can’t see any parameter in template administration to do so.

    This is the code from footer.php file:

    $t3_logo = $this->getParam ('setting_t3logo', 't3_logo_light');
    if ($t3_logo != 'none') : ?>

    Maybe I should add custom parameter or else?

    Regards,
    Yuriy

    smitheringale Friend
    #350932

    The t3 logo is controlled by php. You can find the code that controls the apperance of t3 in the folders of the website and change it accordingly. It is here that you can change the link for the t3 logo and things such as the title and so on.

    I think the php that controls this is located along this path

    templates[ja-template-name]layoutsblocksfooter.php

    The code which controls how the t3 logo looks is in the template.css – which specifies the path to the t3 logo image and some other factors.

    One way might be to simply find the CSS code and add visibility:hidden; – but this doesn’t really solve the problem (and may cause SEO issues)

    Alternatively, you can follow templates[ja-template-name]layoutsblocksfooter.php, look for the powered by information and edit it accordingly.

    So, this post gives two ideas to remove th t3 logo – but I can’t answer anything about whether this is even allowed! 🙂

    But I hope this helps

    <em>@Trimud 187859 wrote:</em><blockquote>Hi,

    I’m about to release a new free template, based on this wonderful framework. You can take a look here:
    http://mozaix.styleware.eu

    I would like to keep T3 logo in the footer but the end users could hide it if they don’t want to show it.
    I can’t see any parameter in template administration to do so.

    This is the code from footer.php file:

    $t3_logo = $this->getParam ('setting_t3logo', 't3_logo_light');
    if ($t3_logo != 'none') : ?>

    Maybe I should add custom parameter or else?

    Regards,
    Yuriy</blockquote>

    Trimud Friend
    #350960

    Hi and thanks for the answer.

    I know that the code is in footer.php file.
    The code above is taken from this file and sure I can remove it

    I wanted to know if there is template parameter I can use so that the end user could control whether to show or hide this logo.

    aaronfarias Friend
    #350966

    But it’s always nice to give credit where credit is due.

    ꦯꦸꦕꦶ ꦏꦸꦂꦤꦶꦲꦮꦤ꧀ Friend
    #350967

    it’s already there. you can set it up from the backend

    Trimud Friend
    #351004

    I guess you mean this: Show/Hide T3 Logo
    But this is in the User tools section of the parameters and it does nothing whether it’s set on Show or Hide.

    ja_t3_blank template version 1.1.2
    jat3 plugin version 1.1.1

    Khanh Le Moderator
    #351119

    Profile parameters are declared in Framework plugin (plugins/system/jat3/core/admin/params.xml). However, you can add more parameters for profile by adding params to templateDetails.xml. Parameters in plugin params.xml will be used for all T3v2 templates. Parameters in templateDetails.xml are template specific.
    <blockquote>
    I think the php that controls this is located along this path
    templates[ja-template-name]layoutsblocksfooter.php
    </blockquote>
    This is for old T3 framework.

    Trimud Friend
    #351264

    I have updated to latest plugin and template and now it’s ok.

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

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

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