Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Kris Small Friend
    #179930

    I’ve visited these three threads and attempted to follow the directions given:

    http://www.joomlart.com/forums/topic/footer-logo-text-i-like-to-change-into-image-logo/

    http://www.joomlart.com/forums/topic/link-problem-with-logo-in-the-footer/

    http://www.joomlart.com/forums/topic/how-can-i-change-footer/

    I must be doing something wrong. The site is http://www.vbjusa.com/new_vbj/. The code change I made is:

    #ja-footlogo {
    background: url(../images/vbj_logo_red.png) no-repeat right top;
    height: 97px;
    left: 12px;
    position: absolute;
    text-align: center;
    top: -5px;
    width: 220px;

    I cleared cache and refreshed. Nothing. Any insight?

    Thanks!

    HeR0 Friend
    #464265

    Hi Ksmall24
    You should replace logo image in images folder.
    Open file templates/ja_teline_iv/blocks/header.php for get more details.
    Regards,

    Kris Small Friend
    #464325

    <em>@HeR0 334487 wrote:</em><blockquote>Hi Ksmall24
    You should replace logo image in images folder.
    Open file templates/ja_teline_iv/blocks/header.php for get more details.
    Regards,</blockquote>

    Footer logo, not header logo please.

    HeR0 Friend
    #464350

    Hi Ksmall24
    Sorry for the confusion, please modify templates/ja_teline_iv/blocks/footer.php, as below :

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

    Regards

    Kris Small Friend
    #464876

    Hi HeR0. Do you have an example on how to do that?

    Thanks!

    HeR0 Friend
    #464940

    Sorry, it is simple modification. I showed where you can modify.

    Regards,

    nsca Friend
    #468420

    Ok, i know where modify but not how to modify it. What should I put there? I need to reeplace the sitename text to the site logo.

    Scott Lavelle Friend
    #468425

    Just a quick glance, but it looks like you would replace this


    <?php echo $siteName; ?>

    in that line with this:


    <img src="/path-to-where-your-image-is-stored/your-logo-image-file.png" alt="some-text-here" width="50" height="50" />

    of course replacing the paths and filenames as appropriate. You also may not want to specify the width and height, but you can.

    Does that help?

    Scott Lavelle - Technical Resource Solutions, LLC
    Certified Joomla Administrator

    nsca Friend
    #468431

    <em>@slavelle 340083 wrote:</em><blockquote>Just a quick glance, but it looks like you would replace this


    <?php echo $siteName; ?>

    in that line with this:


    <img src="/path-to-where-your-image-is-stored/your-logo-image-file.png" alt="some-text-here" width="50" height="50" />

    of course replacing the paths and filenames as appropriate. You also may not want to specify the width and height, but you can.

    Does that help?</blockquote>

    Perfectly. TY.

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

This topic contains 9 replies, has 4 voices, and was last updated by  nsca 11 years, 7 months ago.

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