Title: Problem with googleapis
Last modified: August 20, 2016

---

# Problem with googleapis

 *  [srtxema](https://wordpress.org/support/users/srtxema/)
 * (@srtxema)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/problem-with-googleapis/)
 * I have a problem with this plugin. When I active it, insert a javascript on my
   webpage head that doesn´t exist.
 * <link rel=’stylesheet’ id=’jquery-ui-theme-css’ href=’[http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css?ver=3.5.1&#8242](http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css?ver=3.5.1&#8242);
   type=’text/css’ media=’all’ />
 * Could you said me how i can change this js?
 * thanks
 * [http://wordpress.org/extend/plugins/contact-form-7-datepicker/](http://wordpress.org/extend/plugins/contact-form-7-datepicker/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [frankenschulz](https://wordpress.org/support/users/frankenschulz/)
 * (@frankenschulz)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/problem-with-googleapis/#post-3603240)
 * Same here, suddenly the path ‘[http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css?ver=3.5.1](http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css?ver=3.5.1)
   is wrong…
 * I’m using 2.2.1 on WP 3.5.1 — is this an issue also in more current versions 
   of datepicker?
 *  [spcaer](https://wordpress.org/support/users/spcaer/)
 * (@spcaer)
 * [13 years ago](https://wordpress.org/support/topic/problem-with-googleapis/#post-3603265)
 * To correct this, you can enqueue the styles from your theme. Just copy/paste 
   this code into your functions.php file of your current WordPress theme:
 *     ```
       add_action( 'wp_enqueue_scripts', 'x_datepicker_style' );
   
       function x_datepicker_style() {
       	// register style
       	wp_register_style( 'date-picker', 'http://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css' );
       	// load style
       	wp_enqueue_style('date-picker');
       }
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Problem with googleapis’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/contact-form-7-datepicker.svg)
 * [Contact Form 7 Datepicker](https://wordpress.org/plugins/contact-form-7-datepicker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7-datepicker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7-datepicker/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7-datepicker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7-datepicker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7-datepicker/reviews/)

## Tags

 * [api](https://wordpress.org/support/topic-tag/api/)
 * [contact](https://wordpress.org/support/topic-tag/contact/)
 * [form](https://wordpress.org/support/topic-tag/form/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)

 * 2 replies
 * 3 participants
 * Last reply from: [spcaer](https://wordpress.org/support/users/spcaer/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/problem-with-googleapis/#post-3603265)
 * Status: not resolved