Plugin Author
cpres
(@cpres)
There is definitely not a limit, I know some people have up to a hundred photos in a slideshow. Not sure what’s going on wrong though, are both thumbnails and images not appearing or is one ok?
If you view the source, do you see only single 12 images trying to be displayed? Hopefully it’s a simple CSS problem that’s not allowing you to see them.
Thread Starter
ecass7
(@ecass7)
Both thumbnails and images only show up to 12. There are around 50-70 images average attached to each page and each page that I put the slideshow on only shows 12 images.
This is the link to the main photography page: http://charlottedupre.webatu.com/wordpress/?p=10
Each of the albums there should link to it’s own page with a slideshow which are the pages where the problems are happening.
Plugin Author
cpres
(@cpres)
That is the strangest thing. I didn’t even know it was possible to have a limit happen in the slideshow. I’m wondering if this is a some weird bug with WordPress and your theme, where it makes changes how get_children works and make the “$args[‘numberposts’]” 12.
http://codex.wordpress.org/Function_Reference/get_children
If you’re up for it, try and update the get_children reference in the slideshow-satellite.php
Look for this line in 2 different spots in slideshow-satellite.php:
get_children("post_parent=" . $post -> ID . "&post_type=attachment&post_mime_type=image&orderby=menu_order ASC, ID ASC")) {
and change it to
get_children("post_parent=" . $post -> ID . "&post_type=attachment&post_mime_type=image& numberposts=-1&orderby=menu_order ASC, ID ASC")) {
Thread Starter
ecass7
(@ecass7)
I replaced it in both spots but it still is limited to 12 and now the right scroll arrow for thumbnails doesn’t show. It’s very strange! Any other ideas about what it could be?
Thanks so much for your help!
Plugin Author
cpres
(@cpres)
Consider using the custom Manage Galleries Editor with Satellite? 🙂 I’ve been beefing it up a lot recently you may like it! 🙂