• Actually using v3.0.3

    It inserts the gallery ok, however all the images are shown and there is no rotation. The class “active” is showing for the first image.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author shmish111

    (@shmish111)

    Hi, sorry for the very delayed reply, did you get this working? Sounds like a JavaScript problem, does your browser have JavaScript disabled?

    I have the same problem using WP 3.2.1 with JFCG 1.2

    You can see it by looking at this page:

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

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: JQuery Featured Content Gallery] Gallery Creates but no rotation’ is closed to new replies.