• After re-install WP ( WP folder removed & rebuild during installation), editor menu not shown. reinstall TinyMCE Advanced and can see its plugin settings, but still no menu at block Editor (3 dots button alsos not working)

    View post on imgur.com


    PS: Synology NAS, WP 5.3.2 | TinyMCE Advanced 5.3 |
    ——
    How to debug, e.g. SSH into server check which config file?? or what are the prerequisites for TMA to function?

    Any hints appreciated!

    • This topic was modified 5 years, 10 months ago by chumbya.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter chumbya

    (@chumbya)

    After reading other posts, installed also node.js seems solved, but some of the menu items not shown: e.g. sub-/super-scripted and still the vertical 3 dots not working:

    View post on imgur.com

    • This reply was modified 5 years, 10 months ago by chumbya.
    Plugin Author Andrew Ozz

    (@azaozz)

    Looks like a CSS conflict.

    To debug, look in the browser tools. Right-click on the missing icon, then select “inspect”, then look if the character code is overridden from some non-editor related stylesheet.

    Thread Starter chumbya

    (@chumbya)

    thanks Andrew for your quick response.

    I just did as you suggested, inspecting the button of subscript vs. omega. :
    subscript: https://imgur.com/RVNTvW2
    Omega : https://imgur.com/PMBPULm

    Hereby subscript comes from skin.min.css class .mce-i-subscript{ content:\"\e01e";} is not visible;
    whereas Omega comes from load-style.php class i.mce-i-charmap { content:\"f220";} is visible

    what can we conclude or go further?

    • This reply was modified 5 years, 10 months ago by chumbya.
    • This reply was modified 5 years, 10 months ago by chumbya.
    • This reply was modified 5 years, 10 months ago by chumbya.
    Plugin Author Andrew Ozz

    (@azaozz)

    Hmm, that looks pretty much the same as here. Can you scroll down in the right side (where the CSS properties are) and look for font-family. Suspecting that’s overridden by something. It should be font-family: 'tinymce',Arial; like here: https://i.imgur.com/4k5ctVY.png.

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

The topic ‘Editor menu missing’ is closed to new replies.