
Envatodan İndirilen Temada Ayarlar Sorunu
21
●389
- 19-08-2020, 11:07:03Merhaba arkadaşlar envato üzerinden indirmiş olduğum temada ayarlar kısmı çalışmıyor aynı yayıncının farklı bir temasını indirdim gene aynı hata ile karşılaştım anlayan arkadaşlar yardımcı olabilir mi

- 19-08-2020, 11:09:53Hepsini yükleyip aktif ettim hocamEkonomi adlı üyeden alıntı: mesajı görüntüle
- 19-08-2020, 11:15:53Merhaba,
1- W3 veya rocket vb. gibi cache eklentileri var ise cache'i temizleyin .
2- Gerekli eklentilerin kurulu ve aktif olduğundan emin olun
3- FTP kullanrak dosyaları atıyorsanız. Compress veya De-compress işlemlerinde veri kaybı yaşıyor olabililirsiniz
4- wp-config içerisinde wp_debug satırını false'dan true'ya çevirindefine( 'WP_DEBUG', true );
şeklinde olucak ve kaydedin ardından o sayfaya gelip f5 yapın karşınıza çıkan hata mesajlarını kontrol edin ve ona göre aksiyon alın
Muhtemelen 4.Madde sorununuzu çözecektir. Eğer bunların hepsini yaptığınız halde sistem hata üretmiyor ve hata yoksa tema yapımcısı ile iletişime geçin tema dosyalarında hatalı kodlama sonucu olma ihtimali de var çünkü
Kolay Gelsin. - 19-08-2020, 11:19:47Yaptım hocamTllgl adlı üyeden alıntı: mesajı görüntüle
Ana sayfada;
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/senguwtf/public_html/wp-content/plugins/visualcomposer/include/classes/core/class-vc-mapper.php on line 111
Ayar sayfasında;
Notice: wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the wp-pointer handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/senguwtf/public_html/wp-includes/functions.php on line 5225
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the jquery handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/senguwtf/public_html/wp-includes/functions.php on line 5225
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the jquery-ui handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/senguwtf/public_html/wp-includes/functions.php on line 5225
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the wp-pointer handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/senguwtf/public_html/wp-includes/functions.php on line 5225
Notice: wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the wp_enqueue_scripts, admin_enqueue_scripts, or login_enqueue_scripts hooks. This notice was triggered by the utils handle. Please see Debugging in WordPress for more information. (This message was added in version 3.3.0.) in /home/senguwtf/public_html/wp-includes/functions.php on line 5225
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/senguwtf/public_html/wp-content/plugins/visualcomposer/include/classes/core/class-vc-mapper.php on line 111
Bu hataları aldım - 19-08-2020, 11:24:18Aktif olarak hangi php sürümünü kullanıyorsunuz şuanda ?SigSauer adlı üyeden alıntı: mesajı görüntüle
Aktif olarak hangi wordpress sürümünü kullanıyorsunuz şuanda ?
Eğer php 7.2 veya üstü ise ve multi-php var ise sunucunuzda sürümü 5.6'ya alıp tekrar denermisiniz. - 19-08-2020, 11:29:377.2 Kullanıyorum hocamTllgl adlı üyeden alıntı: mesajı görüntüle
5.5 Wordpress Sürümü
Denedim herhangi bir değişiklik olmadı hocam