Viewing 3 replies - 1 through 3 (of 3 total)
  • Do you see any sort of hover effect if you hover where an icon should be?

    Thread Starter wayne3004

    (@wayne3004)

    No, there’s nothing at all. I have used Inspector and the buttons are not being called from what I can see.

    Thread Starter wayne3004

    (@wayne3004)

    Turns out this was to do with disabling emojis, for anyone interested.

    add_filter( ‘tiny_mce_plugins’, ‘disable_emojis_tinymce’ );

    ^^^ This line removes over half of the TinyMCE buttons.

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

The topic ‘Buttons Missing From Visual Editor’ is closed to new replies.