From 6992887a8036eca813886d3a181ad4d7bd6d70da Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Fri, 26 Jul 2019 19:28:17 +0200 Subject: [PATCH] 1.0.4 --- functions.php | 11 +++++++++++ functions/dynamic-styles.php | 4 ++++ header.php | 4 ++++ languages/curver.pot | 8 ++++++-- readme.txt | 9 ++++++++- style.css | 25 +++++++++++++++++++++++-- 6 files changed, 56 insertions(+), 5 deletions(-) diff --git a/functions.php b/functions.php index b5dfcdb..3e44343 100644 --- a/functions.php +++ b/functions.php @@ -807,3 +807,14 @@ if ( ! function_exists( 'curver_flexslider_gallery' ) ) { } add_action( 'wp_enqueue_scripts', 'curver_flexslider_gallery' ); + +/* Accessibility IE11 fix - https://git.io/vWdr2 +/* ------------------------------------ */ +function curver_skip_link_focus_fix() { + ?> + + a, .wp-pagenavi a { color: '.esc_attr( get_theme_mod('color-1') ).'; } +.themeform input[type="button"], +.themeform input[type="reset"], .themeform input[type="submit"], +.themeform button[type="button"], +.themeform button[type="reset"], .themeform button[type="submit"], #header-inner, #flexslider-featured .flex-control-nav li a.flex-active, diff --git a/header.php b/header.php index 5e96138..975eff0 100644 --- a/header.php +++ b/header.php @@ -12,6 +12,10 @@ > + + + +