Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • subharghya

    (@subharghya)

    @jleuze : I faced exactly same problem as smeyer012 and found that instead of #meteor-buttons selector it should be .meteor-buttons selector in the code that has to be appended after width: $slidewidth, in custom slideshow.js file. So the correct :eq() call is

    pagerAnchorBuilder: function(idx, slide) {
    	return '.meteor-buttons a:eq(' + idx + ')';
    }

    @smeyer012 : I hope this will solve your problem.

    Thread Starter subharghya

    (@subharghya)

    NextGen adds a tab of it’s own in the media uploader/selector box and I was trying to set the Featured Image through that but now I feel I can live with this present limitation. It will be fantastic if you can make this wonderful slider work seamlessly with NextGen gallery in future versions 🙂

    I must express my sincere Thanks to you for creating this beautiful slider with so much flexibility for customizations. Will eagerly wait to see future versions 🙂

    With Warmest Regards
    Subharghya

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