Thanks for a great slideshow! I have a couple questions I’ve been stuck on the last couple of days:
1) To add slideshow to the home page only above the content:
All the slides are the same size 784x420, however the feature box is almost double the size of the slides. Even when I do it without a feature box (just add it to the hook through the php file) it still comes up too big. I thought taking out the paged navigation that shows up on the bottom of the slides would move the area up, but no luck, still too big.
The code I used in the PHP file is:
function add_to_feature_box() { ?>
<div id="meteorslideshow">
<?php if ( function_exists( 'meteor_slideshow' ) ) { meteor_slideshow(); } ?>
</div>
<?php }
add_action('thesis_hook_feature_box','add_to_feature_box');
2) Based on the code above, I will have multiple slideshows,so I wanted to just show the slideshow “homepage”. Can you send me this code?
Here's the link to my site, which is a serious work in progress, so please don't judge.
Thanks!