This commit is contained in:
Alexander Agnarson 2020-08-12 18:43:46 +02:00
parent ebb1012d80
commit b51191b2c6
3 changed files with 11 additions and 3 deletions

View file

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