Are you strungling with jQuery is not defined errors. May this will help!
Open up your wp-config.php file and insert the following code along with the other define statements:
/** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); define('CONCATENATE_SCRIPTS', false);