henkjohansson can u contact with me [email redacted]
Also have problem with live search, all works fine but one post display that many time that key is up.
Example: Have one post for example “Sample post” if a type “Samp” that post will show four time.
Matt
Just replace in qtranslator.php – line 90 this:
define('QT_SUPPORTED_WP_VERSION', '3.8);
on this
define('QT_SUPPORTED_WP_VERSION', $wp_version);
where $wp_version get actual installed wordpress version.