Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • aman204 Friend
    #379887

    <em>@raajkapur 225748 wrote:</em><blockquote>I know I have to modify this:

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

    Hi Raj,

    Do you need further help with this 🙂

    Cheers

    capellasoft Friend
    #385204

    how do we go about if we have to add manual text ?

    aman204 Friend
    #385209

    <em>@capellasoft 232691 wrote:</em><blockquote>how do we go about if we have to add manual text ?</blockquote>

    Go to templates/ja_teline_iv/blocks/footer.php file and change this::

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

    to

    <div id=”ja-footlogo” >
    <a href=”index.php” title=”Manual text”><span>Manual text</span></a>
    </div>

    and update the text accordingly

    indrit Friend
    #400602

    <em>@jotape22 214103 wrote:</em><blockquote>I am having difficulties replacing the site name ( as text ) at the bottom left of the footer for an image.

    Can someone please tell me how I can do that.

    I disabled CSS optimization, so I am working with the template CSS files, not the files in T3-Assets.

    Any help is much appreciated!
    Warm regards
    Henrique</blockquote>

    I don’t see anyone response yet to really fit the above request. HOW TO REPLACE THE TEXT WITH AN IMAGE???
    Please post the exact change.
    what is the file to modify?
    how?
    <blockquote>You can change image here accordingly</blockquote> The above quote from aman204 doesn’t really tell me much at all. Sorry my friend but most of the guys in here are asking on how to change the text to image and the answer is still to be answered.

    regards,
    Indrit

    indrit Friend
    #400608

    Here is how I did replace on my site the text with an image: see http://www.albohio.com/index

    Open footer.php and find:

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

    and replace with:

    <div id="ja-footlogo" >

    <a href="index.php"><img src="templates/ja_teline_iv/images/logo2.png" width="211" height="83" border="0"></a>

    </div>

    Of course you can name logo2.png what ever you like, simply make sure you place right on the above code.

    I hope this helps as it helped me.

    regards,
    Indrit

    ilgar rzazade Friend
    #411093

    Change in the background property from right to left 🙂

    Hi all

    How can i move the image to left?
    Here is the CSS code and the image

    #ja-footlogo {
    background: url(../images/logo.png) no-repeat right top;
    height: 85px;
    left: 12px;
    position: absolute;
    text-align: center;
    top: 3px;
    text-indent:-999em;
    width: 220px;
    }

    Cheers


    1. 07-09-2011-04-47-38
Viewing 6 posts - 16 through 21 (of 21 total)

This topic contains 21 replies, has 8 voices, and was last updated by  ilgar rzazade 13 years, 1 month ago.

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