Ok we are progressing, I’ve put:
<div id="cycle_lite"> <?php echo do_shortcode('[jj-ngg-jquery-cycle html_id="cycle_lite" width="940" height="130" order="random" timeout="7000" gallery="1"]'); ?> </div>
A banner appears, but it’s strange:
My gallery has 4 banners. Only the first and the third are showed.
Take a look here:
https://www.jpgitta.fr
Instead of the second and fourth banner, the following code is appearing with firefox in the page:
jQuery('div#cycle_lite').jjcycle({timeout: 7000,height: 130});
I think that the do_shortcode function is broken somewhere, haven’t found where at the moment.