behnazam
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] qTranslate problem on sliderHi
thank you for your answer but , I install qtranslateX but I couldn’t find any code for switch language with select menu, my template support one menu in top and I couldn’t import the code in php work properly!If you have any solution for that it will be very helpful
Forum: Themes and Templates
In reply to: [Customizr] qTranslate problem on sliderI found the answer :
thanks :ElectricFeet (member):You would have to modify class-fire-init.php around line 320 to add:
add_theme_support( ‘mqtranslate’ );and change line 419 from:
if ( current_theme_supports( ‘qtranslate’ ) && is_plugin_active(‘qtranslate/qtranslate.php’) ) {to:
if ( ( current_theme_supports( ‘qtranslate’ ) || current_theme_supports( ‘mqtranslate’ ) ) && (
is_plugin_active(‘qtranslate/qtranslate.php’) || is_plugin_active(‘mqtranslate/mqtranslate.php’) ) ) {
(Thanks to d4z_c0nf for this code.)Let us know how you get on.
Forum: Themes and Templates
In reply to: [Customizr] qTranslate problem on sliderHi
I am using word press 4.1.1 and qTranslate last version , before update my qTranslate to last version my slider translate work probably with two language , but now it is not working and print this text in slider box !
[:fr]VIVEZ[:en]LIVE
any body has the same problem ?
Thanks