-
AuthorPosts
-
dozza Friend
dozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
September 1, 2008 at 4:24 pm #132800Am I able to insert a logo in the footer, but in the left column, as in the attached example. I assume ill need to edit footer.php, as I want it across all pages on the site?
Any assistance appreciated.
dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
September 1, 2008 at 5:12 pm #268193I worked this out myself.
Open template index.php file.
Around line 242 insert your image link/href as follows….
<!-- BEGIN: FOOTER -->
<div id="ja-footerwrap" class="clearfix"><a href="http://www.mysite.com/" target="blank" style="float: left; padding-left: 30px;"><img src="images/stories/logo.png" title="Company Logo - Links to external site" alt="Image of Company Logo" /></a>
<div id="ja-footer">
Hope this helps others…
dlocc Frienddlocc
- Join date:
- August 2008
- Posts:
- 74
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 9 times in 5 posts
September 2, 2008 at 10:35 pm #268365I’d probably still use CSS to do this.
dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
September 3, 2008 at 9:40 am #268481Do you mean as in ‘wrap in a DIV then style the DIV with CSS’?
dlocc Frienddlocc
- Join date:
- August 2008
- Posts:
- 74
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 9 times in 5 posts
September 3, 2008 at 5:33 pm #268543Well, you already have a div called ja-footerwrap… so I’d use this existing div and align the image as an regular image or better yet background. Go into your templates main CSS file and CTRL-F “footer” find the appropriate lines to edit.
Example
div.ja-footerwrap {
background-image: url(../footer.jpg);
padding-left: 10px;
}Hope this helps.
dozza Frienddozza
- Join date:
- October 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 16
- Thanked:
- 8 times in 1 posts
September 4, 2008 at 9:14 am #268695You’re completely correct dlocc! I’ve managed to implement your suggestion and have the logo as a background image in the right place. However I need the logo image to be a link to an external site. I didn’t think I could have a backgound image with a hyperlink.:confused:
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by dozza 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Add logo to bottom left of footer?
Viewing 6 posts - 1 through 6 (of 6 total)