Copyright © 2011 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
Hi,
My blog is in Hebrew (right to left) and the preview picture appears wrong (see: http://benhamo.org/wp/?p=1505&cpage=1#comment-14635 for example). the thumbnail is in the wrong place and if I put some comments, they will be indented to the left, not to right where it should be.
Thanks,
Hetz
Hi Hetz,
Under each comment div, you have a div with the style: "direction:ltr"
Check template code for this div, and change it to "direction:rtl" - this will fix the image to the right.
this statement *does not* come from my blog's code, nor from the theme or any plugin, it seems that it comes directly from Kaltura's servers and that's something which I cannot change :)
To make sure it's not my fault, I did a full grep on any "direction" statement on my entire blog's code. Nothing there gives "direction: ltr"..
Any suggestions?
Thanks,
Hetz
When I write a simple text as a talkback in Hebrew, everything works great and the code looks like this when looking at the source code..
But when I'm adding a video comment, the code looks like this:
So it clearly looks like it's something related to how you insert the video comments which makes the comment use LTR instead of RTL and ignore parent rules..
Hi Hetz,
It looks like the plugin is adding the code, so you might want to check the code of the plugin for ltr and change it to rtl.
Hopefully Roman, the developer of the plugin, will have time to comment too.
Hi Hetz,
The LTR is not coming from our plugin, we only take the kaltura-widget part and change it to an embed code.
Maybe the template you are using identifies the language in the comment and indent the text?
What happens when you indent them manually to the right? Does this work?