activating debug i see qTranslate is quite buggy, but just miss settings variable read or little things..
DESCRIPTION TEXTBOX DISAPPEARING
The are some other errors related to qTranslate but they are about not finding translations, and they are everywhere and should not be a problem cos everything else works fine.
The only warning related to your plugin is this one, but i think error is due to some js.
Notice: has_cap è stato chiamato con un argomento deprecato dalla versione 2.0! L’utilizzo dei livelli utenti da temi e plugin è deprecato. Utilizzare ruoli e capacità.. in /var/www/vhosts/cupcake34u.com/httpdocs/wp-includes/functions.php on line 3321
Notice: has_cap è stato chiamato con un argomento deprecato dalla versione 2.0! L’utilizzo dei livelli utenti da temi e plugin è deprecato. Utilizzare ruoli e capacità.. in /var/www/vhosts/cupcake34u.com/httpdocs/wp-includes/functions.php on line 3321
EDIT:
i found the problem in the javascript, and it is sTranslate want to have a “title” tag or textbox. I know it is probably their problem. I wonder if theres’ a way to make both works together cos qTranslate is a really important and common plugin
document.getElementById("title") is null
qtrans_editorInit1()admin....r-event (riga 630)
qtrans_editorInit()admin....r-event (riga 717)
(?)()admin....r-event (riga 724)
noConflict()load-s...1a6f670 (riga 26)
inArray()load-s...1a6f670 (riga 33)
[Interrompi per questo errore] ti.value = qtrans_use('it', document.getElementById('title').value);
on the EM Extened plugin ( it should be a fork of an version of EM ) they got same problem and just cut the translation off by brutally adding id=”title” somwhere
https://www.e-dynamics.be/bbpress/topic.php?id=32
dont know waht else to do, debugging javascript is really hard for me, ill let you know more if ever, but please if you can find out something i’ll be happy to help you as well ??
i can workaround coding the other two problems but i cant get rid of this one ??
Thanks!
—————–
WIDGET EVENT LIST BUG
Notice: Undefined variable: category in /wp-content/plugins/events-manager/classes/em-category.php on line 37
Notice: Undefined variable: category in /wp-content/plugins/events-manager/classes/em-category.php on line 37
problem always due to lack in saving datas i suppose:
dbem_event_list_item_format_header
bem_event_list_item_format_footer
dbem_bookings_contact_email_subject
dbem_bookings_contact_email_body
dbem_mail_sender_address
on DB are all empty…
——————–
WIDGET CALENDAR
same little errors about reading the event category as well, but seems to work fine ( except for the moving and disappearing bug )