ACCESSIBILITY ISSUES

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) ACCESSIBILITY ISSUES

This topic is: Resolved
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2004

    Susan
    Participant

    1. I would greatly appreciate knowing if you will be adding a title to the search icon that is part of the frame template which we are using on our site at this time – the screen reader NVDA is not able to recognize it as a search link – the reader says: “header list minimize blank” when the search icon is pressed

    2. I am still stuck regarding the widget title – where can I find the code to update it so that all titles are at this time h2

    thanks!

    #2008

    Boaz
    Keymaster

    HI Susan,
    1. This is written in a very standard HTML.

    2. Here is the code we gave you last time:

    function pojo24475_setup_builder_widget_args( $args ) {
        $args['before_title'] = '<h2 class="pb-widget-title"><span>';
        $args['after_title'] = '</span></h2>';
        
        return $args;
    }
    add_filter( 'pb_empty_widget_args', 'pojo24475_setup_builder_widget_args' );
    #2009

    Susan
    Participant

    thanks – yes I have that code – but it is not working to change the widget titles in the footer see mevaser.tv
    they are still set at <h5>

    Regarding the first item for the search icon – there is info on how to make search icons accessible at http://fontawesome.io/get-started/#get-started-cdn
    Right now the name of the icon is just s and not search.

    #2014

    Boaz
    Keymaster

    1. This suppose to work and unfortunately we can’t offer much more than this at this point.
    2. We will check if we can add this to our themes. In the meantime you can try and implement it in your code.

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Support (Legacy)’ is closed to new topics and replies.