Info
- 3 posts
- 2 voices
- Started 2 years ago by Positics
- Latest reply from Positics
- This topic is resolved
Link back to originating home site from logo in header
-
- Posted 2 years ago #
I have a similar challenge to the earlier topic "Linking back to main website". It is for a site I have configured for someone, who has asked for the same ability for their logo to have a link associated to it, that will take the user back to the home page of site that pointed them to the blog / forum.
I have installed bbpress 1.02
You suggested the following;
in header.php where the body tag starts.
===========================
<body id="<?php bb_location(); ?>">
<div id="wrapper">How do I locate this logo in the top right hand corner of the header where the default bb_emblem was located?
"<a'x' href="http://www.reflexology-uk.net/site"><img src="images/iior.jpg" alt="ITEC" /><'x'/a>"
===Note===== 'x' === added in string above to break code so it will print =====
At presentI have a logo situated in the CSS file as a background, which you suggest is not the right way to go about achieving this.
Any pointers will be useful. Thanks.
-
- Posted 2 years ago #
Modify
#headerand eliminate thebackgroundproperty. Then onbb-templates/kakumei/header.phpput your code at line 30. If you don't want thath1points to the forum change<?php bb_uri(); ?>with your link.This is a HTML/CSS question and not a bbPress one.
-
- Posted 2 years ago #
Thanks for the tip Zaerl, I will try editing the header.php as the css / background route was ruled out because the logo is where the reflexologist wants the link to be connected to or be fired up from.
I am new to this forum, so am finding my way round.
Thanks once again.
-
You must log in to post.