Hi,
related to this post (https://kriesi.at/support/topic/page-preloading-only-on-home-page/) I realized with following code in header.php
if(is_front_page()) $preloader = avia_get_option('preloader') == "preloader" ? 'av-preloader-active av-preloader-enabled' : 'av-preloader-disabled';
that the preloader only appear on an single page.
This doesn’t work anymore with the Update 4.8.6.3
Sorry my bad everything still works fine.
Please delete this Post