Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter chumbya

    (@chumbya)

    thanks @lorro for your help!
    Now it looks as I expected and it should be in fact.

    Frankly speaking, I always feel reluctant to install a lot plugins, which would potentially have security or privacy issues, on the the side, it makes the whole WP system vulnerable if once crashed to restore, esp. if it goes bigger.

    esp. this function I mentioned above, should be standard as from a reasonable understanding of “at a glance”…

    Anyway, many thanks for your sharing your experience. /BR

    Thread Starter chumbya

    (@chumbya)

    @lorro thanks for your help!
    please see this screen cut: https://i.imgur.com/gVHiaWg.png
    It would be nice if I could have the same as yours, i.e. private & public posts/pages both listed in “at a glance”, pls. let me know how to debug…

    /BR

    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 4 years, 6 months ago by chumbya.
    • This reply was modified 4 years, 6 months ago by chumbya.
    • This reply was modified 4 years, 6 months ago by chumbya.
    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 4 years, 6 months ago by chumbya.

    @hiskingdomprophecy I found the solution and put it here:

    Now I am using block editor and classic menu (hybrid), I really like it, because the menu always follow my writing( don’t need to scroll up and click menu) , and my previous plugin all working. and in fact, this combination will me more concentrate on writing.

    For the heading font size in Editor is to change editor-blocks.css:

    
    .edit-post-visual-editor .editor-block-list__block h2 {
    font-size: 24px; /*24px = 20pt?*/
    }
    
    .edit-post-visual-editor .editor-block-list__block h3 {
    font-size: 18px; /*20,18px = 14pt*/
    }
    
    .edit-post-visual-editor .editor-block-list__block h4 {
    font-size: 16px; /* 16px = 12pt */
    }
    
    .edit-post-visual-editor .editor-block-list__block h5 {
    font-size: 13px;
    }
    
    .edit-post-visual-editor .editor-block-list__block h6 {
    font-size: 11px;
    }

    I was a bit resistant to Gutenburg, but now I know: Always need to learn new things and get the best of it. :-)… Stay hungry, stay foolish…

    • This reply was modified 4 years, 11 months ago by chumbya.

    @hiskingdomprophecy
    Sorry trying to reopen this thread.

    Yours is exactly what I am searching for, i.e. the Headings’font size displaying in editor itself(published is OK). I tried to edit editor-style.css on the section of h1 or h2 … but nothing changed in editor if make a new post/page. Do I need to restart the server?

    The hurdle is I don’t like the Gutenberg floating block editor, came back with Classic Editor. Changing in theme’s editor-style.css only affects on visual/block editor, e.g. on the H font size, but it doesn’t change if I use Classic Editor. Maybe need to dig in deeper somewhere…

    Thanks!

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