Michaela Vranková
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Accessibility issue – wrong lang=”” and aria-labelI think that if the pages are in a given language, the form on this site should also respect that language, i.e. the global settings. For example, I made a website in Slovak. I had the WordPress environment set to Czech. If I hadn’t checked the accessibility – i.e. aria-label and studied the code of the page, I wouldn’t have found out that the form on the page has the language set to Czech. And I think that’s a problem.
A lot of developers don’t look at the output code of the site and so they may not find out that it’s different than they wanted.Forum: Plugins
In reply to: [Contact Form 7] Accessibility issue – wrong lang=”” and aria-labelThe problem is that the form takes the locale of the form from user settings not from global site settings. It makes accessibility issue.
Forum: Plugins
In reply to: [Contact Form 7] Accessibility issue – wrong lang=”” and aria-labelHello.
Here is web: https://misa.vrankova-devel2.cz/subdom/misa/kontakt/
There are 3 identical forms on the page. Parameter Lang is Spanish, Czech and Slovak:
- <div class=”wpcf7 no-js” id=”wpcf7-f355-p13-o1” lang=”es-ES” dir=”ltr“>
- <div class=”wpcf7 no-js” id=”wpcf7-f103-p13-o2” lang=”cs-CZ” dir=”ltr“>
- <div class=”wpcf7 no-js” id=”wpcf7-f351-p13-o3” lang=”sk-SK” dir=”ltr“>
The language setting of the form is depending on what language I set for the user who created the form.
Page language lang=”en-SK”
I have WP theme twentytwenty, only 2 plugins – CoBlocks Version 2.7.2 + Yoast SEO Version 15.3. And the same error “The editor has encountered an unexpected error.” In console there is “TypeError: b is undefined”.
Forum: Plugins
In reply to: [Gutenberg] Gutenberg gallery block – stacking on mobileFor me works this code withouth @media (max-width: 800px):
.wp-block-gallery .blocks-gallery-item { margin: 0 0 1em 0; width: 100%; }
Forum: Plugins
In reply to: [Crop-Thumbnails] Custom cropping not savedThank you for your quick answer. I have collision with cache plugin and I’ve already solved it.
Forum: Plugins
In reply to: [Crop-Thumbnails] Custom cropping not savedI have the same problem. Can you advise me how to solve the problem? Please advise me where the problem may be?
Thanks.The page I need help with: https://www.studanka-tisnov.cz/
Forum: Plugins
In reply to: [Letter Avatars] Parse error: syntax errorYou are the best. Plugin works perfectly.
Thanks.