LemonOut
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
That worked! Thank you!
Tried clearing the cache but that didn’t work.
What updates would need to be made to header.php? I’m not great with php. Any help is appreciated! Thanks!
<!-- CONTAINER START --> <section id="container"> <?php do_action( 'bp_before_top_nav' ); ?> <nav class="top-nav iegradient effect-1" id="top-navigation" role="navigation"> <div class="innerwrap"> <?php wp_nav_menu( array( 'theme_location' => 'top', 'container' => false, 'menu_class' => 'sf-menu', 'fallback_cb' => 'mesocolumn_revert_wp_menu_page','walker' => new Custom_Description_Walker )); ?> <?php do_action( 'bp_inside_top_nav' ); ?> <div id="mobile-nav"> <?php if ( has_nav_menu( 'top' ) ) { ?> <p class="select-pri"> <?php _e('Select Page:', TEMPLATE_DOMAIN); ?> <?php dez_get_mobile_navigation( $type='top', $nav_name="top" ); ?> </p> <?php } ?> <?php if ( has_nav_menu( 'primary' ) ) { ?> <p class="select-pri sec"> <?php _e('Select Category:', TEMPLATE_DOMAIN); ?> <?php dez_get_mobile_navigation( $type='main', $nav_name="primary" ); ?> </p> <?php } ?> </div> </div> </nav> <?php do_action( 'bp_after_top_nav' ); ?> <?php do_action( 'bp_before_header' ); ?>Forum: Plugins
In reply to: [swfObject Reloaded] Error – File type not permittedI had the same problem. Installing the following plugin worked:
Viewing 3 replies - 1 through 3 (of 3 total)