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

    Hello.
    We are having ADA issues with the tabbed pages element.
    Do you have some code I can add to the style to allow a user to add focus to tabs from the keyboard?

    #1275593

    Hey cacvaquero,

    The issue was resolved a while back, which version of the theme are you running?

    Best regards,
    Victoria

    #1275599

    Hello.
    Thank you for the response.
    It looks like it works for the content section tab element but doesn’t work the “Layout tab section” element.

    #1275690

    Hi cacvaquero,

    In Mike’s reply, it says that the Tab section is working properly. Which version of Enfold are you running?

    Best regards,
    Victoria

    #1275863

    We are running version 7.2

    #1275916

    It looks like the tabs get focus but there isn’t a visible focus so the user can see they are on that element.

    #1276122

    Hi cacvaquero,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1276158

    Hello.
    Here is the link.

    Just below the “Academic Calendar” title there is a row of tab elements.
    I can tab into them to give them focus but the focus isn’t visible. They aren’t highlighted with a color change
    or anything to indicate the item has focus.
    I’ve added the following Quick CSS but it didn’t work.
    .av-section-tab-title a:focus {
    opacity: 0.5 !important;
    filter: alpha(opacity=100) !important; }

    #1276201

    Hello.
    I was able to fix it with this quick css.

    .av-section-tab-title a:focus {
    background: #ffffff !important; }

    #1276389

    Hi cacvaquero,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.