Viewing 1 replies (of 1 total)
  • Plugin Author Frank Goossens

    (@futtta)

    first thing to do is looking at your browser’s error console. on your example URL for example, I see;

    ReferenceError: jQuery is not defined

    which you should fix by excluding js/jquery/jquery.js from optimization after which you’d test that page again and -if it doesn’t work- look for other errors.

    frank

Viewing 1 replies (of 1 total)
  • The topic ‘How to find which scripts to exclude’ is closed to new replies.