Voidsong
Forum Replies Created
-
Figured it out. For whatever reason, my footer.php file did not have the wp_footer() hook in it.
Added the following line of code to footer.php and the plug-in works correctly now:
<?php wp_footer(); ?>
I was using the Twenty-Ten theme, incidentally. Can’t remember if I had taken that hook out of that page at some point, or if it was just never there. Maybe this helps somebody else.
I have the same problem using WP 3.2.1 with JFCG 1.2
You can see it by looking at this page:
http://yourtimewithkim.unitedstations.com/about/about-the-show/
The JFCG gallery is on the right side of the page, the graphic that says “Stop child trafficking now” is supposed to rotate with the four other graphics that are in my JFCG gallery. I can see divs for each graphic in the code, and the current one has class “active,” but the rotation just doesn’t occur.
A javascript problem does sound likely, however, I don’t see why there would be one. JS is certainly enabled in my browser. If you go to my page, does the slideshow work?
Do I have to include a jquery lib somewhere in my site header, perhaps?
I can’t find any options anywhere that control anything having to do with the mechanics of the slideshow.
Any advice will be appreciated!