• Resolved Simon

    (@simonwe)


    Hi Josh,
    Please add these CSS rules for RTL support for the column shortcodes:

    .rtl .one_half,
    .rtl .one_third,
    .rtl .two_third,
    .rtl .three_fourth,
    .rtl .one_fourth,
    .rtl .one_fifth,
    .rtl .two_fifth,
    .rtl .three_fifth,
    .rtl .four_fifth,
    .rtl .one_sixth,
    .rtl .five_sixth {
        float: right;
        margin-right: inherit;
        margin-left: 4%;
    }
    
    .rtl .last {
        clear: left;
        margin-left: 0 !important;
        margin-right: inherit;
    }

    Thanks,
    Simon

    http://wordpress.org/extend/plugins/ultimate-tinymce/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh

    (@josh401)

    Done. And just in time for the next update 😉 This will be in version 3.1.

    I have a pro version which I am working on currently. I would be extremely grateful if I could send you a copy of the pro version (free of charge) if you could look through it and do the same thing you have helped me with here.

    Basically, I’d like to make it entirely RTL friendly.

    Please let me know what you think.

    Thread Starter Simon

    (@simonwe)

    Hi Josh, Thanks!

    I’d love to help you,
    as you know I’ve bought 2 of your plugins and loving them 🙂

    Send me an email with the copy.

    Simon

    Plugin Author Josh

    (@josh401)

    Thanks Simon 🙂

    I don’t have your email off-hand… I’d have to dig.

    Would you mind using my contact form to send me a message, and I’ll respond with the plugin:
    http://joshlobe.com/contact-me/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Ultimate TinyMCE] RTL support for shortcodes’ is closed to new replies.