• I was looking to implement jcarousellite.js on a photo site I’m developing in WordPress… I couldn’t get it to work, and was searching for solutions when XEN Carousel turned up.

    It appears the plugin only shows a single image at a time, though jcarousellite can show multiple. I’m looking to show 6 , of a total of 15 images, and have them scroll off, and using ‘circular’, probably using just the .next / .prev buttons… but the client might like the auto feature, so that’s not off the table.

    I tried making the adjustment in the settings of the plugin’s ‘xencarousel.min.js’ file (which is really just a settings file for jcarousellite.js), to no avail… and stared at the code looking for changes that would make it work, but I’m not seeing it.

    Can anyone point me in the right direction?

    http://wordpress.org/extend/plugins/xen-carousel/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am planning on re-architecting this plugin soon to take advantage of new features in WordPress 3.0 and will include the ability to change the settings. You might want to copy the contents of xencarousel.js into xencarousel.min.js and then edit it. Minified code is a bit trickier to edit by hand.

    Thread Starter richoid

    (@richoid)

    Thanks, but I need specific code info. I have no trouble working around the minification… I just need to know what’s enforcing the position/size of the slide so that it can’t display more than one image. I need 6.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: XEN Carousel] Trying to show multiple images…’ is closed to new replies.