• 1. All Tabs Show/Hide toggle not functional well with singal show/hide toggle. If All Show and click Single hide, the single Hide can’t change to Show. If All Hide and click single Show, the single Show can’t change to Hide;

    2. remove_filter( 'media_upload_gallery', 'media_upload_gallery' );
    This doesn’t work. Because in the function wp_media_upload_handler, line 563, the gallery will be called this way:

    if ( isset($_POST['save']) ) {
    		$errors['upload_notice'] = __('Saved.');
    		return media_upload_gallery();
    	}

    3. The Gallery is mostly hard coded, can not be modified in WordPress way.

  • The topic ‘Gallery bugs’ is closed to new replies.