Slideshow adding random slides to beginning of slideshow
Hello,
In Wordpress 5.1, the slideshow page will add a random slide to the beginning of the sildeshow when updating.
Fixed by changing line 330 of /includes/extensions/startbox-slideshows/startbox-slideshows.php from
if( $slide['attachment_id'] == $attachment->ID ) {
to
if(( $slide['attachment_id'] == $attachment->ID )&&($slide['order'] != "")) {
This is also described here:
http://wpstartbox.com/support/topic/problem-with-starbox-slideshow/
@spacetaxi, could you provide steps to recreate the issue, and also confirm which version of WordPress and StartBox you're running?
Issue seems to have started with versions 3.5+ of Wordpress. Problem with both 2.5.6 and 2.6 of Startbox. I had thought that I had fixed the issue, but still a problem on the display of the slideshow. Seems like the bug started when upgrading to version 3.5 of Wordpress, but not sure how it came about. These slideshows are large, say 15+ slides.