• Hi, everything looks working till now but the Detail Text Box in the New Event Creation form in the administraion

    Please just see here:
    https://www.jalone.net/various/screen.jpg

    and if i try to click on add images/files/.. icons above they works at first but i got a blank page afterthe submit

    this happens both on production server and “at home” on completely different platforms.

    only pulgin installaed are
    – Nextegn gallery
    – qTranslate

    ( if its short is possible to answer here one more question: is possible to use a mandatory Attribute as Featured Image of an Event for showing in slideshows? )

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    does it work with qtrans disabled? I’ve not tested the plugin, it may be that

    answering your second question, no. however, featured images is something we will add soon

    also, you may like to know that you can use shortcodes in the description box (once that’s working of course ?? )

    Thread Starter jalone

    (@jalone)

    uhm yes as i supposed too, once qTranslate has been deactivated it works right. now problem is that my site is really integrted ith qTranslate but i need your very nice plugin as well :/

    qTranslate use to split the textbox ( adding a tab for each lang ), but behind it just add some tags in the text, im trying to see differences with the using the other textboxes ( that work ).

    ps: i found 2 other little bugs about 2 widget:
    – the calendar one move 1 pixel aside each click on month arrows till desappearing ( probably just a matter of js indexes )
    – the event list widget won’t display anything, i read some fix ( about failing saving on db ) but they didn’t work.

    is there any bug tracker where can i post these? if i had enought time i may try fixing by myself.

    Thread Starter jalone

    (@jalone)

    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 )

    Thread Starter jalone

    (@jalone)

    is there any way to edit previous post? id like to remove some things.

    by the way i solved using event manager extended

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Events Manager] details box not showing on new event creation’ is closed to new replies.