-
Üyelik
22.10.2013
-
Yaş/Cinsiyet
27 / E
-
Meslek
--
-
Konum
Diğer
-
Ad Soyad
E** B**
-
Mesajlar
2908
-
Beğeniler
716 / 715
-
Ticaret
8, (%100)
Arkadaşlar sitemin şimdi masaüstü PageSpeed Insights kısmında sorunu yok ancak mobile gelince "Oluşturmayı önleyen JavaScript ve CSS kodlarını ekranın üst kısmındaki içerikten kaldırın" wordpress sitemde functions un içine kod koydum o masaüstündeki sorunu çözdü ama mobildeki sorunu çözmüyor halbuki site responsive ne yapabiliriz bu konuda ?
Kullandığım Kod:
/ Send the footer CSS and JS sources (webyusuf)
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);