Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
joomla 2.5サイトにai_contact_safeという名前のcontactusコンポーネントをインストールしました。問題は、このコンポーネントでキャプチャが見つからないことです。その場所に3つのドットしか見つかりません。管理者側でキャプチャオプションを有効にしました。
これが私のリンクです
これは Jquery の競合しないバグであり、簡単に修正できます。テンプレートを開き、次を追加します。
<script type="text/javascript">jQuery.noConflict();</script>
解決します。