mintertweed
-
Font Fury
Hmm. I did not know you could do a search on MyFonts for typography that has the same elements as another font. Interesting. Welp, now I know. Also, technically, a flat rate of $40 for Brandon Grotesque is cheaper than purchasing several years worth…
-
Various Design Issues
Oh, I see. Oops. I named one of my post types "single" as well. I knew it became broken when I hauled over the new code, I just did not know where I went wrong. Thank you, @AlenAbdula. Life-saver.
-
Various Design Issues
@Merri: Yay! I'm an idiot. Yep, text-align indeed did what I was trying to do with float. Sigh. Thank you. Also, I removed position: absolute; on .category-menu and then I gave it padding-left: 300px;, but if you know of a better way to positio…
-
static website music
@Paulie_D: Sarcasm, gotta love it. @zahidahmad9: Personally, I think it is highly recommended that you not add any music to your website. I always thought of it as sort of a deadly internet trope. It makes me think of MySpace.
-
WordPress Post Image Plugin?
Yeah, I was just looking at several codex pages about "Featured Images." Pretty nifty stuff. If I have any troubles, I am sure you can guess where I'll be. On here. But the codex seems fairly thorough.
-
WordPress Post Image Plugin?
Well, hot damn, that's handy. Awesome. That was a quick fix.
-
Current Navigational Highlighting
I finally caved and decided to put my blog posts on my home page (although, I am still going to spice things up a bit more than my previous attempts). I am glad that you were able to replicate it and found the bug report. I was really starting to th…
-
Current Navigational Highlighting
I take that back. "Forums" is producing an unique body class, here: So, I am able to target the forums by using a class of bbPress, but "Blog" is most definitely completely blank. Hrm. Edit: Also, while everyone is still fig…
-
Current Navigational Highlighting
I created a new page, named it "Blog," and set the permalink to: http://www.happynakedpeople.co/blog/. Then I went to Settings > Reading under administrator and set my home page to a static page called /home/ and my blog was set to /blo…
-
Background Is Repeating
Try background-image instead of background when defining the body.png. Right now, you are defining background twice essentially.
-
Current Navigational Highlighting
Okay, I replaced the wp-admin and wp-includes, no luck thus far. I will read the article now. Edit: I read the article. In order for me to use that article's method, I would first need a body class, which I do not have. I find it very strange …
-
Current Navigational Highlighting
All plug-ins have been deactivated (there was only one active plug-in: bbPress) and there is still no body class on /blog/.
-
Current Navigational Highlighting
It is a basic Starkers theme with no custom templates. And I do not know what filters/hooks are, so I doubt that would be the case. I have only added one PHP function to functions.php, which I promptly commented out when this whole situation started…
-
Current Navigational Highlighting
But something is keeping it from producing a body_class() for Blog, correct? So, how do I go about figuring this out? Sorry, that escalated quickly. I just hate to think something is fundamentally wrong with code that I had no hand in to begin with.
-
Current Navigational Highlighting
I just installed a fresh version of Starkers, only copying over the style.css and header.php. In Starkers, they differentiate between header.php and html-header.php. So, the only things I copied over were styles and the menu basically. And it is sti…
-
Current Navigational Highlighting
Alrighty then. Ugh. I guess it is time for me to figure out what I did to it to make it not work. Thank you, @AlenAbdula.
-
Current Navigational Highlighting
I am using Starkers. I wonder if this is a known error for it or if I did something I should not have. Hrm.
-
Current Navigational Highlighting
I did it. Now, the highlighting works for both "Home" and "Blog" because they are receiving the proper body class. How do I accomplish this with a static page on "Home" and moving my posts to "Blog?" Does this…
-
Current Navigational Highlighting
Could this be because I am using a static page as my home page and a separate page called "Blog" for my blog page?
-
Centered Fixed Footer
This gives you several methods to work with depending on your setup. I believe what you are looking for is a "sticky footer." This is the method I am using here and here. It works exactly how I want it to. You can zoom in and out and the f…
-
Current Navigational Highlighting
Okay, I killed the slug function, now it is giving me this: Here is the page if you want to see it for yourself. How am I supposed to use a blank body class? Also, this disabled current navigational highlighting for all of my pages, but I do rea…
-
Current Navigational Highlighting
@AlenAbdula, I just created a test post and this is the body class: So, yes, I would have to change my code each time I do a new post, which should not be how things are done.
-
Current Navigational Highlighting
@TheDoc, and yet it is (as far as I can tell). I do not see anything else being called in the body though. This is how my body and its class are being called:
-
Current Navigational Highlighting
Okay, so I looked at the body class on the two pages that are not working. I now know why they are not working, but I question how to actually use the data I discovered. For the Blog, I get this: So, if I change my code to reflect this body clas…
-
How to do this navigation properly ?
The menu looks fine. I had to do a fork and clean up your code to make sense of it though. I am not terribly good with the in's and out's of why CSS does what it does, but the menu seems fine.
-
Sharing Stylesheets & Current Navigational Highlighting
I just realized what I said. I actually knew that. I guess what I meant was, the names, essentially. The menu currently works for only half of the items. And I can not figure out why they are not working for the other half. Also, when I select an li…
-
Sharing Stylesheets & Current Navigational Highlighting
Here is what I currently have: body#header-feelgoodcandy ul#main-navigation li.header-projects li.header-leaflet a:hover, body#header-leaflet ul#main-navigation li.header-projects li.header-feelgoodcandy a:hover { color: #00AEEF; } ul#main-navi…
-
Sharing Stylesheets & Current Navigational Highlighting
Let me explain myself a little better. So, I checked the body tag on home. It looks a little something like this: How do I take that, make it more manageable, and apply CSS to it? Because before, when I was echoing the page, I could just use #ho…