Skip to content

Instantly share code, notes, and snippets.

@web2feel
Last active December 15, 2015 15:19
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 web2feel/5280611 to your computer and use it in GitHub Desktop.
Save web2feel/5280611 to your computer and use it in GitHub Desktop.
xenon comment overflow
open the custom.js file in the js folder of the theme and change the first line
jQuery(document).ready(function() {
to
jQuery(window).load(function () {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment