• Resolved armenius

    (@armenius)


    Hi all
    I use Master Slider in Hotel site.
    How can i use Qtranslate-X functions in Master Slider to create multilanguage slide?
    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author averta

    (@averta)

    Hi,
    I am sorry it is not possible right now but you can duplicate your Master Slider and translate its texts and use their shortcode for different languages.

    Please let us know if you need more help on this.

    Regards
    Averta

    Thread Starter armenius

    (@armenius)

    ok i try it and write what happened.
    Thank you.

    Hi,
    I have similar problem. I’m trying to change slider shortcode depending on language in PHP file with:

    if (get_locale()=='pl_PL') {
    echo "masterslider(1);";
    }
    ...

    But it’s not working properly. Shortcode is apearring on website instead of being “transformed” into slideshow.

    Any tip or solution for this?

    Regards,
    Tom

    • This reply was modified 9 years, 5 months ago by bobrowiczt.
    Thread Starter armenius

    (@armenius)

    try with this function…
    echo do_shortcode( '[masterslider(1)]' );

    work it?

    Thanks! It’s working with this:

    if (get_locale()=='pl_PL') {
    echo do_shortcode( masterslider(1) );
    }

    🙂

    Plugin Author averta

    (@averta)

    Hi,
    We are glad your issue resolved.

    Kind Regards
    Averta

    Thread Starter armenius

    (@armenius)

    well, it can be said, an alternative solution.
    I would like to do so to be able to use the [:en]English text[:ru]Russian text[:hy]Armenian text[:] qTranslate-X function.
    create one slider instead of 3.

    With regards.
    Armen

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Multilanguage Master Slider’ is closed to new replies.