Javascript Validation Error in WP-Admin
-
I was having an error on jquery validator not being loaded.
Looking at the source of wp-rsvp.php on line 1527:
Change:
wp_register_script(‘jquery_validate’, rsvp_getHttpProtocol().”://ajax.aspnetcdn.com/ajax/jquery.validate/1.10.0/jquery.validate.min.js”);To:
wp_register_script(‘jquery_validate’, trailingslashit( plugin_dir_url( __FILE__ ) ).”jquery.validate.min.js”);This fixed my issue and I hope this can help others.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Javascript Validation Error in WP-Admin’ is closed to new replies.