got it working for single events using
add_action( ‘nectar_hook_after_outer_wrap_open’, ‘salient_child_events_banner’);
function salient_child_events_banner() {
? global $post;
? if( is_post_type_archive( ‘event’, ) || is_singular( ‘event’ ) ) {
??? echo do_shortcode(‘[nectar_global_section id=”20139″]’);
? }
}
Just need to work out what to do for individual category view