Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Van Patten Media

    (@vanpattenmedia)

    Hi renathy –

    Can you clarify more what you’re trying to accomplish? Are you trying to dynamically change the description based on language? We haven’t tested this kind of functionality (or indeed anticipated the need for it), although I’ll ping Peter (the lead developer) to see what he thinks.

    Thanks for your patience.

    Plugin Author Van Patten Media

    (@vanpattenmedia)

    Hi renathy –

    Can you try modifying your code so it reads:

    <?php _e($s->get_the_description(),'ts-metolat'); ?>

    Note that the above sample uses $s->get_the_description() which will return the text, instead of $s->the_description() which will echo the text.

    Let me know how that works for you. In the meantime, I’m going to mark this as resolved, as I’m pretty confident it will fix the problem. ??

    Thanks for using Total Slider!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WPML translation’ is closed to new replies.