-
AuthorPosts
-
Kris Small Friend
Kris Small
- Join date:
- January 2014
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 19
- Thanked:
- 2 times in 1 posts
August 14, 2012 at 5:56 pm #179930I’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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 15, 2012 at 6:50 am #464265Hi 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 FriendKris Small
- Join date:
- January 2014
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 19
- Thanked:
- 2 times in 1 posts
August 15, 2012 at 3:51 pm #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 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 16, 2012 at 2:11 am #464350Hi 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 FriendKris Small
- Join date:
- January 2014
- Posts:
- 54
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 19
- Thanked:
- 2 times in 1 posts
August 21, 2012 at 4:13 pm #464876Hi HeR0. Do you have an example on how to do that?
Thanks!
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 22, 2012 at 8:44 am #464940Sorry, it is simple modification. I showed where you can modify.
Regards,
nsca Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
September 27, 2012 at 11:06 pm #468420Ok, 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 FriendScott Lavelle
- Join date:
- November 2010
- Posts:
- 266
- Downloads:
- 16
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 64 times in 27 posts
September 28, 2012 at 2:11 am #468425Just 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 Administrator1 user says Thank You to Scott Lavelle for this useful post
nsca Friendnsca
- Join date:
- March 2012
- Posts:
- 247
- Downloads:
- 102
- Uploads:
- 51
- Thanks:
- 66
- Thanked:
- 15 times in 3 posts
September 28, 2012 at 2:55 am #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.
-
AuthorPosts
This topic contains 9 replies, has 4 voices, and was last updated by nsca 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum