• Resolved greg_inconcert

    (@greg_inconcert)


    When the plugin is activated while in editing a post I am unable to do a few things dynamically. The Add Category link does not expand to give me a place to edit it and also changing any of the screen options do not add the feature to the screen. With the Magic Gallery plugin disabled everything works fine. Any idea of how to fix this?

    Thanks

Viewing 1 replies (of 1 total)
  • Thread Starter greg_inconcert

    (@greg_inconcert)

    For me the error with the admin area was due to Magic-Gallery deregistering jquery and loading its own jquery when using the Pikachoose gallery. I went into the gallery.php file and around line 126 to 128 I commented out

    wp_deregister_script(‘jquery’);
    wp_register_script( ‘jquery’, ”.WP_PLUGIN_URL.’/magic-gallery/js/jquery.js’, null, null);
    wp_enqueue_script(‘jquery’);

    The gallery still appears to be working properly and all of the features in the admin system appear to be working now.

Viewing 1 replies (of 1 total)
  • The topic ‘Ajax failing’ is closed to new replies.