Title: 5 thumbnails
Last modified: August 30, 2016

---

# 5 thumbnails

 *  Resolved [itsbananas](https://wordpress.org/support/users/itsbananas/)
 * (@itsbananas)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/5-thumbnails/)
 * Version 6.2.8
    Hi: I love this plugin, but have problem. The shortcode on the
   page is: [wppa type=”cover” album=”2..4″ align=”center”]Any comment[/wppa]
 * No matter how many photos are in the album, 5 thumbnail images display in the
   browserbar. I try to regenerate the thumbnails and get message that the server
   returned unexpected output and to press skip. Not sure what to do.
 * Thank you!
 * [https://wordpress.org/plugins/wp-photo-album-plus/](https://wordpress.org/plugins/wp-photo-album-plus/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/5-thumbnails/#post-6422973)
 * 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.
 *  Thread Starter [itsbananas](https://wordpress.org/support/users/itsbananas/)
 * (@itsbananas)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/5-thumbnails/#post-6423072)
 * 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!
 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/5-thumbnails/#post-6423088)
 * 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.
 *  Thread Starter [itsbananas](https://wordpress.org/support/users/itsbananas/)
 * (@itsbananas)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/5-thumbnails/#post-6423092)
 * Hi Jacob:
    Here are 2 links: 1. [http://missionbaymarlinclub.org/wordpress/photo-gallery/2014-gallery/](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](http://missionbaymarlinclub.org/wordpress/photo-gallery/2013-gallery/wppaspec/oc1/sd/ab3)
 * Hope this helps.
 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/5-thumbnails/#post-6423110)
 * 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;
       }
       ```
   
 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/5-thumbnails/#post-6423113)
 * 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.
 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/5-thumbnails/#post-6423138)
 * 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.
 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/5-thumbnails/#post-6423139)
 * b. You can increase Table I-B5 to see more numbers in the number bar.
 *  Thread Starter [itsbananas](https://wordpress.org/support/users/itsbananas/)
 * (@itsbananas)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/5-thumbnails/#post-6423151)
 * 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.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘5 thumbnails’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-photo-album-plus.svg)
 * [WP Photo Album Plus](https://wordpress.org/plugins/wp-photo-album-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-photo-album-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-photo-album-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-photo-album-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-photo-album-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-photo-album-plus/reviews/)

## Tags

 * [thumbnails](https://wordpress.org/support/topic-tag/thumbnails/)

 * 9 replies
 * 2 participants
 * Last reply from: [itsbananas](https://wordpress.org/support/users/itsbananas/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/5-thumbnails/#post-6423151)
 * Status: resolved