I thunk you mean the filmstrip under the slideshow? That is correct, you will see as many as will fit.
To see all the thumbnails, look at the thumbnail display: click the ‘View .. photos’ link on the album cover.
Thanks for getting back to me so quickly. Yes, the filmstrip under the slideshow.
On the page, I added the following:
Type of WPPA display: A gallery with covers/and/or thumbnails
Type of gallery display: The cover(s) of specific album(s)
Kind of selection: One or more wppa+ albums
The Album(s) to be used: I selected 3 subalbums
Horizontal alignment: center
On the page, there are the 3 albums listed. The albums have a different number of photos: 2,4,10 and are listed.
For each album:
When I select “View # photos”, I see the thumbnails of all photos.
When I select “Slideshow”, the number of thumbnails below are incorrect.
I tested the setting IV – B – 8: ” Slideshow Wraparound” on Albums with 2, 4 and 10 photos.
Here’s what I see:
1. With “Slideshow wrap around” checked, during the slideshow All albums (2,4,and 10 photos) incorrectly show 5 thumbnails.
2. With “Slideshow wrap around” Not checked, during the slideshow the albums with 2 and 4 photos correctly show 2 and 4 thumbnails.
3. With “Slideshow wrap around” Not checked, during the slideshow the album with 10 photos incorrectly shows 6 photos.
Thank you again!
This sounds correct. The thumbnail in the middle of the filmstrip is the slide shown.
A link to the page please, so i can see if it works correctly.
Hi Jacob:
Here are 2 links:
1. http://missionbaymarlinclub.org/wordpress/photo-gallery/2014-gallery/
Test Gallery
a. It says 6 photos and there are 14.
b. Select slideshow – the counter is dots and
c. Thumbnails are missing.
Also see the Slideshow for “2013 Yellowtail Tournament”:
http://missionbaymarlinclub.org/wordpress/photo-gallery/2013-gallery/wppaspec/oc1/sd/ab3
Hope this helps.
a. No explanation yet. Are all the statusses of the photo Publish?
b. That is correct. Only the active slide number is displayed to save space.
c. Your themes css has .site div { max-width:100% }
This interferes with the filmstrip.
Either remove .site div { max-width:100% } from ../wp-content/themes/uu-2014/style.css (preferrably) or add in Table IV-A15 ( Custom css )
.filmwindow div {
max-width:1000000 !important;
}
a. What you can do is:
– install plugin tweak option
– activate it
– open Tweak option in the Tools menu
– scroll to wppa_counts
– delete it
– also delete wppa_counts_tree
This should fix the counters, as they will be regenerated automaticly.
I see it workes.
You should also add to Table IV-A15:
.wppa-popup-frame {
max-width:2000 !important;
}
to revert the effect of .site div { max-width:100% } in the thumbnail popups.
Or update to 6.2.9, i put this workaround in the code.
b. You can increase Table I-B5 to see more numbers in the number bar.
Hi Jacob:
All is working π The galleries look great! Thank you so much.
I did the following.
1. Added the plugin Tweak option and followed your directions.
2. Added code to Table IV-A15: ‘.filmwindow div {max-width:1000000px !important;},’ and it worked.
Then I updated to your new version 6.2.9 which fixed the problem, so I removed the code in Table IV-A15.
3. Changed Table I-B5 “Numbar Max” value from 10 to 100.