This commit is contained in:
Alexander Agnarson 2020-08-12 18:38:10 +02:00
parent daa4363adb
commit 50b31296c7
3 changed files with 11 additions and 3 deletions

View file

@ -801,4 +801,9 @@ function typecore_skip_link_focus_fix() {
</script>
<?php
}
add_action( 'wp_print_footer_scripts', 'typecore_skip_link_focus_fix' );
add_action( 'wp_print_footer_scripts', 'typecore_skip_link_focus_fix' );
/* Disable wp lazy load, fix for flexslider
/* ------------------------------------ */
add_filter('wp_lazy_loading_enabled', '__return_false');

View file

@ -2,7 +2,7 @@
Contributors: alxmedia
Requires at least: 5.0
Tested up to: 5.5
Version: 1.2.5
Version: 1.2.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: blog, one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, custom-logo, custom-header, custom-background
@ -90,6 +90,9 @@ Right sidebar images
== Changelog ==
= 1.2.6 - 2020-08-12 =
* Fixed broken flexslider by disabling wp lazy loading
= 1.2.5 - 2020-08-11 =
* Updated to Kirki 3.1.5

View file

@ -1,7 +1,7 @@
/*
Theme Name: Typecore
Theme URI: http://alx.media/themes/typecore/
Version: 1.2.5
Version: 1.2.6
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 5.5