WordPress テーマを購入しましたが、いくつかのエラーが発生しています。うまくいけば、BuddyPress とテーマの jQuery および AJAX との競合が解決されると思います。
私の問題は、2 つのエラーが発生することです。
Uncaught TypeError: Cannot call method 'getElementsByTagName' of null
init:function(tabid, dselected){ var menuitems=document.getElementById(tabid).getElementsByTagName("a")
Error: Uncaught TypeError: Cannot call method 'getElementsByTagName' of null (repeated 2 times)
Uncaught TypeError: Cannot call method 'getElementsByTagName' of null
buildcontentdivs:function(setting){ var alldivs=document.getElementById(setting.id).getElementsByTagName("div")
Error: Uncaught TypeError: Cannot call method 'getElementsByTagName' of null
私はプログラマーではないので、これを修正する方法がわかりません。私は HTML、CSS、および基本的な WordPress PHP しか知りません。