qTranslate

Inactive

Provides qTranslate compatible ACF field types for Text, Text Area, WYSIWYG, Image and File.

Get Extension

Installs

9k+

Rating

4.5 / 5

Version

1.7.25

Tested to

WP 4.9.29

Install Trends

Chart renders here (client-side)

Description

This plugin provides qTranslate-X compatible ACF4 and ACF5PRO field types for Text, Text Area, WYSIWYG, Image and File. When adding a field to a field group these new field types will be listed under the qTranslate category in the Field Type dropdown.

Field Types

  • qTranslate Text (type text, api returns text)
  • qTranslate Text Area (type text, api returns text)
  • qTranslate WYSIWYG (a wordpress wysiwyg editor, api returns html)
  • qTranslate Image (upload an image, api returns the url)
  • qTranslate File (upload a file, api returns the url)
  • qTranslate URL (type text, api returns text)

The standard Text, Text Area and WYSIWYG field types can also be enabled for translation.

Bug Submission

https://github.com/funkjedi/acf-qtranslate/issues/

Installation

  1. Upload acf-qtranslate directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Requires ACF or ACFPRO

Requires qTranslate-X Plugin

FAQ

What’s the history behind this plugin?

The plugin is based on code samples posted to the ACF support forums by taeo back in 2013.