I’m using the jj-nextgen-jquery-carousel plugin for wordpress, the problem I’m having with it is that the carousel disappears when I resize the browser. I’m not sure if this is a jQuery problem, or if the plugin is conflicting with the Twenty Ten theme?
<div id="jcarousel" style="display:block; width:885px; height:75px;">
<?php echo do_shortcode('[jj-ngg-jquery-carousel html_id="carousel-test-two" skin_class="jcarousel-skin-property" gallery="3" width="162" height="75" visible="5" gap="21" scroll="1" auto="1"]'); ?>
</div>
That’s the code I’m using in my header.
Thanks
This bug is documented here: https://github.com/jsor/jcarousel/issues/64
You can fix this issue if you edit the jcarousel.js file directly as described in comment #11 of the bug.
Change line 287 from this:
to this: