• Resolved fourlightsweb

    (@fourlightsweb)


    I created a slider for the homepage, but I noticed tabindex=-1 started getting added to all the links on my page, breaking keyboard accessibility. I looked into it, and it seems that in metaslider.class.php, the if($keyboard ==’on’) section is always triggering, regardless of what I have on the slider settings for keyboard controls. I will see if changing the setting directly in the db disables it, but the form save action doesn’t seem to be properly saving (or loading?) the setting, and I always have tabindex-1 on all my links.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter fourlightsweb

    (@fourlightsweb)

    Changing the value from “on” to “off” directly in the db corrects the issue, which sounds like it’s an issue with the setting not being saved from the form.

    Thread Starter fourlightsweb

    (@fourlightsweb)

    It looks like in class Slideshows function save(), ‘keyboard’ is missing from the list of $checkboxes, which is probably related. “hoverPause” and others are listed.

    Plugin Author Steve Burge

    (@stevejburge)

    Thanks for using MetaSlider and for reporting this, @fourlightsweb.

    Yes, I think you’ve found a bug. We’re going to send this to our developer team and the fix might be available as soon as next week’s update.

    Thread Starter fourlightsweb

    (@fourlightsweb)

    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable to turn off keyboard controls?’ is closed to new replies.