[Plugin: Meteor Slides] Slideshow with only on slide
-
Hello Josh,
I saw this correction in includes/meteor-slideshow.php
if ( $meteor_loop->post_count > 1 ) :
I made this correction in 1.4 version of your plugin.
But now it doesn’t work (1.5 version) when you only one slide.
This slide isn’t displayed because “meteor-shim” image pushes the “mslide” div.
In this case (only one slide), “meteor-shim” doesn’t have to be displayed and “mslide” must have the css property display block. Then the slide is displayed.I coded
in includes/meteor-slideshow.php this test
if ( $meteor_count == 1 && $meteor_loop->post_count > 1)
in css/meteor-slides.css
.meteor-slides .mslide { display: block; height: 100% !important; margin: 0; max-width: 100%; padding: 0; }
What is the explanation of this new img tag ?
Thanks for your answer.
Best Regards
Emmanuel
- The topic ‘[Plugin: Meteor Slides] Slideshow with only on slide’ is closed to new replies.