Use any font hides option in toolbar for heading selection

Home Forums Use Any Fonts Use any font hides option in toolbar for heading selection

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2070
    Kendra Arnold
    Guest

    First of all this is a great plugin so thank you! I am using your plugin and ultimate tinymce. When your plugin is installed the drop down that allows for selection of heading 1, heading 2, heading 3, etc disappears. When I deactivate your plugin the selection button shows back up. This only happened since the last update to 4.0. Can you please fix?

    If you need more info please let me know.

    Thank you,
    Kendra Arnold

    #2071
    Dinesh
    Keymaster

    Hi Kendra,

    Please open plugin_interface.php from wp-content\plugins\use-any-font and remove these lines from line 7 & 8.

    add_filter('mce_buttons_2', 'wp_editor_fontsize_filter');
    add_filter( 'tiny_mce_before_init', 'uaf_mce_before_init' );

    In Upcoming release, i will keep the option to disable this feature and try to make it work with TinyMce.

    Hope this helps.

    Thanks

    #2075
    Kendra Arnold
    Guest

    Thank you very much that worked!

    #2078
    Dinesh
    Keymaster

    Thanks Kendra for updating.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Use any font hides option in toolbar for heading selection’ is closed to new replies.