Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    I don’t see anything that would cause single slide slideshows not to work. Can you post a link to a page with a slideshow like this so I can take a look at it?

    Thread Starter Marklcm

    (@marklcm)

    http://boynevalley.org.au/

    I only had 2 slides in the sidebar slideshow entitled “Upcoming Events, Click for more information”. After I set one to draft the slideshow stops working. Checked in Chrome, Firefox and IE.

    I normally use ‘Post Expirator’ to set the slide to draft when the event date passes

    Plugin Author Josh Leuze

    (@jleuze)

    For some reason, the slideshow Cycle script is activating on that slideshow, even though it only has one slide in it, so it should display as a standard inline image. This might be due to your custom slideshow script.

    If you take this rule in your custom stylesheet:

    .single-slide .mslide {
    	display: block;
    }

    And edit it like this, it should display correctly:

    .single-slide .mslide {
    	display: block;
    	position: initial !important;
    }
    Thread Starter Marklcm

    (@marklcm)

    don’t you love IE
    it knows nothing about position: initial as far as I can tell, so I tried position: inherit and that has done the trick
    Many thanks

    Plugin Author Josh Leuze

    (@jleuze)

    Ha, that’s funny, but not surprising at all! I have good luck with position: relative too.

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

The topic ‘single slide display’ is closed to new replies.