I can possibly update that in a future version.
For now, WPML.org is great for translation of themes.
https://wpml.org/documentation/theme-compatibility/build-rtl-wordpress-themes/
Depending on how much you want done, the most basic way is to add
direction:rtl;
unicode-bidi:embed;
to the .body class.
So it would look something like this in style.css
.body {
direction:rtl;
unicode-bidi:embed;
}
Thread Starter
Nalula
(@nalula)
Thanks!
Meanwhile I found a cleaner solution by rtl-ing the bootstrap. I just added the following line at the end of the <head> in header.php:
<link rel=”stylesheet” href=”http://cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.2.0-rc2/css/bootstrap-rtl.min.css”/>
@nalula Excellent, I’m glad that you found a solution.
The new version of Social Magazine went live today which has some fixes and a couple of updates.
Thanks for posting that @nalula
So for anyone else looking for an easy RTL solution add
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/bootstrap-rtl/3.2.0-rc2/css/bootstrap-rtl.min.css"/>
in the header.php.
If you could leave a review I would appreciate it 🙂
https://ww.wp.xz.cn/support/view/theme-reviews/social-magazine#postform