phxreguy 0 Report post Posted February 21, 2011 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 Report post Posted February 21, 2011 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 0 Report post Posted February 21, 2011 Not using NextGen, using post featured image.... Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 21, 2011 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