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
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.
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
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