• 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?

Viewing 9 replies - 1 through 9 (of 9 total)
  • 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: https://www.audaxitaliano.cl/web2/ , explore the code and take a look at the CSS settings for the div #site-title and #site-title a

    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

    Sorry here is the code.

    <div id=container>
    <?php wp_cycle(); ?>
    </div>

    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: https://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.

    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

    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.

    hi – put that code where in the header file?
    tx

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Twentyten header slideshow and logo’ is closed to new replies.