Sorry about that. I have deactivated my maintenance mode so now the site is visible: https://www.colorycultura.com
My question is not about a drop down menu behind WOWSlider. My question is how to get the slider below the navigation menu, instead of above it. I inserted the code at the end of the header-right.php text.
My header text is as follows:
<?php
/**
* The Sidebar containing the header right widget areas.
*
* @package Church
*/
if ( is_active_sidebar( ‘header-right’ ) ) : ?>
<aside class=”col-xs-12 col-md-8 header-right widget-area <?php echo apply_atomic( ‘omega_sidebar_class’, ‘sidebar’ );?>”>
<?php dynamic_sidebar( ‘header-right’ ); ?>
</aside><!– .sidebar –>
<?php endif; ?>
<?php if (is_home() || is_front_page()) wowslider(4); ?>