Jump to content
Sign in to follow this  
MrFent

Max Rotating Carousel Items

Recommended Posts

MrFent

Yes, but that's not the issue. The displayed Carousel Items only affect the number of thumbnails you see at any given time. I'm talking about the total number of images that can scroll through the carousel. For example, if you look at my page & click on the 1st photo, it will zoom in to display the full photo, & at the bottom it will say (1/20) I need it to say (1/33) because that's the total number of images inside that gallery. Thanks!

Share this post


Link to post
Share on other sites
cmunns

While editing core files isn't recommended I just want to see what happens. Find section.carousel.php and search for "30" You'll see this block of code: ` // Pictures in Carousel if(pagelines('carouselitems', $pagelines_ID)) $carouselitems = pagelines('carouselitems', $pagelines_ID); else $carouselitems = 30; ` change that number to 100 and see if it helps.

Share this post


Link to post
Share on other sites
MrFent

I changed the number to 100, still no luck. It is still at 20 total images

Share this post


Link to post
Share on other sites
kastelic

Are you using the nextgen gallery for this? If so, try going into Gallery->Options and then to the "gallery" tab. There's a field there to set the number of images per page that is set to 20 at default.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×