WordPress の管理画面でダイナミックウィジットを編集する機能で、ウィジットをドラッグ&ドロップして順番を入れ替えることができます。しかし、ドロップする場所によっては下記画像のようになってしまいます。
WordPress 2.5.1 を使用していますが、WordPress のバグだと思われますが取り急ぎ修正する方法です。
wp-admin/js/widgets.js の 125行目からの
widgetSortable = $('#current-sidebar .widget-control-list').Sortable( { accept: 'widget-sortable', helperclass: 'sorthelper', handle: 'h4.widget-title', onStop: widgetSortableInit } );
となっているところを
widgetSortable = $('#current-sidebar .widget-control-list').Sortable( { accept: 'widget-sortable', helperclass: 'sorthelper', handle: 'h4.widget-title', onStop: widgetSortableInit, revert: true } );
とすることに修正できます。 jQuery の sortable に revert: true を指定してやるだけです。 revert を追加する上の行の最後にカンマを入れるのをお忘れなく。
This entry was posted by matsuura on 6月 5, 2008 at 1:52 pm, and is filed under JavaScript, WordPress. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site.
[...] そしたら偶然 Sun Limited Mt. [...]
2democracy…
…
メールアドレスが公開されることはありません。 * が付いている欄は必須項目です
名前 *
メールアドレス *
ウェブサイト
コメント
次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Additional comments powered by BackType
[...] そしたら偶然 Sun Limited Mt. [...]
2democracy…
…