Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • brusamolino Friend
    #160373

    Hi
    how can i change t3 logo that i see in the header on iphone layout (Teline III Joomla.1.6) ?

    Best Regards
    Luca


    1. teline3mobile
    gray Friend
    #377369

    The handheld/iphone layouts are generated by the JT3 plugin. Copyright info is rendered by

    <div class=”ja-copyright”>
    <jdoc:include type=”modules” name=”footer” />
    </div>

    But it should be displayed at the bottom…
    Not sure if iphone can show the source of the page (HTML), but it’ll be useful to detect the error.

    Another option is to disable T3 logo showing in the template’s settings.

    brusamolino Friend
    #377965

    The T3 logo is disabled in the template’s setting

    i can try to insert another logo but where is this image?

    gray Friend
    #377971

    It should be this one
    /templates/ja_teline_iii_v2/images/t3-logo.gif

    brusamolino Friend
    #379058

    is not this
    can you help me?

    where is this logo?

    Saguaros Moderator
    #379205

    You add the following code into the template.css file:

    .bd-iphone h1.logo a {
    background: url(IMAGEPATH) no-repeat !important;
    }

    YOU will create a new logo using for the mobile only and then replace the path for the IMAGEPATH of above css rule

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

This topic contains 6 replies, has 3 voices, and was last updated by  Saguaros 13 years, 9 months ago.

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