Forum Replies Created
-
AuthorPosts
-
August 25, 2014 at 2:26 pm in reply to: Add Navigation to Event Calendar Pro template (Genesis theme) #699374
Timothy Walker
ParticipantWill do.
Thanks for all of your help Brian! I can figure the rest out from here.
August 25, 2014 at 1:39 pm in reply to: Add Navigation to Event Calendar Pro template (Genesis theme) #699291Timothy Walker
ParticipantThank 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!
August 25, 2014 at 12:12 pm in reply to: Add Navigation to Event Calendar Pro template (Genesis theme) #699100Timothy Walker
ParticipantHi 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’ ); -
AuthorPosts
