Title: Missing QT_SUPPORTED_WP_VERSION?
Last modified: August 30, 2016

---

# Missing QT_SUPPORTED_WP_VERSION?

 *  [llampderellamp](https://wordpress.org/support/users/llampderellamp/)
 * (@llampderellamp)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/missing-qt_supported_wp_version/)
 * Hi!
 * In first place, thank you for QTranslate-X! It works great and has become the
   way out for all of us trapped by the unsupported old multilingual plugin.
 * I’m using a cloud tag generator for my blog. The tags were displayed in the user
   selected language until I replaced qTranslate by qTranslate X. After the plugin
   replacement the tags started to be displayed always in the same language, ignoring
   the user language selection.
 * After take a look at the tag cloud plugin code I realized that the following 
   method was returning false and stopping all the plugin qTranslate support:
 *  public function isEnabled()
    { return defined(‘QT_SUPPORTED_WP_VERSION’); }
 * It looks like QT_SUPPORTED_WP_VERSION is not defined in qTranslate X.
 * My question is: is this a portability issue and in order to make qTranslate X
   fully compatible with qTranslate the define should be added to qTranslate X? 
   or is this plugin making a bad use of the define (to detect the qTranslate presence)
   and its code should be updated?
 * The plugin is the “[Ultimate tag cloud widget](https://wordpress.org/plugins/ultimate-tag-cloud-widget/)”
   and at present time is not supported by its developer.
 * To get through the problem I have replaced the method code:
 *  public function isEnabled()
    { return true; }
 * With this modification the tag cloud started to work again as always, but I know
   that this is a dummy solution for this issue.
 * My blog: [presentimperfecte.net](http://presentimperfecte.net)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/missing-qt_supported_wp_version/#post-6392722)
 * [@llampderellamp](https://wordpress.org/support/users/llampderellamp/)
 * have you checked Compatibility Functions?

Viewing 1 replies (of 1 total)

The topic ‘Missing QT_SUPPORTED_WP_VERSION?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate-x_f9f9f9.svg)
 * [qTranslate X](https://wordpress.org/plugins/qtranslate-x/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate-x/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate-x/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate-x/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate-x/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate-x/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Gunu](https://wordpress.org/support/users/grafcom/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/missing-qt_supported_wp_version/#post-6392722)
 * Status: not a support question