Sounds like either jQuery or the cycle plugin isn’t loading properly. Have you checked the FAQ? This is often caused by a conflicting plugin (often loading a duplicate copy of jQuery) or a missing wp_footer() function in the footer.php.
http://wordpress.org/extend/plugins/portfolio-slideshow/faq/
I know that jquery.cycle.all.min.js isn’t being loaded so what I’ve done is put it in the footer.php as <?php jquery.cycle.all.min.js ?> is this correct?
Still doesn’t want to seem to work.
No, you need to put wp_footer() in the footer. It’s a WordPress function that needs to be in all themes for them to work properly. Take a look at the default 2010 theme for an example of how it should look.
thanks for your help – it’s all sorted! Now I’m going to try and style this bad boy!
My menu is a suckerfish menu with drop down. When I scroll over it the drop down goes behind the slideshow instead of on top of it. Is there a way to fix this? z-index on the slideshow div maybe?
Yes, a Z-index should fix it… I thought I did that already b/c of the menus in TwentyTen but it’s possible I missed it. I’ll add it to the list of things to look into!
Cheers,
Dalton
Cool that’s all sorted!
Now, one last question (sorry for all this ha).
I’m really struggling to style the slideshow. I would like the whole slideshow centered on my page but currently it is aligned left. When I look in the CSS it says it’s inactive. I would also like to change the blue border to another colour and can’t find that either.
I’m struggling a bit!