This commit is contained in:
Alexander Agnarson 2020-08-12 18:42:15 +02:00
parent 850168d2b8
commit d26d209ebd
3 changed files with 11 additions and 3 deletions

View file

@ -801,4 +801,9 @@ function curver_skip_link_focus_fix() {
</script> </script>
<?php <?php
} }
add_action( 'wp_print_footer_scripts', 'curver_skip_link_focus_fix' ); 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');

View file

@ -2,7 +2,7 @@
Contributors: alxmedia Contributors: alxmedia
Requires at least: 5.0 Requires at least: 5.0
Tested up to: 5.5 Tested up to: 5.5
Version: 1.1.0 Version: 1.1.1
License: GPLv3 License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0 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 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 == == Changelog ==
= 1.1.1 - 2020-08-12 =
* Fixed broken flexslider by disabling wp lazy loading
= 1.1.0 - 2020-08-11 = = 1.1.0 - 2020-08-11 =
* Updated to Kirki 3.1.5 * Updated to Kirki 3.1.5

View file

@ -1,7 +1,7 @@
/* /*
Theme Name: Curver Theme Name: Curver
Theme URI: http://alx.media/themes/curver/ Theme URI: http://alx.media/themes/curver/
Version: 1.1.0 Version: 1.1.1
Requires at least: 5.0 Requires at least: 5.0
Requires PHP: 5.6 Requires PHP: 5.6
Tested up to: 5.5 Tested up to: 5.5