I use dhtmlxScheduler 2.3 on WP 2.8.6
The install is ok
but th calendar on my first page is empty, no text and no clickable zone ???
i’d tried to reintall but nothing more …
Please see my blog here —> vttescapade.fr/wp/agenda/calendrier-perso
thanks for yours returns
Rgds Gilles
Hello,
You have javascript error on the page:
var sub = document.getElementById('submit');
sub.parentNode.removeChild(sub);
There seems to be no ‘submit’ element on the page and sub.parentNode call is incorrect in such case. This is not scheduler’s code.
Best regards,
Ilya
thanks for your answer
but what is the problem for me, what kinf of submit ?
a problem of wp theme compatibility ?
thanks
Gilles
Do you think my Wp theme : "Atahualpa 3.5.3 " not compatible with the scheduler ?
Scheduler uses window.onload to start self, it seems that some other js widget on the page reset this event handler, so scheduler initialization doesn’t really start