papa_ongaku
Forum Replies Created
-
aaaaaaaaaaaaaaaah!!!!!
I tried llb027’s WITH success… the date picker worked.. then i ran into an issue with the events not displaying the photos submitted through the submission form.. then i inserted the photo into a recurrent event, then hit UPDATE on the respective event post..the update process took forever for some reason so i closed the window.
NOW MY ENTIRE SITE GONE! What happened??
p.s. deleting this bit, does not make it work ??
hi hi marcus-
i have read many posts on the datepicker-not-showing issue and i am sure this is what’s going on with my site (www.kusskussberlin.de) – the events manager works fine with the default theme, but with mine (TheStyle von Elegant Themes), the date picker isn’t showing.. from what i understand a jquery problem..? the only thing that resembles the bit described in your post, i find in the core_functions.php of the theme’s epanel folder: it’s the fist bit here, i think, but when i deleted as suggested by your blog i get an error message from the core_function.php —- SORRY I AM NOT A PROGRAMMER, just an audio engineer ??can you help me with this? it would be so nice to have the date picker, and thus the plugin working for me.. I am going crazy booking all the show without a tool right now!
here the reference from my core_functions.php
`<?php
/********* ePanel v.1.95 ************/
/* Adds jquery script */
add_action(‘wp_print_scripts’, ‘et_jquery_script’,8);
function et_jquery_script(){
if ( function_exists(‘esc_attr’) ) wp_enqueue_script(‘jquery’);
else {
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js’, false, ‘1.4.2’);
}
}thanks!