• Resolved mattymar

    (@mattymar)


    I’m testing a header slideshow here: http://healthybodyrevolution.com/

    But it is only showing one image, though two are in the gallery.

    I’m using the NextGen gallery plugin as well as the JJ NextGen JQuery Cycle plugin.

    I put this in header.php:

    <div id="cycle_lite"><?php echo do_shortcode('[jj-ngg-jquery-cycle gallery="1" order="asc" html_id="cycle_lite" width="950" height="229"]'); ?></div>

    What am I missing that is causing it to not cycle?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mattymar

    (@mattymar)

    Both images are showing up in the source code for the page but it does not cycle. I tried a few things in the header.php but nothing is working. My code now reads:

    <div id="cycle_lite"> <?php echo do_shortcode('[jj-ngg-jquery-cycle width="950" height="229" order="random" timeout="7000" shuffle="true" timeout="4000" gallery="1"]'); ?> </div>

    Thread Starter mattymar

    (@mattymar)

    Update: I tried using the shortcode on a regular post and the same thing happened, just showed one image with no cycling. I have no idea where the issue is.

    Anybody?

    For me, the problem was that I was including two versions of jquery. I was doing in functions.php and in one of my theme files. Once I removed the include from functions.php it worked like a charm.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Jquery cycle lite header not cycling’ is closed to new replies.