wattersk

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Change position of the navigation bar #1945
    wattersk
    Participant

    I FOUND IT!!!

    in reply to: Change position of the navigation bar #1944
    wattersk
    Participant

    I think I’ve found where to put it, but I’m not seeing the exact code you describe? This is what I see:
    function church_setup() {

    add_theme_support( ‘omega-footer-widgets’, 4 );
    remove_action( ‘omega_before_header’, ‘omega_get_primary_menu’ );
    add_action( ‘omega_after_header’, ‘omega_get_primary_menu’ );

    add_action (‘omega_header’, ‘church_header_right’);

    /* Add support for a custom header image. */
    add_theme_support(
    ‘custom-header’,
    array( ‘header-text’ => false,
    ‘flex-width’ => true,
    ‘uploads’ => true,
    ‘default-image’ => get_stylesheet_directory_uri() . ‘/images/header.jpg’ ,
    ‘admin-head-callback’ => ‘church_admin_header_style’,
    ‘admin-preview-callback’ => ‘church_admin_header_image’
    ));

    in reply to: Change position of the navigation bar #1943
    wattersk
    Participant

    HELP! Where, exactly, do we put this code of Church child theme? Thanks much in advance.

    in reply to: Move and Center Nav Bar under Header #1942
    wattersk
    Participant

    I need to know this as well.

Viewing 4 posts - 1 through 4 (of 4 total)