Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1349420
    ironmeni
    Participant

    We type right to left and I can’t seem to find a way to define TinyMce to always open in rtl mode.
    It would also be great if we could change the default font for the tinymce text editor.

    Can I do that?

    #1349478
    Christian
    Moderator

    Hey there,

    Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You might want to contact our trusted partners who caters X setup and customization needs. Please see https://community.theme.co/custom-development/. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!

    #1349495
    ironmeni
    Participant

    OK
    Managed to solve this by adding:
    .mce-content-body{ direction: rtl; text-align: right; font-family: Helvetica, Arial,"sans-serif";}
    to
    wp-includes->js->tinymce->skins->wordpress->wp-content.css
    Hope this will help someone else out there 🙂

    #1349498
    Christopher
    Moderator

    Thanks for sharing.

  • <script> jQuery(function($){ $("#no-reply-1349420 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>