Datepicker problem : not showing
-
Dear all,
I just upgraded to WP 3.8.1 and Events Manager 5.5.2. I have the eternal problem of the datepicker not showing, again… I have traced the bug down to a theme problem, because when using the 20 12 theme, it works fine.
I have checked my theme file functions.php, and have disabled the code:
if (!is_admin()) add_action(“wp_enqueue_scripts”, “my_jquery_enqueue”, 11);
function my_jquery_enqueue() {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, “http” . ($_SERVER[‘SERVER_PORT’] == 443 ? “s” : “”) . “://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js”, false, null);
wp_enqueue_script(‘jquery’);
}
but I still get the same error.When checking the source of my page, I do not find any reference to the loading of jquery on a google server. Also, when checking the page console, I do not get any JS error.
Hence, I am getting crazy about this problem… Any advice?
Also, why is it impossible to manually enter the dates through the keyboard. I systematically get the error “wrong date format”… What is the correct date format (would be a temporary work around to the above mentioned problem). Or does EM not support manually entered dates?…
Cheers,
Nils
The topic ‘Datepicker problem : not showing’ is closed to new replies.