Home › Forums › Support › Links do not have a discernible name This topic has 5 replies, 2 voices, and was last updated 5 years, 7 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 7, 2020 at 10:52 am #1477084 Stefan Lighthouse gives me a failing element <a href="#"> for the slideout-toggle because I use no toggle label. October 7, 2020 at 11:01 am #1477110 TomLead Developer Lead Developer Hi there, I wonder if adding an aria-label will help. Any chance you can link us to your site? October 7, 2020 at 11:15 am #1477134 Stefan sure October 7, 2020 at 11:20 am #1477146 TomLead Developer Lead Developer Try this: add_filter( 'generate_off_canvas_toggle_output', function() { $svg_icon = ''; if ( function_exists( 'generate_get_svg_icon' ) ) { $svg_icon = generate_get_svg_icon( 'pro-menu-bars' ); } return sprintf( '<span class="menu-bar-item slideout-toggle hide-on-mobile %2$s"><a href="#" aria-label="Open Off-Canvas Panel">%1$s</a></span>', $svg_icon, $svg_icon ? 'has-svg-icon' : '' ); } ); Then adjust the aria-label if needed. Let me know 🙂 October 7, 2020 at 11:42 am #1477179 Stefan Worked, thanks! October 7, 2020 at 11:46 am #1477187 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In