AZBros
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Header Image No Longer Working (3.1.5)My theme was automatically updated. To downgrade, I’m guessing I would just re-install version 3.1.3, correct? How would I prevent it from upgrading automatically (is there a setting somewhere for that)? I definitely need to downgrade until this issue is cleared up.
Thanks!
I figured it out. h2.post-title did work. The problem was user error. I was making the changes on my local test site but checking them on my actual site. 🙁
Forum: Themes and Templates
In reply to: [Hueman] Decrease Space Below "YOU MAY ALSO LIKE…" On PostI tried the !important rule and nothing changed. The only thing that lowered the headline text was the negative margin. Hopefully I don’t run into any issues using this, but if I do I can always go back to the standard set-up. And I’ll be sure to check out that article. Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Decrease Space Below "YOU MAY ALSO LIKE…" On PostHhm… okay, I just tried the following code and got it to lower where I wanted it:
h4.heading {color: #000; margin-bottom: -1em;}First I tried adding to the number to see if the space would be increased and it did. Then I tried 0 again and it was spaced the way it was originally. Then it occurred to me that I hadn’t tried a negative number yet. Oddly, it worked. Would there be any issues setting it up like this? Everything looks fine so far, so hopefully this is the correct solution.
Forum: Themes and Templates
In reply to: [Hueman] Decrease Space Below "YOU MAY ALSO LIKE…" On PostI just tried adding things like padding-bottom: 0px and margin-bottom: 0px to see what would happen and nothing did. Right now, whatever the default spacing is set to isn’t so bad, but I’d like to decrease it by a little to make my overall design more consistent.
I tried this as a test:
h4.heading { color: #000; margin-bottom: 0px; padding-bottom: 0px; }The color changed, but the spacing below the words stayed the same.
Forum: Themes and Templates
In reply to: [Hueman] Replace "By" next to Author in Posts with Small Avatar?Okay, figured it out on my own (well, sorta). Used this thread and code from bdbrown for reference: https://wordpress.org/support/topic/adding-avatar-next-to-byline?replies=4
I had to change things a bit. I added the avatar code into the single-author-date.php file rather than the single.php. Not sure if there’s an issue doing this, but it helped me align things better. I wanted the avatar to retain it’s look and appear much smaller, so this is what I added to style.css:
.single .byline-avatar img { width: 3%; /* adjust size of image if needed */ height: auto; float: left; margin-right: 5px; /* adjust space around image */ }Forum: Themes and Templates
In reply to: [Hueman] Separate "…" and "Read More"Yep, that did it! Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Replace "By" next to Author in Posts with Small Avatar?Hi Denzel,
As I mentioned, I already had it displaying, but it wasn’t showing up correctly. That function is what I used, but I wasn’t sure where to place it exactly and what styling options to apply so it appeared on the page properly.Forum: Themes and Templates
In reply to: [Hueman] Footer Widget Area Layout?Ah, gotcha. I can’t believe I didn’t think to look there. I’ve been doing so much with the actual code, I forgot to look in the Theme Customizer. Thank you!
I swear I tried this code last night and it didn’t work. Just copied it exactly how you typed it and it worked beautifully! I guess I must have typed something incorrectly. Oh well, I’m glad it’s working now. Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Customize Search Button on MenuThanks! I’ve said it many times, but I really appreciate all your assistance.
Forum: Themes and Templates
In reply to: [Hueman] Customize Search Button on MenuHi bdbrown,
First of all, no surprise, but the code worked perfectly! Thanks!Regarding the Dev Tools, yes, I’ve been trying them, but not having much luck. I don’t think I quite understand how to use them yet. They’ve helped lead me in the right direction a few times, but most of the time I get stuck and that’s when I come here.
Overall, I’d say I’ve learned quite a lot and I’m really enjoying this whole process. I’m definitely more interested in coding then I was before. Once my site is finished I plan to continue learning.
Forum: Themes and Templates
In reply to: [Hueman] Post Title Hover Color?Awesome, thank you again!
Forum: Themes and Templates
In reply to: [Hueman] Add "read more" buttonNo problem. Also, it works nicely now. Hopefully the OP sees this, it looks like this is exactly what he was requesting.
Forum: Themes and Templates
In reply to: [Hueman] Customize Sidebar Colors Only?Nice, that did it. Thanks!