Merhabalar, harika :)
Sizde üst bölümdeki CSS ve JS leri taşıyınca sayfa ilk yüklenirken bir görüntü bozukluğu yaşıyor musunuz acaba?
Sizde üst bölümdeki CSS ve JS leri taşıyınca sayfa ilk yüklenirken bir görüntü bozukluğu yaşıyor musunuz acaba?
Bu bozukluk herkeste görünür. Sebebi ise, CSS ve JSS dosyalarını footer kısma alan
remove_action('wp_head', 'wp_print_scripts');
remove_action('wp_head', 'wp_print_head_scripts', 9);
remove_action('wp_head', 'wp_enqueue_scripts', 1);
add_action('wp_footer', 'wp_print_scripts', 5);
add_action('wp_footer', 'wp_enqueue_scripts', 5);
add_action('wp_footer', 'wp_print_head_scripts', 5);
Kodu.