Quote:
Originally Posted by gamerfu
The "1. Left to Right & Reverse" is not working on my site.
Only the periods, exclimation, question marks, etc. appear to be out of order. :erm:
|
Edit the XML file as follows.
Find:
Code:
$_replace = '<div style=\"unicode-bidi:bidi-override; direction: rtl;\">$post[message]</div>';
There are 2 instances of that in the XML.
Replace both with:
Code:
$_replace = '<div style=\"direction:rtl;unicode-bidi:bidi-override;\">$post[message]</div>';
Re-import the product, make sure to set "Allow Overwrite" to Yes. That should fix the Right to Left issue, it worked for me.
Dexter...