WP_Query Object ( [query] => Array ( [post_status] => publish [post_type] => Array ( [0] => tribe_events ) [posts_per_page] => 5 [tax_query] => Array ( [0] => Array ( [taxonomy] => tribe_events_cat [field] => slug [terms] => exhibitions [operator] => IN ) ) [orderby] => _EventStartDate [order] => ASC ) [query_vars] => Array ( [post_status] => publish [post_type] => Array ( [0] => tribe_events ) [posts_per_page] => 5 [tax_query] => Array ( [0] => Array ( [taxonomy] => tribe_events_cat [field] => slug [terms] => exhibitions [operator] => IN ) ) [orderby] => _EventStartDate [order] => ASC [error] => [m] => [p] => 0 [post_parent] => [subpost] => [subpost_id] => [attachment] => [attachment_id] => 0 [name] => [pagename] => [page_id] => 0 [second] => [minute] => [hour] => [day] => 0 [monthnum] => 0 [year] => 0 [w] => 0 [category_name] => [tag] => [cat] => [tag_id] => [author] => [author_name] => [feed] => [tb] => [paged] => 0 [comments_popup] => [meta_key] => [meta_value] => [preview] => [s] => [sentence] => [fields] => [menu_order] => [category__in] => Array ( ) [category__not_in] => Array ( ) [category__and] => Array ( ) [post__in] => Array ( ) [post__not_in] => Array ( [0] => 23507 [1] => 23751 [2] => 34912 [3] => 34918 [4] => 38996 [5] => 39005 [6] => 39041 [7] => 39223 [8] => 39224 [9] => 39229 [10] => 39230 [11] => 39231 [12] => 39444 [13] => 39447 [14] => 39454 [15] => 39455 [16] => 39456 [17] => 39470 [18] => 39479 [19] => 39480 [20] => 39515 ) [tag__in] => Array ( ) [tag__not_in] => Array ( ) [tag__and] => Array ( ) [tag_slug__in] => Array ( ) [tag_slug__and] => Array ( ) [post_parent__in] => Array ( ) [post_parent__not_in] => Array ( ) [author__in] => Array ( ) [author__not_in] => Array ( ) [eventDisplay] => [hide_upcoming] => 1 [start_date] => 2024-11-07 09:48:27 [meta_query] => Array ( [0] => Array ( [key] => _EventStartDateUTC [type] => DATETIME ) [relation] => AND [1] => ) [ignore_sticky_posts] => [suppress_filters] => [cache_results] => 1 [update_post_term_cache] => 1 [update_post_meta_cache] => 1 [nopaging] => [comments_per_page] => 50 [no_found_rows] => [taxonomy] => tribe_events_cat [term] => exhibitions ) [tax_query] => WP_Tax_Query Object ( [queries] => Array ( [0] => Array ( [taxonomy] => tribe_events_cat [terms] => Array ( [0] => exhibitions ) [field] => slug [operator] => IN [include_children] => 1 ) ) [relation] => AND [table_aliases:protected] => Array ( [0] => wp_term_relationships ) [queried_terms] => Array ( [tribe_events_cat] => Array ( [terms] => Array ( [0] => exhibitions ) [field] => slug ) ) [primary_table] => wp_posts [primary_id_column] => ID ) [meta_query] => WP_Meta_Query Object ( [queries] => Array ( [0] => Array ( [key] => _EventStartDateUTC [type] => DATETIME ) [relation] => OR ) [relation] => AND [meta_table] => wp_postmeta [meta_id_column] => post_id [primary_table] => wp_posts [primary_id_column] => ID [table_aliases:protected] => Array ( [0] => wp_postmeta ) [clauses:protected] => Array ( [wp_postmeta] => Array ( [key] => _EventStartDateUTC [type] => DATETIME [compare] => = [alias] => wp_postmeta [cast] => DATETIME ) ) [has_or_relation:protected] => ) [date_query] => [post_count] => 0 [current_post] => -1 [in_the_loop] => [comment_count] => 0 [current_comment] => -1 [found_posts] => 0 [max_num_pages] => 0 [max_num_comment_pages] => 0 [is_single] => [is_preview] => [is_page] => [is_archive] => 1 [is_date] => [is_year] => [is_month] => [is_day] => [is_time] => [is_author] => [is_category] => [is_tag] => [is_tax] => 1 [is_search] => [is_feed] => [is_comment_feed] => [is_trackback] => [is_home] => [is_404] => [is_comments_popup] => [is_paged] => [is_admin] => [is_attachment] => [is_singular] => [is_robots] => [is_posts_page] => [is_post_type_archive] => [query_vars_hash:WP_Query:private] => 796f3b6392d21753ca374bfa09adf7cb [query_vars_changed:WP_Query:private] => 1 [thumbnails_cached] => [stopwords:WP_Query:private] => [compat_fields:WP_Query:private] => Array ( [0] => query_vars_hash [1] => query_vars_changed ) [compat_methods:WP_Query:private] => Array ( [0] => init_query_flags [1] => parse_tax_query ) [tribe_is_event] => 1 [tribe_is_multi_posttype] => [tribe_is_event_category] => [tribe_is_event_venue] => [tribe_is_event_organizer] => [tribe_is_event_query] => 1 [tribe_is_past] => [tribe_is_week] => [tribe_is_photo] => [tribe_is_map] => [tribe_is_event_pro_query] => [request] => SELECT SQL_CALC_FOUND_ROWS DISTINCT wp_posts.*, MIN(wp_postmeta.meta_value) as EventStartDate, MIN(tribe_event_end_date.meta_value) as EventEndDate FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN wp_postmeta as tribe_event_end_date ON ( wp_posts.ID = tribe_event_end_date.post_id AND tribe_event_end_date.meta_key = '_EventEndDateUTC' ) WHERE 1=1 AND wp_posts.ID NOT IN (23507,23751,34912,34918,38996,39005,39041,39223,39224,39229,39230,39231,39444,39447,39454,39455,39456,39470,39479,39480,39515) AND ( wp_term_relationships.term_taxonomy_id IN (349) ) AND ( wp_postmeta.meta_key = '_EventStartDateUTC' ) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish')) AND wp_posts.ID IN ( SELECT ID FROM wp_posts WHERE ID NOT IN ( SELECT post_id FROM wp_postmeta WHERE wp_postmeta.meta_key = 'groups-groups_read_post' ) UNION ALL SELECT post_id AS ID FROM wp_postmeta WHERE wp_postmeta.meta_key = 'groups-groups_read_post' AND wp_postmeta.meta_value IN ('') ) AND (wp_postmeta.meta_value >= '2024-11-06 23:48:27' OR (wp_postmeta.meta_value <= '2024-11-06 23:48:27' AND tribe_event_end_date.meta_value >= '2024-11-06 23:48:27' )) GROUP BY wp_posts.ID ORDER BY EventStartDate ASC, wp_posts.post_date ASC LIMIT 0, 5 [posts] => Array ( ) )
Workshops & Floortalks:
CARTOONING WORKSHOP with Jonathan Stigter
Opportunities:
VOLUNTEER WITH US IN 2021
Online programs:
CREATIVE KIDS | CREATIVE INDUSTRIES | CREATIVE SPARKS
Shop:
UMBRELLA PRINT COMMISSION 2020 | SHOP NOW
Umbrella Studio acknowledges the Traditional Owners and Custodians, the Gurambilbarra Wulgurukaba and Bindal people of the lands and seas where we operate. We pay respects to their elders past, present, and future.
COVID Safe Visits
The gallery has now reopened. We ask that visitors adhere to social distancing, visitor logs, and other COVID Safe procedures as directed.find us at
408 Flinders Street, Townsville, Qld, 4810
PO Box 2394, Townsville, Qld, 4810 Australia
regular opening hours
Gallery open Tues-Fri 9am-5pm | Sat-Sun 9am-1pm | Gallery closed Mondays, public holidays and during exhibition install weeks | Shop open during gallery open hours and Tues-Thurs of install weeks. Follow our social media for updates.
Umbrella Studio acknowledges the financial support of: the Queensland Government through Arts Queensland, and the Visual Arts and Craft Strategy, an initiative of the Australian, State and Territory Governments. Townsville City Council is proud to support Umbrella's studio operations under its Community Grants program.