Events Made Easy Forums Bug fixed or feature request implemented Unable to expand/toggle/add featured image in settings

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #43973
    Anonymous
    Inactive

    Hi,

    I’m experiencing some problems similar to the ones described here: http://wordpress.org/support/topic/unable-to-add-featured-image-or-expand-settings

    I cleared the cache, disabled all plugins and narrowed it down to an issue related to qtranslate.

    Enabling qtranslate throws the following error in the console: TypeError: td is null @ ../wp-admin/admin.php?page=events-manager&action=edit_event&event_id=6:1270 I’m not sure whether this is related though…

    Is anyone able to replicate this behaviour?

    Thanks

    Rune

    #50382
    Franky
    Keymaster

    Well, if it causes an error all javascript will cease to work, so it probably is related. I’ll try qtranslate again this evening.

    #50383
    Franky
    Keymaster

    Ok, confirmed and fixed here (one-liner fix, very easy to do yourself)

    http://plugins.trac.wordpress.org/changeset/691380

    In fact: qtranslate needs 3 things:

    – a div called “titlediv”

    – a input field called “title” inside that div

    – and for rich content: a postarea called “content”

    I forgot the titlediv-id, and all of the sudden you get a result like that. I believe it should be configurable …

    #50384
    Anonymous
    Inactive

    Cheers Franky! Speedy bug fix – thanks to your one-liner its back in perfect working order.

    Thanks

    Rune

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top