• 05-09-2020, 22:49:36
    #1
    Wordpress'i son sürüme güncelledim fakat, güncelleme sonrası admin panelde js işlemlerinin pek çoğunda problem ortaya çıktı. (Buton işlevleri, tab'lar çalışmaması vs)

    Konsolda hatalar şu şekilde görünmekte:
    Uncaught TypeError: $(...).live is not a function
    at HTMLDocument.<anonymous> (image.js?ver=5.5.1:6)
    at i (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,zxcvbn-async,moxiejs,plupload&ver=5.5.1:2)
    at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,zxcvbn-async,moxiejs,plupload&ver=5.5.1:2)
    at Function.ready (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,zxcvbn-async,moxiejs,plupload&ver=5.5.1:2)
    at HTMLDocument.J (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,zxcvbn-async,moxiejs,plupload&ver=5.5.1:2)
    6wp-auth-check.min.js?ver=5.5.1:2 Uncaught TypeError: Cannot read property 'hasClass' of undefined
    at HTMLDocument.<anonymous> (wp-auth-check.min.js?ver=5.5.1:2)
    at HTMLDocument.dispatch (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,zxcvbn-async,moxiejs,plupload&ver=5.5.1:3)
    at HTMLDocument.r.handle (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,zxcvbn-async,moxiejs,plupload&ver=5.5.1:3)
    at Object.trigger (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,zxcvbn-async,moxiejs,plupload&ver=5.5.1:3)
    at HTMLDocument.<anonymous> (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,zxcvbn-async,moxiejs,plupload&ver=5.5.1:3)
    at Function.each (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,zxcvbn-async,moxiejs,plupload&ver=5.5.1:2)
    at n.fn.init.each (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,zxcvbn-async,moxiejs,plupload&ver=5.5.1:2)
    at n.fn.init.trigger (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,zxcvbn-async,moxiejs,plupload&ver=5.5.1:3)
    at Object.<anonymous> (heartbeat.min.js?ver=5.5.1:2)
    at i (load-scripts.php?c=1&load[chunk_0]=jquery-core,utils,zxcvbn-async,moxiejs,plupload&ver=5.5.1:2)

    Problem hakkında bilgi sahibi arkadaşlar yardımcı olabilirse çok makbule geçer.
  • 05-09-2020, 22:51:32
    #2
    Bu çok yaygın bir sorun. İnternette araştırarak çözümünü bulup kendiniz çözebilirsiniz. Yine de profesyonel destek almak isterseniz pm atabilirsiniz.
  • 05-09-2020, 22:57:27
    #3
    5.5.1 ile jquery migrate bildiğim kadarıyla wordpress'den kaldırıldı. Migrate Helper eklentisi ile sorunu çözersiniz sanıyorum. En yakın zamanda da tema coder'ına sorunu iletin ve temayı mevcut jquery standartına göre tekrar panellesin.
  • 06-09-2020, 10:59:06
    #4
    flyingatm adlı üyeden alıntı: mesajı görüntüle
    5.5.1 ile jquery migrate bildiğim kadarıyla wordpress'den kaldırıldı. Migrate Helper eklentisi ile sorunu çözersiniz sanıyorum. En yakın zamanda da tema coder'ına sorunu iletin ve temayı mevcut jquery standartına göre tekrar panellesin.
    Yardımınız için teşekkürler, problem çözüldü hocam.
  • 06-09-2020, 12:28:27
    #5
    Sorun eklenti veya temadaki javascript kodlarından alaklı. live yerine on yazılması gerekiyor.
  • 06-09-2020, 13:25:42
    #6
    bilimokur adlı üyeden alıntı: mesajı görüntüle
    Sorun eklenti veya temadaki javascript kodlarından alaklı. live yerine on yazılması gerekiyor.
    Çok teşekkürler hocam, temadaki problemleri de dediğiniz şekilde hallettim.