kdemay
Member
Posted 4 months ago #
I've created a very custom WordPress template for a client, so there is probably something in my template causing the problem... but, what's happening is that all the images in the slideshow are showing up (stacked on top of each other down the page) instead of the slideshow working.
I will need to add multiple slideshows and this is just the first one:
http://skytrekkingalaska.com/fly_alaska/iditarod-trail-treks/4-day-start-trek
Any thoughts? I must be missing something obvious...
Thanks!
http://wordpress.org/extend/plugins/meteor-slides/
hraban
Member
Posted 4 months ago #
I think the meteor-slides.css stylesheet is missing.
kdemay
Member
Posted 4 months ago #
Thanks! That helped with the stacking (I had forgotten to copy it to my styles sheet).
But the slideshow still doesn't work. It just remains a static image.
Is there another file I need to check the path for?
hraban
Member
Posted 4 months ago #
I suppose it should have some JS code. As far as I can see in the HTML source, there is no JavaScript at all, not even jQuery.
The head of your pages is pretty empty, do you have the wp_head function in your header.php file?
<?php wp_head(); ?>
kdemay
Member
Posted 4 months ago #
Oh my goodness. When I made the new page template that wp_head wasn't copied over. Arg. I knew it was something stupid. My whole header was missing. This is what happens when you work on too many sites at once. Yeesh.
THANK YOU so much for your help and for an awesome plugin! It is working beautifully. And also thanks for the quick responses (the fastest help I've ever received for WordPress). I'll be sure to pass the word about how great a slideshow it is and to go to your site to support your efforts :)
You're welcome, thanks for trying my plugin!