wordpress qtranslate editor text is not working [closed]

I have found a great post which solves this issue, http://wordpress.org/support/topic/plugin-qtranslate-problems-displaying-in-the-edit?replies=21#post-3160564 The issue is on qtranslate_javascript.php line 225 Replace var waitForTinyMCE = window.setInterval(function() { if(typeof(tinyMCE) !== ‘undefined’ && typeof(tinyMCE.get2) == ‘function’ && tinyMCE.get2(‘content’)!=undefined) { content=jQuery(‘#content’).val(); tinyMCE.get2(‘content’).remove(); jQuery(‘#content’).val(content); window.clearInterval(waitForTinyMCE); } }, 250); WITH: Only change the 250 to 500 🙂 this should solve the problem… var … Read more

Can’t include Language switch in Nav Menu

You have to return the data in the qtrans function: function qtrans_generateLanguageListCode($id=”) { global $q_config; if (is_404()) $url = get_option(‘home’); else $url=””; if (” === $id) $id = ‘qtranslate’; $id .= ‘-chooser’; $output=””; foreach (qtrans_getSortedLanguages() as $language) { $classes = array(‘lang-‘.$language); if($language == $q_config[‘language’]) $classes[] = ‘active’; $output .= ‘<li class=”‘. implode(‘ ‘, $classes) .'”><a … Read more

Creating a custom multilingual form

What would be the easiest, cheapest approach for this? Simple, create one form per language. In functions.php or, preferably, as a custom plugin: add_shortcode( ‘my-lingo-form’, ‘shortcode_wpse_98360’); function shortcode_wpse_98360() { $lingo = your_language_detection_method(); switch( $lingo ) { case ‘en’: echo do_shortcode(‘[form-en]’); break; default: echo do_shortcode(‘[form-other-languages]’); break; } } In your post or page: [my-lingo-form].

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)