colorycultura
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Church] Aligning Logo in MastheadI have a similar question: When I upload my custom logo to the site title header section, it does not show up on my site. I would like the logo to show up on the left, where the site title and tagline would otherwise be.
Thank you
Forum: Themes and Templates
In reply to: [Church] Inserting Slider plugin into Header space (below menu)Figured it out.
Forum: Plugins
In reply to: [WOW Slider] WOWslider appears above MenuThank you! I found it in the functions.php (Theme functions) file of the Church wordpress theme.
Forum: Plugins
In reply to: [WOW Slider] WOWslider appears above MenuShould I place this code into the header-right.php text, or should I insert it into the style.css text, and if so, where? I have tried inserting the code, as you indicated above, into the header text and I continue to have the problem of the slider appearing above the menu bar.
Thanks
Forum: Plugins
In reply to: [WOW Slider] WOWslider appears above MenuSorry about that. I have deactivated my maintenance mode so now the site is visible: http://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); ?>