tecombs
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Working with several sites in one WP installationI’m sorry for not closing this. I replied to the email I received thinking it would get to you.
So, thank you, Eric. I appreciate this and will try it ASAP.
It wasn’t too long at all.
Forum: Fixing WordPress
In reply to: Remove 'Primary Menu' buttonAnd therein lies the problem, huh?
I’d sure like to know that code but do have the skills … yet.
Thanks again nonetheless Paris. I’m not all that concerned about SEO just now, not with this site.
Ciao.
Forum: Fixing WordPress
In reply to: Remove 'Primary Menu' buttonParis, your recommendation did the trick. I wrote to the id and poof, gone, gasphinkto, nada.
Nice. It sure helps to another pair of eyes.
Thanks.
I’m struggling to insert a custom logo in my footer.php and have it display correctly.
It then occurred to me that the custom-header.php was necessary for the proper implementation of a custom header (kind of WP that the page and code was there for me to use or did WP write after I put the image in the header in Dashboard/Appearance/Customize?).
So, I’m left wondering if I need a custom-footer.php file and PHP code to get that one little graphic where I want it.
As you can surmise, I’m a noobie at WP and PHP.
Any help will go in your good deeds done file and be greatly appreciated by me.
TIA,
DaveForum: Fixing WordPress
In reply to: Remove 'Primary Menu' buttonI appreciate your offer to help, however the site is still on my computer and has not been released into the wild yet. 🙂
Here’s the code in question. If I knew how to apply css to the button, I’ve tried but haven’t figure it out yet, I’d put the button somewhere around -9999px to the left.
The following resides in the header.php of an underscores theme.
<nav id=”site-navigation” class=”main-navigation” role=”navigation”>
<button class=”menu-toggle” aria-controls=”primary-menu” aria-expanded=”false”><?php esc_html_e( ‘Primary Menu’, ‘threestrikes’ ); ?></button>
<?php wp_nav_menu( array( ‘theme_location’ => ‘primary’, ) ); ?>
</nav><!– #site-navigation –>I even tried erasing it but my HNM disappeared also. Cain’t have that!