slideshow – brief “This slideshow requires JavaScript” flash in gallery
-
Hi all,
Subject says it, when I include Jetpack galleries, I see the “This slideshow requires JavaScript” error briefly flash before the gallery loads.
I looked at the jetpack code, and I can see that there’s this snippet of js that removes it on load:
function jetpack_slideshow_init() { $( '.jetpack-slideshow-noscript' ).remove();
So basically it feels like the js is not kicking in soon enough to prevent this message from showing. Any reason not to just wrap the warning in
<noscript>
tags?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘slideshow – brief “This slideshow requires JavaScript” flash in gallery’ is closed to new replies.