StartBox icon indicating copy to clipboard operation
StartBox copied to clipboard

Slideshow adding random slides to beginning of slideshow

Open spacetaxi opened this issue 12 years ago • 2 comments

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 avatar Feb 05 '13 21:02 spacetaxi

@spacetaxi, could you provide steps to recreate the issue, and also confirm which version of WordPress and StartBox you're running?

brichards avatar Feb 08 '13 15:02 brichards

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.

spacetaxi avatar Feb 08 '13 19:02 spacetaxi