I'm trying to get a reveal.js presentation to print slide numbers. I've used the code in http://htmlcheats.com/reveal-js/reveal-js-tutorial-reveal-js-for-beginners/ and Changing the background-image style in Reveal.js with http://jsfiddle.net/dirkk0/asya4grv/ . Everything renders as expected except slide numbers.
I notice that despite having slideNumber: true
in Reveal.initialize()
there are no slide number visible in the http://jsfiddle.net/dirkk0/asya4grv/ rendering. I've also tried using Reveal.configure({ slideNumber: true });
within slide <section>
but that didn't work either.