Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • mjandia Friend
    #192825

    Hello,

    I would like to change the T3 logo image in the footer with teline iii. So How to change the image t3 logo in the footer in teline iii ? Because I’ve read a lot of post but it doesn’t run for me. I’ve change the css in template css and nothing change. So I want to know please where is located the T3 logo image ?

    pavit Moderator
    #514692

    Hi

    To change your t3 logo image you need to edit this file pluginssystemjat3jat3base-themesdefaultcsstemplate.css around line 1290

    /* T3 Logo ---*/
    .t3-logo, .t3-logo-sm { display: block; }

    .t3-logo, .t3-logo a { width: 200px; height: 34px; }

    .t3-logo-sm, .t3-logo-sm a { width: 77px; height: 34px; }

    .t3-logo a, .t3-logo-sm a {
    display: block;
    text-indent: -1000em;
    background-repeat: no-repeat;
    background-position: center;
    }

    .t3-logo-light a { background-image: url(http://static.joomlart.com/t3/logo/t3_logo_light.png); }
    .t3-logo-dark a { background-image: url(http://static.joomlart.com/t3/logo/t3_logo_dark.png); }

    .t3-logo-light-sm a { background-image: url(http://static.joomlart.com/t3/logo/t3_logo_light_sm.png); }
    .t3-logo-dark-sm a { background-image: url(http://static.joomlart.com/t3/logo/t3_logo_dark_sm.png); }

    You can also disable it from yourTemplate Manager >> Profiles Tab >> Global Settings >> Footer T3 Logo and set value to ” No Show “

    mjandia Friend
    #514694

    I have only this code on line 1290 :

    /* T3 Framework logo —*/
    #ja-poweredby {
    height: 34px;
    position: absolute;
    left: 15px;
    top: 45px;
    width: 200px;

    What can I do please ?

    pavit Moderator
    #514695

    Could you send me via Private Message a super user account to your backend
    I will try to take a look at your settings

    pavit Moderator
    #514697

    Hi

    I checked your website and the info provided above are correct

    In this file pluginssystemjat3jat3base-themesdefaultcsstemplate.css

    change the url for the .t3-logo-light a with the url corresponding to your new image

    Best Regards

    mjandia Friend
    #514710

    In order to see a good page I removed the image logo but it remains the space of the image logo on the footer. How to solve that to not have space please ?

    pavit Moderator
    #514711

    In this file /templates/ja_teline_iii/css/template.css around line 1300

    .ja-copyright small {
    display: block;
    margin-left: 240px; <--------Change this to margin-left: 24px;
    }

    mjandia Friend
    #514712

    nothing have changed

    pavit Moderator
    #514715

    When you make changes to css files you need to clean your Jat3 cache and then refresh your frontend

    mjandia Friend
    #514716

    I did and not works

    mjandia Friend
    #514718

    look at the bottom. I’ve changed the css as you said, I’ve cleaned cash and nothing

    http://www.jcorporate.fr/

    pavit Moderator
    #514721

    I checked your website with firebug and the value is still at 240 px

    mjandia Friend
    #514722

    That ok. Problem solved.

    mjandia Friend
    #514723

    Thank you a lot

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

This topic contains 14 replies, has 2 voices, and was last updated by  mjandia 10 years, 6 months ago.

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