qTranslate
InactiveProvides qTranslate compatible ACF field types for Text, Text Area, WYSIWYG, Image and File.
Get ExtensionInstalls
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
- Upload
acf-qtranslatedirectory to the/wp-content/plugins/directory - 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.