Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1254137

    Hello.
    The Navigation arrows on the slider elements aren’t keyboard accessible.
    The Dept of Education says users need to be able to tab into those buttons to have access to navigate the slider panels.
    This is the case with the “Post Slider” and “Easy Slider” elements of the Avia layout builder.
    Same issue with the tabs for the “Tab Section” layout. Tabs are not keyboard accessible.

    #1255711

    Hey cacvaquero,

    Thank you for the inquiry.

    The slider navigation is actually accessible using the keyboard, you can tab through them and display the next or previous slide using the enter key, but they do not show up or fades in when focused. We might have to adjust the style of the navigation so that they are always visible and set the focus style accordingly.

    .avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
    	opacity: 1;
    	filter: alpha(opacity=100);
    }
    
    .avia_desktop .av_slideshow.avia-slideshow:focus, .avia-slideshow-controls a:focus {
    	opacity: 0.5 !important;
            filter: alpha(opacity=100) !important;
    }
    

    The next and prev arrow should fade out a bit when focused.

    Best regards,
    Ismael

    #1256159

    Thank you Ismael.

    • This reply was modified 4 years ago by cacvaquero.
    #1256215

    Hi cacvaquero,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1256529

    What .css file should I put this code in?

    #1256623

    Hi,

    You can add to Enfold > General Styling > Quick css

    Best regards,
    Jordan Shannon

    #1264912

    Thank you.

    #1265069

    Hi,

    No problem. Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1265550

    Thank you.
    Please close.

    #1265551

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Layer Slider navigation buttons’ is closed to new replies.