File: /www/wwwroot/aiwellbore.com/wp-content/themes/study-education-pro/sidebar.php
<?php
/**
* The Sidebar containing the main widget areas.
*
* @package Study Education Pro
*/
?>
<div id="sidebar" <?php if( is_page_template('blog-post-left-sidebar.php')){?> style="float:left;"<?php } ?>>
<?php if ( ! dynamic_sidebar( 'sidebar-main' ) ) : ?>
<!-- <h3 class="widget-title"><?php //esc_html_e( 'Our Skills', 'study-education-pro' ); ?></h3>
<aside id="skills" class="widget">
<?php //echo do_shortcode('[skill title="Russia Adventure" percent="95" bgcolor="#65676a"][skill title="Australia Adventure" percent="85" bgcolor="#65676a"][skill title="Bali Adventure" percent="90" bgcolor="#65676a"][skill title="Africa Adventure" percent="80" bgcolor="#65676a"]'); ?>
</aside>-->
<?php endif; // end sidebar widget area ?>
</div><!-- sidebar -->