Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marco Chiesi

    (@marcochiesi)

    Hi there,
    sorry for the late answer. I suppose you are referring to the WP UI plugin.
    I’ll make some tests and I will let you know.

    Plugin Author Marco Chiesi

    (@marcochiesi)

    Th WP UI code is not loaded in widgets administration page, so it doesn’t show up in TinyMCE widgets.
    I will ask the authors of WP UI to add this change to their plugin.
    In the meantime, you may hack the WP UI code in order to let it work.

    You have to find all the occurence of the following code snippets:
    array( 'post-new.php', 'page-new.php', 'post.php', 'page.php' )
    and add the widgets.php to the list:
    array( 'post-new.php', 'page-new.php', 'post.php', 'page.php', 'widgets.php' )

    This occurs in several points of the plugin:

    • wp-ui.php line 1117
    • inc/wpuimce/wpui_mce.php line 51
    • inc/editor-dialogs.php line 21
    • admin/wpUI-options.php line 687
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP UI doesn't show on the editor’ is closed to new replies.