Edward
Forum Replies Created
-
Forum: Plugins
In reply to: [FV Flowplayer Video Player] protect video files downloadHello Martin,
Is there a proc-cons article that compare AWS vs DigitalOcean from FV Player point of view?
Currently I’m on AWS with encrypted HLS.Thanks,
EdwardForum: Fixing WordPress
In reply to: WP 5.7.1: visual editor fontsJames,
thank you for your reply. Sorry, it’s not monospace font. I’ve found the following upgrade note for 5.7:
New System Font for the Block Editor (+ Gutenberg)
In addition, the block editor got a new font. Previously, it had used a Google Font (Noto Serif), but it now uses system fonts by default.
Is this possible to get back Noto Serif as a default system font for Gutengerg?
Thanks
Forum: Fixing WordPress
In reply to: WP 5.6.1 font size list not working for paragraph blockhow to check:
1) switch paragraph to html version
2) consistently increase the font size in the field next to the list until the html block reacts by adding the appropriate classForum: Fixing WordPress
In reply to: WP 5.6.1 font size list not working for paragraph blockI had found a workaround by specifying the font size next to the list. In my case (depending on theme) 13px means a small font size
Forum: Fixing WordPress
In reply to: WP 5.6.1 font size list not working for paragraph blockUpdate: this select list doesn’t reflect hardcoded class value like ‘has-small-font-size’ either. It’s always showed as default.
Forum: Fixing WordPress
In reply to: WP5.6: has-small-font-size shows smaller font size than beforeThis seems to affect any themes that have a default font size other than 16px
Forum: Fixing WordPress
In reply to: WP5.6: has-small-font-size shows smaller font size than beforeHi Olga,
thank you. I’ve found the difference with your help
/wp-includes/css/dist/block-library/style.css
5.5.3:
.editor-styles-wrapper .has-small-font-size,
.has-small-font-size {
font-size: 13px; }.editor-styles-wrapper .has-regular-font-size,
.editor-styles-wrapper .has-normal-font-size,
.has-regular-font-size,
.has-normal-font-size {
font-size: 16px; }.editor-styles-wrapper .has-medium-font-size,
.has-medium-font-size {
font-size: 20px; }.editor-styles-wrapper .has-large-font-size,
.has-large-font-size {
font-size: 36px; }.editor-styles-wrapper .has-larger-font-size,
.editor-styles-wrapper .has-huge-font-size,
.has-larger-font-size,
.has-huge-font-size {
font-size: 42px; }v. 5.6:
.has-small-font-size {
font-size: 0.8125em; }.has-regular-font-size,
.has-normal-font-size {
font-size: 1em; }.has-medium-font-size {
font-size: 1.25em; }.has-large-font-size {
font-size: 2.25em; }.has-larger-font-size,
.has-huge-font-size {
font-size: 2.625em; }My questions
1) Is this transition from absolute to relative font sizes in the WordPress core correct of itself? Or should it be considered a bug / bad decision?
I think this will potentially affect hundreds of sites whose themes do not override these font sizes.
2) Should I now override the sizes of these fonts explicitly using theme’s css? What is the best practice?
Thank you
Forum: Fixing WordPress
In reply to: WP5.6: has-small-font-size shows smaller font size than beforeHello Olga,
thank you for your response.
My theme does not redefine ‘has-small-font-size’ class. There is no such selector in styles.css. I just use default values.
I think it was redefined in 5.6 core for font size picker. How can I verify this statement?
Thanks
Forum: Fixing WordPress
In reply to: WP5.6: has-small-font-size shows smaller font size than beforeThe font difference in html table, 600px width between 5.5.3 and 5.6
5.5.3: https://prnt.sc/w04pj6
5.6: https://prnt.sc/w04s8tForum: Fixing WordPress
In reply to: WP5.6: has-small-font-size shows smaller font size than beforeI noticed that the appearance of the dropdown for selecting the font size in the block (paragraph) properties on the right side of the page has changed. I’m guessing the bug is related to this
Edward
Hi
I think this is a bug in wordpress core started from 5.4 version. Any plugin that adds its custom field in the menu will be affected. I tested several plugins. For instance, Restrict User Access plugin has the same problem with its doubled field in the menu.
Hello Daniel,
the issue is still present. I’m on 5.5.1 WP, switched to 2020 default theme, latest UM
Screenshot: https://prnt.sc/utrvw4
Forum: Plugins
In reply to: [Easy Updates Manager] site health checkHi Bryle,
Do you mean an additional column in plugins list?
Yes, it’s there. https://prnt.sc/uo23bf , the header is ‘Automatic Updates’Forum: Plugins
In reply to: [Shortcodes Ultimate - Content Elements] запрос на улучшение аккордеонаСпасибо большое за anchor_in_url=”yes”. Работает замечательно!
Hello
WP 5.5.1, RUA 2.1
the issue is still here. But now the first ‘Access Levels’ field (which was previously empty) is displayed as a read only text area that lists all existing levels). I cannot change it, for example, delete one of these levels
The second ‘Access Levels’ field is still displayed as a select list and is empty.