Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • You may use the English wordpress, while will make your admin panel work as LTR

    But in this case, you have to fix the tinymce editor so that when you write a new Arabic post, the text area will be RTL

    Here’s how you do it:

    1- Go to wp-includes/js/tinymce/themes/advanced/skins/wp_theme/

    2- Open content.css file

    3- Look for the line which has this: /* WordPress styles */

    Under it, you’ll find the body css code. Replace the BODY code ONLY with the following:

    body {
    font-family: Tahoma, “Times New Roman”, “Bitstream Charter”, Times, serif;
    font-size: 11pt;
    line-height: 19px;
    color: #333;
    margin: 10px;
    direction:rtl;
    text-align:right;
    }

    Same here. I deactivated the plugin, and activated it again, then it worked.

    I’m not sure why it worked again. Anyway, it’s also not fetching new tweets, and I hated version 3.0.1 .. Many features went missing!

Viewing 2 replies - 1 through 2 (of 2 total)