find this code :
null!==localStorage&&"dark"==localStorage.getItem("theme")&&(document.querySelector("html").className="dark-mode");replace with this :
null==localStorage.getItem("theme")&&(localStorage.setItem("theme","dark"),document.querySelector("html").className="dark-mode"),"dark"==localStorage.getItem("theme")&&(document.querySelector("html").className="dark-mode");
Setting Template JetTheme - JetTheme
https://www.jettheme.com/2021/03/setting-template-jettheme.html
上の通り
上のリンクはJetThemeのテンプレート設定のページですが、前に書いた通り、Contact Form Jettheme のコードは現在機能しなくなっています。





0 comments:
スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。
注: コメントを投稿できるのは、このブログのメンバーだけです。