1

wordpress Web サイトの simple-press プラグインで問題が発生しています。simple-press の開発者は、Google cdn から jquery をプルしている Web サイトと関係があると私に言いました。したがって、基本的にこれらすべてをコメントアウトしました

wp_deregister_script('jquery');
wp_deregister_script('jquery-ui');

//commented them out in addition to the

wp_register_script('jquery'……
wp_register_script('jquery-ui…..

// and instead just have

wp_enqueue_script('jquery');
wp_enqueue_script('jquery-ui-core');
wp_enqueue_script('jquery-ui-widget');

私は自分のウェブサイトのすべてのファイルに対してこれを行いましたが、まだ次のエラーが発生しています

Uncaught TypeError: Cannot call method 'getTitleId' of undefined jquery.ui.dialog.min.js:5

a.widget._create jquery.ui.dialog.min.js:5

a.Widget._createWidget jquery.ui.widget.min.js:5

a.widget.a.(anonymous function).(anonymous function) jquery.ui.widget.min.js:5

a.widget.bridge.a.fn.(anonymous function) jquery.ui.widget.min.js:5

e.extend.each jquery.js:2

e.fn.e.each jquery.js:2

a.widget.bridge.a.fn.(anonymous function) jquery.ui.widget.min.js:5

spjPopupImage sp-forum.js:1 onclick /filamchw/message-discussion-board/news-announcements/another-topic-with-an-image/:389 誰か助けて?? :(私は自分のワードプレスのテーマとして敬礼を使用しています(サンプルを見るにはテーマフォレストにアクセスしてください)。

ありがとう、グリーギー

4

0 に答える 0