• Resolved awolverine

    (@awolverine)


    Love this plugin and its potential but with WordPress 3.0, Multipost disables my ability to create tags on any of my sites while in the post or page editor. When you clicking on the tagging form box and then enter tags and hit add, nothing happens.

    It’s really weird because even you try to click on the tagging form box, the words already in the box don’t go away.

    I’m hoping somebody can clue me in to a fix on this because the plugin is great!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author mirmillo

    (@mirmillo)

    Hello Awolverine,

    I just tested this with MultiPost 2.0 and WP 3.0.1 in Multisite mode and it works for me.

    Please make sure everything is up to date and try disabling all your other plugins and try again.

    It sounds like you have bad javascript somewhere.

    Thread Starter awolverine

    (@awolverine)

    Shoot, even with all the plugins de-activated besides multi-post, it still has a problem with entering tags, has to be the theme itself now!

    Thread Starter awolverine

    (@awolverine)

    Oh and thanks for the reply!

    Thread Starter awolverine

    (@awolverine)

    Got it working, this is the response from the theme creator.

    We checked the plugin, and the plugin author is including an external jQuery 1.3.2 and using

    $(document).ready( function(){

    They need to not include external jQuery, and use the included jQuery in WP and also load his script like this

    jQuery(document).ready( function($){

    Plugin Author mirmillo

    (@mirmillo)

    Thanks for the legwork Awolverine. I’ll make that fix in the code and push a new version.

    Wonder why it works for us…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Multipost MU] Tagging Is Disabled w/Multipost Activated’ is closed to new replies.