Viewing 3 replies - 1 through 3 (of 3 total)
  • hi !

    the easy solution : to duplicate the slider !!!

    saludos !

    Thread Starter sysadmin

    (@sysadmin)

    Hi Paula.
    Thank you for your response πŸ™‚
    Because of my theme i can not solve it in this way…
    i tried but my theme allows me choose only one slider at home page template πŸ™

    Thread Starter sysadmin

    (@sysadmin)

    Theme punch solved it πŸ™‚

    Please open inc_php/revslider_output.class.php and search for

    qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage
    you can replace the two lines you will find with:

    if(function_exists(‘qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage’)){ //use qTranslate
    $text = qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($text);
    }elseif(function_exists(‘ppqtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage’)){ //use qTranslate Plus
    $text = ppqtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($text);
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Qtranslate Plus is not working with Revolution Slider’ is closed to new replies.