• There is a problem with the SEO Image Galleries that prevents the media loader from working with WP 3.3.2. The plugin attempts to do jQuery event markup on the admin pages, even if the Image Galleries are not the current plugin. It prevents other stuff like Page Quick Edit from working and the Add Media button.

    The biggest thing to do is edit admin-menus.php and wrap all of the contents of the document.ready block with

    jQuery(document).ready(function($) {
      if (($("#seo-galleries #accordion").length > 0) && (jQuery().jtTabs)) {
        Rest of function block
      }
    });

    https://www.ads-software.com/extend/plugins/seo-image-galleries/

  • The topic ‘[Plugin: SEO Image Galleries] Fix to make Media Loader for 3.3.2 work’ is closed to new replies.