Hangout Music Festival announced that the event scheduled for May 2021 will not take place due to the COVID-19 pandemic. Organizers did indicate that they are looking at options for holding Hangout in the fall and also shared May 20 – 22 as dates for 2022.
Hangout Music Festival 2021 was set to take place May 21 – 23 in Gulf Shores, Alabama. Organizers of the festival took to social media to provide the latest update on the festival.
Check out Hangout’s Facebook post below:
https://www.facebook.com/hangoutmusicfestival/posts/10159397033047743
!function ($) {
window.jb_populate_livestreams_promo = function( $element ) {
let args = $element.attr( ‘data-args’ );
// set up the AJAX post data
var data = {
‘action’: ‘jb_get_livestreams_promo’,
‘args’: args,
‘wpnonce’: $( ‘#jb_livestreams_promo_nonce’ ).val(),
};
console.log( ‘—— jb_populate_livestreams_promo data —–‘ );
console.log( data );
// make the AJAX $_POSTcall
$.ajax({
type: “POST”,
url: ajaxurl,
data: data,
success: function( response ){
if ( true == response.success ){
$element.html(response.data).slideDown(420, function(){
jbSetStreamLocalTimes();
});
// trigger Cloudinary
var evt = window.document.createEvent(‘UIEvents’);
evt.initUIEvent(‘resize’, true, false, window, 0);
window.dispatchEvent(evt);
return;
}else{
console.log(“jb_populate_livestreams_promo – UNSUCCESSFUL”);
console.log(response);
return;
}
},
error: function( response ){
console.log(“jb_populate_livestreams_promo – ERROR”);
console.log(response);
return;
}
});
};
$(function(){
$(‘#livestreams-promo-container’).each( function(){
if( ! jb_livestreams_promo_killswitch ){
jb_populate_livestreams_promo( $(this) );
}else{
$(this).remove();
}
});
});
}(window.jQuery);
.polartec-medium-promo {
margin-bottom: 30px;
}
.house-unit-wide { display: none; }
.house-unit-narrow{ display: block; }
@media (min-width: 768px) {
.house-unit-wide { display: block; }
.house-unit-narrow{ display: none; }
}