Sami Keijonen
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Feature Request – Accessibility OptionsI don’t think option to turn it off would be the best solution.
- WordPress aims for decision not options thinking.
- Accessibility should come out of the box.
With that said there could be a plugin that have these kind of options if the issue itself isn’t fixed.
Forum: Plugins
In reply to: [Gutenberg] Feature Request – Accessibility OptionsHi @knittingand and thanks for your report! Makes totally sense to me.
I opened new issue for this where I suggested using grey color instead of blue.
Feel free to hop in there or if you don’t have Github account you can give feedback in here.
Thanks!
Forum: Themes and Templates
In reply to: [Kuorinka] No update for 2 yearsIn short, no it’s not.
Forum: Themes and Templates
In reply to: [Munsa Lite] Vimeo Embed Layout IssueCan you try this CSS in the Customizer:
.entry-content .jetpack-video-wrapper, .entry-content .fluidvids { margin-left: 0; margin-right: 0; max-width: 100%; }
Forum: Themes and Templates
In reply to: [Sanse] Update Facebook Opengraph meta?That seems to be plugin territory. I usually control these with some SEO plugin.
Forum: Themes and Templates
In reply to: [Sanse] Speed up favicon requests?Hi.
Theme itself doesn’t load Favicon at all. Do you happen to have some kind of plugin for that?
Forum: Themes and Templates
In reply to: [Kuorinka] No WordPress Admin Bar on Child PagesGood to know.
Forum: Themes and Templates
In reply to: [Toivo Lite] Main menu button on MobileHi.
It seems that icons are not loading. I’m not sure what is the reason for this, I do see “Failed to load” errors in the console though.
Can you first check does disabling all the plugins help?
Forum: Themes and Templates
In reply to: [Toivo Lite] Accessibility Error – ID=”menu-social” used twiceThanks for report. I’ll fix it in the next update.
Forum: Themes and Templates
In reply to: [Kuorinka] Widgets disappear on logoutHi Kathleen. Thanks for your kind words.
It’s hard to say what is causing the issue in your child theme. I’d start debugging from CSS.
Forum: Themes and Templates
In reply to: [Kuorinka] How to remowe links on the subpage?Hi.
Sorry but I’m not sure I understand the question. I don’t see any horizontal blue line.
Forum: Themes and Templates
In reply to: [Sanse] How do I add a sidebar to this theme?Thanks!
You could that via child theme but that would require coding skills. Unfortunately I have no plans to add sidebar to this theme.
Forum: Accessibility
In reply to: Widget HTML solutionsTitle of the page, post, archive title etc. Look how it’s done in _s theme.
Forum: Accessibility
In reply to: Widget HTML solutionsThere should definitely be headings hierarchy but that’s up to you how you do it. I personally use one
<h1>
on every view. But not all sections needs “parent” heading.Forum: Accessibility
In reply to: Widget HTML solutionsIt doesn’t necessarily need a parent heading. But if you want to put parent heading, make that
<h2>
inside<aside>
and widget titles<h3>
.