Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Events sidebar not showing content

Home / Forums / Virtue Theme / Events sidebar not showing content

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
November 12, 2019 at 2:34 am

Hi

We are using Events calendar + the pro version of the plugin, and a child theme

the default template seems to not be returning the events sidebar. i have located the function:

add_filter( ‘kadence_display_sidebar’, ‘kt_tribe_sidebar’ );
function kt_tribe_sidebar( $sidebar ) {
if ( tribe_is_event_query() ) {
return false;
}
return $sidebar;
}

Unclear why this would fail?

  • The forum ‘Virtue Theme’ is closed to new topics and replies.