neonbible
Member
Posted 2 years ago #
Hello,
I am creating a theme from twentyten and I want to change the header so it is a JQuery slideshow, either with left and right buttons or transition based on time. How can I do that?
Also, how do I overlay a logo on top of it which will always link to the homepage of the site?
groloff
Member
Posted 2 years ago #
Hi there, I need to do the header slideshow also, did you find out how to do it?
About how to overlay the logo, take a look at this site´s header: http://www.audaxitaliano.cl/web2/ , explore the code and take a look at the CSS settings for the div #site-title and #site-title a
AnnaBrown
Member
Posted 2 years ago #
I am very new to WordPress but was able to get a slideshow to work for my header on my test site. I used the wp-cycle.
Placed the following code in the header.php
AnnaBrown
Member
Posted 2 years ago #
Sorry here is the code.
<div id=container>
<?php wp_cycle(); ?>
</div>
PiManIII
Member
Posted 2 years ago #
Hi there, I need to do the header slideshow also, did you find out how to do it?
About how to overlay the logo, take a look at this site´s header: http://www.audaxitaliano.cl/web2/ , explore the code and take a look at the CSS settings for the div #site-title and #site-title a
Hey, this is a little off topic, but in that website that you showed, do you know how they got some navigation up by the header? I am trying to do this but have some navigation to the left and some to the right of my header logo.
Any ideas?
If you use twentyten theme it's already a horizontal navigation, just like that.
PiManIII
Member
Posted 2 years ago #
If you use twentyten theme it's already a horizontal navigation, just like that.
Alright, but how can I move it up to the header text, half to the left and half to the right?
go to header.php and change the positions of the <div> elements
bigbrightbulb
Member
Posted 2 years ago #
Big Thanks, AnnaBrown!
That WP Cycle plugin was a super-simple fix to what I thought was going to be a big problem.
There are lots of Flash slideshows around...good to know a simple plugin, one line of code, and a few tweaks would do the job.
cayennep
Member
Posted 1 year ago #
hi - put that code where in the header file?
tx