Hướng dẫn Fix lỗi qtranslate với wordpress 4.0
Nếu bạn dung plugin qtranslate sẽ không tương thích với wordpress version mới nhất.màn hình sẽ xuất hiện lỗi này
The qTranslate Editor has disabled itself because it hasn’t been tested with your WordPress version yet. This is done to prevent WordPress from malfunctioning. You can reenable it by clicking here (may cause data loss! Use at own risk!). To remove this message permanently, please update qTranslate to the corresponding version.
Để fix lỗi này đơn giản bạn chọn edit plugin qtranslate .trong file qtranslate.php thay đổi dòng này
define('QT_SUPPORTED_WP_VERSION', '3.8.1');
to
define('QT_SUPPORTED_WP_VERSION', '4.0');
Fix lỗi wp editor với qtranslate
bạn vào trang này https://gist.github.com/warenhaus/10990386
tài về upload file lên thu mục plugin qtranslate
nếu vẫn có vấn đề thì bạn có thể dùng plugin qtranslate plus.
Để dùng plugin qtranslate plus, bạn upload languages muốn dùng lên thu mục languages trong wp-content rồi setup ngôn ngữ muốn chuyển đổi.