Coyotefrogger
Forum Replies Created
-
Ha, that was it exactly, thank you!!
There was one more step. I needed to change the ‘Click to tweet’ button font to Fontello, and now I have a birdie!!
:o))
Hmm, I may have left out some CSS that calls the Fontello font family.
More tinkering and I’ll post back here when I’m done. This may be a dummy moment. I’m sure used to those!
:o)
Forum: Fixing WordPress
In reply to: How to keep the 'Home' link the active color on the homepageThat’s what I thought I’d need to do. Thanks for your help.
I haven’t tested it yet and am trying to learn best practices for this, but I am not finding anything that makes it clear and easy to understand.
I often see the home link in a special color on the homepage, without having clicked anything. So I know it can be done. In fact, I think some child themes even come that way, so it’s not uncommon.
I’m just not sure how to do this without creating a problem. I’ll experiment with the code you shared, though, and see how it goes.
Again, thank you!
Forum: Fixing WordPress
In reply to: How to keep the 'Home' link the active color on the homepageMy site is in maintenance mode. I don’t want to take it out of maintenance mode right now.
The nav links at the top of my website: Home About Contact FAQ Shop
They appear on all pages. But ONLY when someone is on the Home page do I want the Home link active.
When you enter the URL and visit my site directly, the Home link is not active, even though you are on the Home page. The only way to make the active link color appear is when you click on the Home link.
But I don’t want the Home link to be the active color unless someone clicks it to get to the homepage, or they are on the homepage because they just arrived there and haven’t navigated around yet.
It almost sounds like this would have to be a function, or if CSS is used, I would have to separate the Home link from the others and indicate that the Home link on the homepage is always to remain blue.
But I’m not sure how to do this.
Forum: Plugins
In reply to: [Better Click To Tweet] Tweet length questionOkay, that makes good sense. Thank you, Ben!
:o)
Forum: Plugins
In reply to: [nrelate Related Content] The image panel shifts when I hoverOkay, folks. I figured it out.
I set a right margin on each image panel of 6px. Since the hover CSS includes a 1px margin, this resulted in the shifting. When I changed it to 6px, the shifting stopped.
Whew! ??