• Resolved PierrickB

    (@pierrickb)


    Hi,

    Seems that Ultimate Tiny MCE is using deprecated functions while centering content in tables/cells.

    Here is what you get trying to center and center-v using the GUI :

    <tr align="center" valign="middle">

    You should get :

    <tr style="text-align: center;vertical-align: middle;">

    http://ww.wp.xz.cn/plugins/ultimate-tinymce/

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

    (@josh401)

    Hi, and thanks for reporting!

    This is a WP issue. It is the way WP coded the table structure for settings options. There are trac tickets discussing this issue.

    This is the one I created eight months ago:
    http://core.trac.ww.wp.xz.cn/ticket/22712?cversion=0&cnum_hist=7

    Thread Starter PierrickB

    (@pierrickb)

    Hi !

    Ha, okay. That’s sad …

    Is Marventus solution actually working ?

    Plugin Author Josh

    (@josh401)

    I’m sure it does. Marventus is actually the co-developer of Ultimate Tinymce.

    We did not want to “patch” the files directly.. which is why I created the trac ticket.

    I could completely re-write the options table configurations… but that would take an extremely ridiculous amount of time.

    Since it is not any “error or notice”, and doesn’t take away from the functionality of the plugin at all… I was kinda waiting on core to make the changes.

    Thread Starter PierrickB

    (@pierrickb)

    Okay, hope the WP team will fix those depcretad stuff asap then. In the meantime I’ll apply Marventy solution !

    Thanks a lot !

    Plugin Author Josh

    (@josh401)

    My pleasure!

    Please do let me know about Marventus’ solution, and if it works for you.

    I’ll post back to that trac ticket.. and “rekindle” the discussion.

    May I mark this thread as “resolved”?

    Thread Starter PierrickB

    (@pierrickb)

    Yes, I think so.

    I’ll test it asap and let you know :).

    Plugin Author Josh

    (@josh401)

    Thanks kindly!

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

The topic ‘Deprecated style – valign, align’ is closed to new replies.