Christopher Sample

Results 4 comments of Christopher Sample

I created a version that will slide back to the first slide, and automatically go to the next slide every 4 seconds, hope this helps someone. This "sliding backwards through...

Solved: Just enqueue the .js on the customize.php ```php // Add Global Media Gallery JS to Customize.php function add_multisite_global_media_to_customizer() { wp_register_script( 'multisite_global_media', '/wp-content/plugins/multisite-global-media/assets/js/global-media.js', array('jquery'),'1.1', true ); wp_enqueue_script( 'multisite_global_media' ); }...

@rvanlaak I'm late to the party, but is your [Codepen](https://codepen.io/rvanlaak/pen/dympKXQ) outdated? This functionality seems to be broken.

I like showing up fashionably late to the party. I know there may be plenty of better ways to do this but this is my first take: For each '.wow'...