Add compatibility with Kadence Theme customizer template
-
Please, Add compatibility with Kadence Theme customizer template.
Kadence detects post type for the plugin but wrappers for content in Video Conferencing with Zoom no works. i’m in a child themelike in video-conferencing-with-zoom-api/templates/global/wrap-end.php file
if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } $template = video_conference_zoom_get_current_theme_slug(); switch ( $template ) { case 'Divi' : echo '<div id="main-content"><div class="container"><div id="content-area" class="clearfix">'; break; case 'twentyten' : echo '<div id="container"><div id="content" role="main">'; break; case 'twentyeleven' : echo '<div id="primary"><div id="content" role="main" class="twentyeleven">'; break;
- The topic ‘Add compatibility with Kadence Theme customizer template’ is closed to new replies.