Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2798031
How to change font size and editor plugin
Closed

Comments

  • tamaechan2012 started the conversation

    Hi guys,

    I have some problem with my wordpress. Hopefully you can help me fix them.

    My theme is soledad and I still use gutenberg block for each post.

    1. I don't know where to change font and size in each post. I have run to customize -> posts -> change but it doesn't work at all.

    2. it is quite uncomfortable with default editor in gutenberg so I installed TinyMCE plugin to edit my post. But this made gutenberg no longer takes effect, I can't use gutenberg block at all. How can I use gutenberg block with Tiny MCE Plugin?

    When I start to write new post, Sreen like this with no Tiny MCE editor, I have to use default editor t

    6414521228.png

    Each time I want to edit post, screen is like that:

    2133395968.png

    After I click "Attempt block recovery, All the blocks are disappeared and I have to change in tinymce with much content disappearing

    5434567812.png


    3. If I want to keep Tiny MCE to edit my post, how can I write alt text or caption of picture? 

    9843393950.png


    4. I use Easy Table of content to automatically make TOC. But I can't change font type or size of TOC. It appears awkward like the picture I attach.


    8643053381.png

    Do you know how to fix all these problems?

    Thanks a lot.

  •  2,495
    PenciDesign replied

    Hi,

    1. You can change the font size of a single post by going to Appearance > Customize > Single Posts > Font size.

    2. TinyMCE is NOT compatible with Gutenberg editor. If you want to use TinyMCE, you must use it in Classic Editor.

    3. You can Add Caption or Text for the image by click Add Media, select the image you want to insert then add information on the right side.

    doyP5p2.png

    You can select the image on the editor, click on the Edit button and fill out the information.

    NW5KE4f.png

    4. Please add the following custom CSS to Appearance > Customize > Custom CSS:

    .post div#ez-toc-container ul li {
        font-size: inherit;
    }
    Best Regards,
    PenciDesign.

  • tamaechan2012 replied

     Hi guys,

    I follow your instruction but problem still remains

    1. I delete Tiny MCE, install Classic Editor, but screen is the same and I can't edit my post

    4913389099.png

    2. Do you know how to customize task bar in Classic Editor. I don't see where to change font type. it seems that Classic Editor is less task than TinyMCE.

    3904917904.png

    3. If I want to insert a table, what can I do?

    3. if I want to change both font type and size of TOC, how can I do?

    Thanks 

  •  2,495
    PenciDesign replied

    Hi,

    1. Please make sure you select Classic Editor on Settings > Writing. You can view installation guide on the plugin page here: https://wordpress.org/plugins/classic-editor/

    2&3. Please install this plugin: https://wordpress.org/plugins/tinymce-advanced/. This plugin work with Classis Editor and Gutenberg. You can easily add a table or anything you want. 

    4. Please modify CSS code like this:

    .post div#ez-toc-container ul li {
        font-size: 15px;
        font-family: Arial;
    }

    OR you should view your TOC plugin document and discover how to change the typography.

    Best Regards,
    PenciDesign.