FAQ & Troubleshooting
Loading seating chart automatically (without Pick your seats button)

You can install this free plugin and add the following snippet as custom JS:

jQuery(document).ready(function( $ ){     
    $(function() {     
    $(".tc_seating_map_button").trigger("click"); 
    }); 
})

 

Leave Us A Message!