[Plugin: WordTwit] Breaking AJAX while creating new posts in WordPress 3.1.1
-
When creating a new post, WordTwit breaks all of the functions within creating a new post. Trying to create a new link, add a new category, or even add tags, do not work.
I used both Chrome and Firefox on OSX 10.6.7, and here are the following errors I get from each browser.
Chrome (10.0.648.204):
Uncaught TypeError: Object function (options) { if (!$(this).length) { return this; } $(this) .data('fancybox', $.extend({}, options, ($.metadata ? $(this).metadata() : {}))) .unbind('click.fb') .bind('click.fb', function(e) { e.preventDefault(); if (busy) { return; } busy = true; $(this).blur(); selectedArray = []; selectedIndex = 0; var rel = $(this).attr('rel') || ''; if (!rel || rel == '' || rel === 'nofollow') { selectedArray.push(this); } else { selectedArray = $("a[rel=" + rel + "], area[rel=" + rel + "]"); selectedIndex = selectedArray.index( this ); } _start(); return; }); return this; } has no method 'build' (anonymous function):1 c.b.extend.readyload-scripts.php:29 c.uFirefox (4.0):
Error: $.fn.fancybox.build is not a function Source File: http://***.com/wp-content/plugins/wordtwit/js/fancybox_1.2.5.js?ver=3.1.1 Line: 16This is a huge must fix, please soon 🙂
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘[Plugin: WordTwit] Breaking AJAX while creating new posts in WordPress 3.1.1’ is closed to new replies.