Merhaba arkadaşlar; sitemde ekran görüntüsündeki bir hata alıyorum ve çözemiyorum.
şimdiden yardımlarınız için tşk ederim.
https://imgur.com/kt0xY6w
jQuery hatası.
6
●86
- 26-10-2020, 14:36:18
- 26-10-2020, 14:39:55
jQuery(document).ready(function(){function isScrolledTo(elem,top){var docViewTop=jQuery(window).scrollTop();var docViewBottom=docViewTop+jQuery(window).height();var elemTop=jQuery(elem).offset().top-top;var elemBottom=elemTop+jQuery(elem).height();return((elemTop<=docViewTop));}function stickThatMenu(sticky,catcher,top){if(isScrolledTo(sticky,top)){sticky.addClass('sticky-navigation-active');catcher.height(sticky.height());}var stopHeight=catcher.offset().top;if(stopHeight>sticky.offset().top){sticky.removeClass('sticky-navigation-active');catcher.height(0);}}var catcher=jQuery('#catcher'),sticky=jQuery('.sticky-navigation'),bodyTop=jQuery('body').offset().top;if(sticky.length){jQuery(window).scroll(function(){stickThatMenu(sticky,catcher,bodyTop);});jQuery(window).resize(function(){stickThatMenu(sticky,catcher,bodyTop);});}});
bu hatayı veriyor. - 26-10-2020, 14:41:00dostum çalışan wordpress sitesi. nereyi tag içine alacağım?tolgaand adlı üyeden alıntı: mesajı görüntüle
- 26-10-2020, 14:42:52ekrandaki kodlar tag içerisinde olmadığı için ekrana basıyor.delifirtina adlı üyeden alıntı: mesajı görüntüle
Tüm temayı bilgisayarınıza indirip kodun bir kısmını notepad++ ile aratarak tüm dosyada arama yapıp bu kısmı bulabilirsiniz - 26-10-2020, 14:53:00Şuan site kendiliğinden açıldı. ama admin paneli yazılar kısmına girdiğimde.
https://imgur.com/677srBu
https://imgur.com/CfYTWrc
lütfen bu sorunu halletmem gerekiyor.