From 594dd00d271e3a6bc1c2e1ae1cb1bdc68f299838 Mon Sep 17 00:00:00 2001 From: Alexander Agnarson Date: Fri, 26 Jul 2019 21:12:35 +0200 Subject: [PATCH] Start of 1.1.8 --- functions.php | 15 +++++++++++---- functions/dynamic-styles.php | 4 ++++ header.php | 4 ++++ languages/typecore.pot | 12 ++++++------ readme.txt | 11 ++++++++++- style.css | 25 +++++++++++++++++++++++-- 6 files changed, 58 insertions(+), 13 deletions(-) diff --git a/functions.php b/functions.php index 4af1bd6..28bde01 100644 --- a/functions.php +++ b/functions.php @@ -681,10 +681,6 @@ if ( ! function_exists( 'typecore_plugins' ) ) { array( 'name' => esc_html__( 'WP-PageNavi', 'typecore' ), 'slug' => 'wp-pagenavi', - ), - array( - 'name' => esc_html__( 'Responsive Lightbox', 'typecore' ), - 'slug' => 'responsive-lightbox', ) ); tgmpa( $plugins ); @@ -795,3 +791,14 @@ if ( ! function_exists( 'typecore_flexslider_gallery' ) ) { } add_action( 'wp_enqueue_scripts', 'typecore_flexslider_gallery' ); + +/* Accessibility IE11 fix - https://git.io/vWdr2 +/* ------------------------------------ */ +function typecore_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"], .s1 .sidebar-top, .s1 .sidebar-toggle, diff --git a/header.php b/header.php index 218cbdf..153ccbf 100644 --- a/header.php +++ b/header.php @@ -12,6 +12,10 @@ > + + + +