Rian Rietveld
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Accessible] Daily-dish and keyboard navigationPhotostreunerin,
Do you still have issues with this?Forum: Plugins
In reply to: [Genesis Accessible] Will Leiden theme be necessary with Genesis 2.2?Hey Josh,
I’m labeling this as resolved. If you have more questions, please let me know.
Forum: Plugins
In reply to: [Genesis Accessible] Accessible Dropdown Menu Stopped WorkingHi new_B,
Did you check the
Add CSS for screen readers (screen-reader-text) and skiplinks
and the
Add keyboard accessiblility to the dropdown menu
checkboxes with the Genesis Accessibility Settings?
That should work.
If not, can you send me the url of your site, so I can see what’s wrong?Forum: Plugins
In reply to: [Genesis Accessible] No longer see "Add post title to read more links" optionHi new_B,
Yes that’s true. It’s no longer an option, but added by default if you upgrade to Genesis 2.2
If you have any issues with this, please let me know.
Forum: Plugins
In reply to: [Display Widgets] Version 2.04 stopped displaying …Hi, I have the same issue, also in combination with WPML.
Reverting to 2.03 worked.
If seems that theis_active_sidebar( 'your-sidebar' )
returns false.Forum: Plugins
In reply to: [Genesis Accessible] Will Leiden theme be necessary with Genesis 2.2?Hey Josh,
Leiden will not be necessary with Genesis 2.2, the Sample theme for 2.2 is the same as Leiden. And if you are a theme developer, you don’t even need the plugin anymore.
I’ve written a blogpost about how to implement all the accessibility features in your theme: https://genesis-accessible.org/2015/07/genesis-2-2-accessibility-changes-and-features/
Kind regards,
RianForum: Plugins
In reply to: [Genesis Accessible] Daily-dish and keyboard navigation@photostreunerin
What browser/OS are you using?Forum: Plugins
In reply to: [Genesis Accessible] Daily-dish and keyboard navigationIf you add this code to your stylesheet (style.css) think it should work:
.menu-primary.menu .menu-item > a:focus + ul.sub-menu, .menu-primary.menu .menu-item.wpacc-hover > ul.sub-menu { left: 50%; } @media only screen and (max-width: 768px) { .menu-primary.menu .menu-item > a:focus + ul.sub-menu, .menu-primary.menu .menu-item.wpacc-hover > ul.sub-menu { left: 0%; } }
Forum: Plugins
In reply to: [Genesis Accessible] Genesis 404 SearchFixed in version 1.2.2
Forum: Plugins
In reply to: [Genesis Accessible] Genesis 404 SearchThanks for reporting the Jackie, I will look into it
Forum: Plugins
In reply to: [Genesis Accessible] Issue with scrolling past footerIf the plugin en Utility Pro to work together you have to add styles to to your UP style.css:
.more-link { position: relative; }
and add to .screen-reader-text the line
overflow: hidden;
Forum: Plugins
In reply to: [Genesis Accessible] Issue with scrolling past footerPaul, can you download version 1.2.1 and see if your problems are fixed?
Forum: Plugins
In reply to: [Genesis Accessible] Creating Default Values for New SitesHi Eric and azjaleah,
I’ve looked into this and decided not to add this option.
In Genesis 2.2 almost all accessibility features from the plugin are added when you activate them in the functions.php of your child theme, with the function:
add_theme_support( 'genesis-accessibility', array( 'skip-links', 'drop-down-menu', 'headings' ) );
So you can handle this from your child theme as from Genesis 2.2.
Forum: Plugins
In reply to: [Genesis Accessible] Customize read more textHi Amy,
Sorry for my late reply.You should be able to override this in your functions.php.
Can you post her how you tried to do this?
Then I can see how we can fix this for you.Forum: Plugins
In reply to: [Genesis Accessible] WCAG 2.0 compliance checkHi Lotht,
Sorry for my late reply.
There are several tools you can use for WCAG checks:
You can find them on:
https://make.www.ads-software.com/accessibility/useful-tools/
My favorites are Tenon.io and WAVE