tomw

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Change position of the navigation bar #779
    tomw
    Participant

    When I place the suggested code into the child Church theme theme functions.php the following error results:

    Fatal error: Cannot redeclare child_theme_setup() (previously declared in …../html/wp-content/themes/church/functions.php:60) in …/html/wp-content/themes/church/functions.php on line 277

    in reply to: Change position of the navigation bar #755
    tomw
    Participant

    Church theme

    in reply to: Change position of the navigation bar #753
    tomw
    Participant

    I attempted adding the following code at various locations in the child theme functions.php with no effect on the nav bar position…

    add_action( ‘after_setup_theme’, ‘child_theme_setup’, 11 );

    function child_theme_setup() {
    remove_action( “omega_before_header”, ‘omega_get_primary_menu’ );
    add_action( “omega_after_header”, ‘omega_get_primary_menu’ );

    }

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