Community Forums › Forums › Design Tips and Tricks › can I place a logo on top of the slider on Homepage
This topic contains 5 replies, has 2 voices, and was last updated by lindebjerg 4 months, 2 weeks ago.
-
AuthorPosts
-
January 7, 2013 at 10:38 am #10136
how can I place a Logo ontop of the slider, please take a look at the Screenshot
-
This topic was modified 4 months, 2 weeks ago by
lindebjerg.
-
This topic was modified 4 months, 2 weeks ago by
lindebjerg.
January 7, 2013 at 11:46 am #10142Install the Genesis Simple Hooks plugin and paste the HTML for the image into the genesis_before_header hook field
http://wordpress.org/extend/plugins/genesis-simple-hooks/
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.January 7, 2013 at 1:27 pm #10159Okay, but how must the HTML be?
I have tried with php and CSS on top of the slider, not before? like this screenshot when I try with html?and I need only the Logo on the Homepage?
I have tried with this in the homepage.php, but it wrong?
add_filter('genesis_before_header','open_div'); function open_div(){ echo '<div class="top-logo"> </div>I have this in the style.css
/** Top Logo **/ .top-logo { background:url(<a href="http://weborbis.lindebjerg.de/images/weborbis.png" rel="nofollow">http://weborbis.lindebjerg.de/images/weborbis.png</a>) no-repeat center left; float:left; margin: 30px 0; }January 7, 2013 at 1:49 pm #10163Just insert the image into a new post, use the advanced image settings for alignment and then grab the html from the text editor and paste it into a hook location using the plugin.
Can be before header or using one of the title hooks
no css or php
But it will be on every page unless you include a conditional tag
WordPress Developer & Consultant
Brad Dalton @ WP Sites – Click Here to Get Genesis Child Theme Tips Delivered.January 7, 2013 at 2:20 pm #10169yes, but as you can see now, it just move the slide. It have to be on top of the slide?
January 7, 2013 at 3:46 pm #10192I have now this on the hook ?? but it shows up on subpages too? : http://weborbis.lindebjerg.de/kontakt/
<?php if(is_home()) { ?> <img style="margin: 50px 100px;" alt="weborbis-login" src="http://weborbis.lindebjerg.de/wp-content/uploads/2012/12/weborbis-login.png" width="300" height="80" /> <?php } -
This topic was modified 4 months, 2 weeks ago by
-
AuthorPosts
You must be logged in to reply to this topic.