Skip to content

Instantly share code, notes, and snippets.

@jameskoster
Created January 10, 2014 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jameskoster/8356522 to your computer and use it in GitHub Desktop.
Save jameskoster/8356522 to your computer and use it in GitHub Desktop.
Disable the Upstart 'full screen' slider effect
add_filter( 'woo_homepage_slider_fullscreen', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment