Jump to content
Sign in to follow this  
phxreguy

Carousel dsplaying too many items

Recommended Posts

phxreguy

PageLines Pro Carousel on home page at http://www.phoenixrealestateguy.com In carousel settings, no matter what I set "Max Rotating Carousel Items" to, the number of items in the rotation is 30. I want it to be 12. The only way I've found to get it to 12 is to go into the section.carousel.php file and change this:

// Pictures in Carousel
				if(pagelines('carouselitems', $pagelines_ID)) $carouselitems = pagelines('carouselitems', $pagelines_ID);
				else $carouselitems = 30;
to this:
// Pictures in Carousel
				if(pagelines('carouselitems', $pagelines_ID)) $carouselitems = pagelines('carouselitems', $pagelines_ID);
				else $carouselitems = [b]12[/b];

Any thoughts?

Share this post


Link to post
Share on other sites
Guest Guest

Are you using NextGen for this? If you are go into Gallery > Options and then to the "gallery" tab. See if the default images to show is set on 30, and if so you can change it from there.

Share this post


Link to post
Share on other sites
phxreguy

Not using NextGen, using post featured image....

Share this post


Link to post
Share on other sites
cmunns

This may be related to the meta options not saving from PlatformBase as some of the other users have experienced. If you activate the parent and then go back to Base is it the way it should be? if we can eliminate this problem that would help.

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  

×