slideshow fallback to wordpress gallery
-
Firstly, thank you for this plugin which I’ve enjoyed using. I’m currently working on a portfolio site and I’m interested in providing a fallback from the slideshows to wordpress galleries for users without javascript. I have a rather clunky version here.
Code – inserted into a wordpress page –<!-- JavaScript Content <!-- --> <div id="slider" style="display: none;">[meteor_slideshow slideshow="text-drawing"]</div> <script>// <![CDATA[ document.getElementById('slider').style.display=''; // ]]></script> <!-- END JavaScript Content --> <!-- Fallback Content --> <noscript> <div id="fallback"> [gallery columns="2" ids="1053,1052"] </div> </noscript> <!-- END Fallback Content <!-- -->
However I think that there’s probably a much neater way of doing this. I’d be grateful for any suggestions or pointers.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘slideshow fallback to wordpress gallery’ is closed to new replies.