Title: [Plugin: The Gallery Shortcode] Missing checkmarks to exclude?
Last modified: August 20, 2016

---

# [Plugin: The Gallery Shortcode] Missing checkmarks to exclude?

 *  Resolved [trusktr](https://wordpress.org/support/users/trusktr/)
 * (@trusktr)
 * [14 years ago](https://wordpress.org/support/topic/plugin-the-gallery-shortcode-missing-checkmarks-to-exclude/)
 * I don’t see any way to exclude images like in your screenshot… Perhaps we need
   an update for latest WordPress?
 * [http://wordpress.org/extend/plugins/the-gallery-shortcode/](http://wordpress.org/extend/plugins/the-gallery-shortcode/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [litemotiv](https://wordpress.org/support/users/litemotiv/)
 * (@litemotiv)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-the-gallery-shortcode-missing-checkmarks-to-exclude/#post-2772456)
 * Checkboxes to exclude are right next to the thumbnails in the screenshot?
 *  [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-the-gallery-shortcode-missing-checkmarks-to-exclude/#post-2772466)
 * I have them on a local MAMP installation of WordPress 3.3.2, but not on my production
   site (which is a MU installation).
 *  Thread Starter [trusktr](https://wordpress.org/support/users/trusktr/)
 * (@trusktr)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-the-gallery-shortcode-missing-checkmarks-to-exclude/#post-2772473)
 * Yeah, the checkmarks are missing. I see them in only the screenshot, but not 
   in my dashboard.
 *  [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-the-gallery-shortcode-missing-checkmarks-to-exclude/#post-2772477)
 * I’ve fixed it on my installation by changing the method that adds the JS file
   to use wp_enqueue_script.
 *  Plugin Author [shazdeh](https://wordpress.org/support/users/shazdeh/)
 * (@shazdeh)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-the-gallery-shortcode-missing-checkmarks-to-exclude/#post-2772492)
 * Sorry for the late response; yes, the exclude option shows up beside the thumbnail.
   
   Does the plugin fails on Multisite? Peter could you please send me your fix?
 *  [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-the-gallery-shortcode-missing-checkmarks-to-exclude/#post-2772493)
 * Yes, this is a multisite installation. My fix consists of removing
 *     ```
       add_action( 'wp_default_scripts', array( &$this, 'admin_script
       ' ), -1000 );
       ```
   
 * from _function \_\_construct()_ and adding
 *     ```
       wp_enqueue_script( 'admin-gallery', $this->base_url . 'js/gallery.js', array
       ( 'jquery-ui-sortable' ), '0.1' );
       ```
   
 * to _function media\_upload\_gallery()_.
 *  Plugin Author [shazdeh](https://wordpress.org/support/users/shazdeh/)
 * (@shazdeh)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-the-gallery-shortcode-missing-checkmarks-to-exclude/#post-2772494)
 * Thank you very much! I’ll add this for the next version.
    Again, thanks!
 *  [pepe](https://wordpress.org/support/users/pputzer/)
 * (@pputzer)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-the-gallery-shortcode-missing-checkmarks-to-exclude/#post-2772495)
 * Is there a reason why you used direct manipulation of the $scripts global instead
   of wp_enqueue_script()?
 *  Plugin Author [shazdeh](https://wordpress.org/support/users/shazdeh/)
 * (@shazdeh)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-the-gallery-shortcode-missing-checkmarks-to-exclude/#post-2772496)
 * I tried it with wp_enqueue_script before and it failed, plugin’s custom script
   file didn’t load instead of the default one. So I manipulate the scripts object
   to replace it.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘[Plugin: The Gallery Shortcode] Missing checkmarks to exclude?’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/the-gallery-shortcode.svg)
 * [The Gallery Shortcode](https://wordpress.org/plugins/the-gallery-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/the-gallery-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/the-gallery-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-gallery-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-gallery-shortcode/reviews/)

 * 9 replies
 * 4 participants
 * Last reply from: [shazdeh](https://wordpress.org/support/users/shazdeh/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-the-gallery-shortcode-missing-checkmarks-to-exclude/#post-2772496)
 * Status: resolved