• Resolved studioavanti

    (@studioavanti)


    Hi,

    The plugin doesn’t fix the TinyMCE Advanced icon issue in Beaver Builder 2 anymore (at least for me).
    Too bad, it was very handy displaying icons like sup/sub, non breakable space… in BB.

    Any plan to update it?
    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter studioavanti

    (@studioavanti)

    Hi again,

    I finally found a solution to fix TinyMCE Advanced broken icons in Beaver Builder 2: just copied the CSS below (part of R3DF plugin) in my theme’s child style.css. It did the trick, i could also disable R3DF plugin.

    .mce-toolbar i.mce-i-table,
    .mce-toolbar i.mce-i-emoticons,
    .mce-toolbar i.mce-i-cut,
    .mce-toolbar i.mce-i-paste,
    .mce-toolbar i.mce-i-subscript,
    .mce-toolbar i.mce-i-superscript,
    .mce-toolbar i.mce-i-image,
    .mce-toolbar i.mce-i-copy,
    .mce-toolbar i.mce-i-print,
    .mce-toolbar i.mce-i-anchor,
    .mce-toolbar i.mce-i-visualblocks,
    .mce-toolbar i.mce-i-visualchars,
    .mce-toolbar i.mce-i-code,
    .mce-toolbar i.mce-i-insertdatetime,
    .mce-toolbar i.mce-i-media,
    .mce-toolbar i.mce-i-nonbreaking,
    .mce-toolbar i.mce-i-rtl,
    .mce-toolbar i.mce-i-backcolor,
    .mce-toolbar i.mce-i-searchreplace
    {
    	font-family: tinymce, Arial !important;
    }

    I did this on various sites and realized R3DF was effective on some sites, not others. All of them are running the same version of Beaver Builder 2.0.6.3, so i guess the issue is somewhere hidden.
    But it’s simpliest now, one plugin less (that did help anyway ;-).

    • This reply was modified 6 years, 11 months ago by studioavanti.
Viewing 1 replies (of 1 total)
  • The topic ‘Icons are missing in BB 2’ is closed to new replies.