Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • dcervel Friend
    #164045

    Hi everybody
    I’m actually using Ja Teline iv and I want to know how to insert a logo on space provided in footnav…:)

    Thanks

    pritam Friend
    #391347

    Hi,

    For Ja Footnav Logo

    #ja-footer .ja-footnav ul li {
    display: inline;
    background: url(../images/logo.gif) no-repeat left;
    padding: 0 20px 0 0;
    }

    dcervel Friend
    #391386

    Thanks for the reply but where I’m I suppose to see these lines? I didn’t find it on template.css…

    pritam Friend
    #391400

    Hello,

    To See these lines You can goto templates/ja_teline_iv/css
    Here you can see in template.css

    /* Footnav —*/

    #ja-footer .ja-footnav ul li {
    display: inline;
    background: url(../images/logo.gif) no-repeat left;
    padding: 0 20px 0 0;
    }

    dcervel Friend
    #391406

    Hi
    #ja-footer .ja-footnav ul li looks different here… I’m I suppose to change these lines?:-[


    1. 2011-05-16_094610
    pritam Friend
    #391410

    Hello,

    Yes,Here you can suppose to do changes as per the website footnav logo .

    dcervel Friend
    #391816

    Hello
    It is not working after changing this part of code. It is displaying the picture in the top menu area not in the space for ja footnav logo.:-[

    thanks:((


    1. 2011-05-18
    thangnn1510 Friend
    #391937

    Please insert this code:

    #ja-footlogo a {
    background: url("../images/logo.png") no-repeat scroll left top transparent;
    }

    to the end of templates/ja_teline_iv/css/template.css.

    dcervel Friend
    #392139

    Thanks but it is displayed as a background only…:((

    dcervel Friend
    #395926

    Hi

    The Pritam’s answer helps me to put the picture in the right place but it is displayed as a backgroung picture and I want it to be as the logo in header… If you come down with mouse it disapears and the space become blue (you can see here http://africainfo.info). Is it possible to simply make the footnav logo be displayed as the logo in the different css style?

    Thanks

    thangnn1510 Friend
    #395990

    Please change:

    #ja-footlogo a {
    background: url(“/templates/africainfo/images/logo.png”) no-repeat scroll left top transparent;
    }

    to

    #ja-footlogo a {
    background: url(“/templates/africainfo/images/logo.png”) no-repeat scroll left 26px #FFFFFF;
    }

    And change this code:

    #ja-footlogo a:hover,#ja-footlogo a:active,#ja-footlogo a:focus{background:#069;color:#fff;text-decoration:none;}

    to

    #ja-footlogo a:hover,#ja-footlogo a:active,#ja-footlogo a:focus{
    background: url(“/templates/africainfo/images/logo.png”) no-repeat scroll left -54px #FFFFFF;
    }

    dcervel Friend
    #396357

    Thanks 🙂

    thaicom Friend
    #505407

    Hello.
    I don`t want to open a new thread, but i have some problem with foot logo.

    No logo – only gigantic title of the website.

    Please, help!


    1. Capture
    phong nam Friend
    #505518

    Hi thaicom,

    You can remove the logo title by opening templatesja_teline_ivblocksfooter.php file:

    <div id="ja-footlogo" >
    <a href="index.php" title="<?php echo $siteName; ?>"><span><?php echo $siteName; ?></span></a>
    </div>

    Change the <?php echo $siteName; ?> to your desired text or empty. Clear JAT3 cache then.

    thaicom Friend
    #505564

    Thanks a lot!

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

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

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