Timothy Walker

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Timothy Walker
    Participant

    Will do.

    Thanks for all of your help Brian! I can figure the rest out from here.

    Timothy Walker
    Participant

    Thank you! I was wondering what to look for to see if it was a calendar page!

    We are a LOT closer, but I think it’s off by a “<div class=”wrap”>”. Here’s how a normal page starts off…

    <div class=”wrap”>
    <div id=”nav”>
    <div class=”wrap”>
    <ul id=”menu-main-menu” class=”menu genesis-nav-menu menu-primary”>
    <li id=…

    In the calendar, it’s missing the first div…

    <div id=”nav”>
    <div class=”wrap”>
    <ul id=”menu-main-menu” class=”menu genesis-nav-menu menu-primary”>
    <li…

    It looks like the extra div may be after the navigation and before the tribal code…

    </div> <!– closing nav div –>
    <div id=”inner”>
    <div class=”wrap”>
    <div id=”tribe-events-pg-template”>

    Thanks!

    Timothy Walker
    Participant

    Hi Brian, and thanks for the help!

    If I switch to the parent Geneisis theme the menu does show up. The child theme they are using is “Education” (http://my.studiopress.com/themes/education/) and I did find this in the functions.php file:

    /** Reposition Primary Navigation */
    remove_action( ‘genesis_after_header’, ‘genesis_do_nav’ );
    add_action( ‘genesis_before_content_sidebar_wrap’, ‘genesis_do_nav’ );

    /** Reposition Secondary Navigation */
    remove_action( ‘genesis_after_header’, ‘genesis_do_subnav’ );
    add_action( ‘genesis_before_content_sidebar_wrap’, ‘genesis_do_subnav’ );

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