TinyMCE editor – icons doesnt show

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #176884
    Le
    Participant

    Hello,

    after updating motopress content editor, when I choose title object, icons on tynmce dont show.
    tinymce bar
    The same in paragraph object, WordPress editor works normal.

    Anybody knows the solution?

    Thank you

    #176975
    J. Davis
    Keymaster

    Hi Le,

    It is rather difficult to find the issue without testing your website. Could you submit a request so that we could have a closer look at problem you described.

    Best regards,
    John

    #179830
    Le
    Participant

    Hi John, I solved this issue. It is because using CDN.

    To file vendors\tinymce\skins\motopresscontenteditor\skin.min – add fullpath to fonts files.
    add to htaccess: <FilesMatch “\.(ttf|ttc|otf|eot|woff|font.css|css)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    Best regards,

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.