• How do I move the navigation bar below the custom header in the Church theme. It keeps showing up below the navigation bar. I.m using 3.8. I’m sure the answer must be in the coding in the stylesheet.

Viewing 11 replies - 1 through 11 (of 11 total)
  • esmi

    (@esmi)

    Where did you download this theme from?

    Thread Starter jackquelinenm

    (@jackquelinenm)

    Church theme is not 3.8. I downloaded this as a free download from wordpress.

    Thread Starter jackquelinenm

    (@jackquelinenm)

    Sorry for the confusion. I decided to re-post:

    How do I move the navigation bar below the custom header in the Church theme. It keeps showing up below the navigation bar. This is the free version of the Church theme.

    Thanks for any insights you can provide!!

    Evan Herman

    (@eherman24)

    We’d need a link to your site to see what’s going on. Also it may be coded into the theme, so it may be difficult to change.

    Thread Starter jackquelinenm

    (@jackquelinenm)

    r-a-millerfoundation.org/wordpress

    Evan Herman

    (@eherman24)

    Yeah you’ll definitely need to shift around php/html code inside the theme files to achieve what you’re trying to do.

    Take a look inside header.php.

    Also, if your not working off a child theme when Church Theme gets updated, all your changes will be lost.

    Thread Starter jackquelinenm

    (@jackquelinenm)

    The header.php reads:

    <?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; ?>

    Thread Starter jackquelinenm

    (@jackquelinenm)

    The current header is temporary until I can replace it with the custom logo.

    kmessinger

    (@kmessinger)

    You need to get rid of the under construction or whatever that page is so we can see the site. All the crystal balls got recalled.

    http://codex.wordpress.org/Forum_Welcome#Include_as_much_information_as_possible

    Thread Starter jackquelinenm

    (@jackquelinenm)

    You will need to add the /Wordpress after my website:
    r-a-millerfoundation.org/wordpress

    My site is live

    mlddev

    (@mlddev)

    The Church Theme is actually a child theme of Omega (same developer). Omega has action hooks and filters that could be used to move code around but I’m not that familiar with the theme structure. Perhaps communicate with the theme developer

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Church theme and custom header’ is closed to new replies.