Andrea
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Ok I did it
Forum: Plugins
In reply to: [Fast Velocity Minify] import external url in css file problemHi thanks for the reply
I have css generated with sass and every time I change fonts I should also modify the settings of plugin.
I tried to select “https force” in the url options but continue to remove https:
I propose to add an option in url options.
do nothing that skips the processing of the urlsForum: Alpha/Beta/RC
In reply to: 3.9 beta 3 – tinymce not take style colors in the editor barIt is not a plugin but a theme.
to change editor styles I use the funcion add_editor_stylethe part of the css file relative to the headers is as follows
html body.mceContentBody h1, html body.mceContentBody h2, html body.mceContentBody h3, html body.mceContentBody h4, html body.mceContentBody h5, html body.mceContentBody h6, .mce-content h1, .mce-content h2, .mce-content h3, .mce-content h4, .mce-content h5, .mce-content h6 { clear: both; } html body.mceContentBody h1, .mce-content h1 { color: #775f38; font-family: "Roboto", sans-serif; font-weight: 300; font-size: 2.3125rem; line-height: 1.2; margin: 0 0 20px 0; } html body.mceContentBody h2, .mce-content h2 { color: #775f38; font-family: "Roboto", sans-serif; font-weight: 300; font-size: 1.8rem; line-height: 1.2; margin: 0 0 20px 0; } html body.mceContentBody h3, .mce-content h3 { color: #444444; font-family: "Roboto", sans-serif; font-weight: 300; font-size: 20px; line-height: 1.2; margin: 0 0 20px 0; } html body.mceContentBody h4, .mce-content h4 { color: #775f38; font-family: "Roboto", sans-serif; font-weight: 300; font-size: 20px; line-height: 1.2; margin: 0 0 20px 0; } html body.mceContentBody h5, .mce-content h5 { color: #444444; font-family: "Roboto", sans-serif; font-weight: 300; font-size: 14px; line-height: 1.2; margin: 0 0 20px 0; } html body.mceContentBody h6, .mce-content h6 { color: #775f38; font-family: "Roboto", sans-serif; font-weight: 300; font-size: 14px; line-height: 1.2; margin: 0 0 20px 0; }
Forum: Alpha/Beta/RC
In reply to: 3.9 beta 3 – tinymce not take style colors in the editor barI remembered that I used the inline mode to realize my application.
Maybe the differences are due to that.
Forum: Alpha/Beta/RC
In reply to: 3.9 beta 3 – tinymce not take style colors in the editor barExactly. In the menu takes only font-family and font-size but not the colors.
I have used tinymce in my application and change the colors in the menu is very comfortable.
Viewing 5 replies - 1 through 5 (of 5 total)