mrsfancee
Forum Replies Created
-
Forum: Themes and Templates
In reply to: how to edit Underscores theme mobile responsive menuHi, I am having the same issue with moving the toggle button outside the site-navigation-id (also using underscores starter theme). I tried your suggested code but it didn’t fix it. Could it be because my toggle button is up in my header wrapper?
<div class="header-wrapper"> ... <h1 class="menu-toggle"><?php _e( '<i class="fa fa-bars"></i>', 'diy-blooms' ); ?></h1> <div id="search-container" class="search-box-wrapper clear"> <div class="search-box clear"> <?php get_search_form(); ?> </div> </div> </div> <nav id="site-navigation" class="main-navigation" role="navigation"> <div class='nav-wrapper'> <a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'diy-blooms' ); ?></a> <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> </div> </nav><!-- #site-navigation -->Is there anything different I need to do in the navigation.js file because of this?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Social CommentsHi Carolyn,
I see that your comment did work, that is good! I went ahead and logged out of admin mode and attempted to comment using the facebook connect button, but after connecting with facebook and pressing the submit button under the comment box, it still stalled out and kept showing ‘submitting’. I am using google chrome.
I really appreciate you looking into this, thanks a lot!
Forum: Themes and Templates
In reply to: [Adelle] Center the Containerah I feel so silly! bad math, thanks it’s fixed 🙂
Forum: Themes and Templates
In reply to: [Adelle] Center the ContainerYou’re right, the body is fine it’s the nav bar and header that aren’t centered. I’m not so concerned with the header and I will be changing that soon to align left. But do you have any tips on how to correct the nav bar so it is centered?
Forum: Themes and Templates
In reply to: [Adelle] Center the ContainerNo, it’s only very slightly off. If you were to compare the space on each side of the nav bar and look at it with respect to the header, you can see that it’s not quite centered. Maybe it’s not a big deal, I would just like the space on both sides to be equal.