brunsn
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hemingway] Change menu height & page specific header imagesThat code didn’t work, but I figured out if you add “ul” to the beginning it does! This is what I changed it to:
ul.blog-menu a {
padding: 15px 20px;
}I tried adding a featured image to a page, but all it does is add a big picture before my content, below the header. It does not change the main header. Is there a setting somewhere I need to adjust?
Example Page: https://www.tanasellsmontana.com/about/
Forum: Themes and Templates
In reply to: [Hemingway] Remove header except for home page?I’ve been looking for a way to do this as well. The code worked great, but as Scoutingrediscovered mentions, it removes the header from the homepage if it is set as a static front page.
Any other workarounds?
Forum: Plugins
In reply to: WordPress user 1 hour oldSame here. I’ve never had a problem setting up a site before, and I didn’t do anything different this time. Why the warning?
I would like this too. Is there a way to do this?
Forum: Fixing WordPress
In reply to: Internal Links not registering in Google Webmaster ToolsSo why does every other page show as only having 16 internal links pointing towards them?
Those two pages not being indexed were more just a signal that my links aren’t being crawled like they should be.
Forum: Fixing WordPress
In reply to: Internal Links not registering in Google Webmaster ToolsNo, as they are relatively unimportant and should have been found when Google crawled the rest of the site.
I am not worried about those pages showing up in searches.
I am more worried about why they weren’t found when my site was crawled, and why the rest of my links seem to be invisible to Google.
Forum: Plugins
In reply to: [Contact Form 7] Google Analytics breaks CF7 Success MessageWow, yep that’s what was breaking it. Thank you!!
on_sent_ok: "ga('send', 'event', 'Contact Form', 'Submit');"
Works just like it should now.
Forum: Plugins
In reply to: [Contact Form 7] Google Analytics breaks CF7 Success Message