Support

Account

Home Forums Feature Requests How to add qTranslate backend support

Helping

How to add qTranslate backend support

  • Hi,

    I encountered some issues (noticed others has aswell) regarding meta box titles (in admin) when using qTranslate. The brackets around the metabox titles are showing up.

    This can be easily fixed if you run the metabox titles through “the_title” filter before displaying. Could you please add this to the plugin core files so we don’t have to manually set this on every update? 🙂

    Example on the post form( /acf/forms/post.php), around line #180:

    change: $title = $field_group[‘title’];
    to: $title = apply_filters( ‘the_title’, $field_group[‘title’] );

  • Hi @engage

    For something like this, please open a new ticket here: http://support.advancedcustomfields.com/new-ticket.

    Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘How to add qTranslate backend support’ is closed to new replies.