mirror of
https://ghproxy.net/https://github.com/AlxMedia/curver.git
synced 2025-08-28 00:58:03 +08:00
1.1.1
This commit is contained in:
parent
850168d2b8
commit
d26d209ebd
3 changed files with 11 additions and 3 deletions
|
@ -802,3 +802,8 @@ function curver_skip_link_focus_fix() {
|
|||
<?php
|
||||
}
|
||||
add_action( 'wp_print_footer_scripts', 'curver_skip_link_focus_fix' );
|
||||
|
||||
|
||||
/* Disable wp lazy load, fix for flexslider
|
||||
/* ------------------------------------ */
|
||||
add_filter('wp_lazy_loading_enabled', '__return_false');
|
|
@ -2,7 +2,7 @@
|
|||
Contributors: alxmedia
|
||||
Requires at least: 5.0
|
||||
Tested up to: 5.5
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
License: GPLv3
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0
|
||||
Tags: blog, one-column, two-columns, right-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
|
||||
|
@ -79,6 +79,9 @@ Sidebar images
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.1.1 - 2020-08-12 =
|
||||
* Fixed broken flexslider by disabling wp lazy loading
|
||||
|
||||
= 1.1.0 - 2020-08-11 =
|
||||
* Updated to Kirki 3.1.5
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Curver
|
||||
Theme URI: http://alx.media/themes/curver/
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Requires at least: 5.0
|
||||
Requires PHP: 5.6
|
||||
Tested up to: 5.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue