Three Problems Solved
-
A user on the WordPress forum provided the solution to the maximum number of slides problem. This code is added at the end of the first command in function responsive_slider($id = 0) { :
, 'posts_per_page' => 10 ) );I have posted a file: http://www.drlanelester.com/responsive-slider.php which does the following for me:
- Maximum number of slides now at 10 (above code added)
- Multiple sliders possible by ID (thanks, Hal!)
- Post title displayed is post title and not first slide caption (this was fixed in version 0.1.5)
I think I can actually use this thing now. The only remaining problem is the slider being displayed at the top of the post, regardless of the location of the shortcode.
The topic ‘Three Problems Solved’ is closed to new replies.