AZBros
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Move Pagination Nav Directly Under Post ContentNo problem.
Just tested it and, so far, everything looks great. I’ll continue to test it but right now I think this solves the problem. Thank you as always, I really appreciate it!
Forum: Themes and Templates
In reply to: [Hueman] Move Pagination Nav Directly Under Post ContentOkay, I set it all up and tested it. It did move the Pagination navigation above the plugins and below my written post content. Unfortunately, it also added Pagination links below every break in the post (i.e. images, headers, paragraphs, etc).
Forum: Themes and Templates
In reply to: [Hueman] Move Pagination Nav Directly Under Post ContentHi bdbrown,
I don’t recall doing any jQuery.Forum: Themes and Templates
In reply to: [Hueman] Move Pagination Nav Directly Under Post ContentHi Jake,
My site isn’t currently published, I’m still working on it locally.I appreciate the input on this topic from you and bdbrown. I’ll keep researching this issue to see if there might be a solution floating around out there.
Forum: Themes and Templates
In reply to: [Hueman] Padding Under Embedded YouTube Videos in PostsThanks, that worked perfectly!
Forum: Themes and Templates
In reply to: [Hueman] Header Image No Longer Working (3.1.5)You’ve very welcome, I’m happy I could help!
Seeing as I’ve received so much support myself from these forums, it’s really cool that I could give back. 🙂
Forum: Themes and Templates
In reply to: [Hueman] Header Image No Longer Working (3.1.5)Okay, I think I figured out the problem. I realized I had a copy of header.php in my child theme. The copy included the above code from version 3.1.3. For whatever reason, areas of that code were changed elsewhere, so the header image no longer worked. I simply copied the code above from the 3.1.6 version of header.php and replaced the old version in my child theme. Right now, everything seems to be working fine.
For anyone else that’s having an issue, check your child theme to see if you have a copy of header.php. If you do, this solution might help you.
Forum: Themes and Templates
In reply to: [Hueman] Header Image No Longer Working (3.1.5)I was just taking a look at the header.php file from 3.1.3 and comparing it to 3.1.6. Immediately I noticed a couple things changed in the “header-image” area:
3.1.3
<?php $_header_img_src = hu_get_img_src('header-image'); ?>
and
<img class="site-image" src="<?php echo hu_get_img_src('header-image'); ?>" alt="<?php echo get_bloginfo('name'); ?>">3.1.6
<?php $_header_img_src = hu_get_img_src_from_option('header-image'); ?>
and
<img class="site-image" src="<?php echo hu_get_img_src_from_option('header-image'); ?>" alt="<?php echo get_bloginfo('name'); ?>">I’m not sure how/if this could affect the header image, but it’s just something I noticed. Would it be possible to copy the header.php file from 3.1.3 and copy it to my 3.1.6 child theme or could that pose other issues?
Forum: Themes and Templates
In reply to: [Hueman] Display Large Featured Image on Archive/Category Page?Awesome, that worked perfectly! Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Header Image No Longer Working (3.1.5)That is strange. I’ve been using 3.1.3 on my local test site. I just now decided to upgrade it to 3.1.6 to see if I had the same result as you. Nope, it acted the same way my other copy did. I’m perplexed on this one.
If it was just me that was being affected that would be different, but others have posted that they are experiencing the same problem. At this point I guess I’m forced to downgrade until we can figure out what’s actually going on here.
Forum: Themes and Templates
In reply to: [Hueman] Display Large Featured Image on Archive/Category Page?Hi bdbrown,
I finally got around to trying this. It looks like it’s going to work. When you said to name the images to correspond with the Category names, I thought you meant the Category ID or Name within WordPress (i.e. game-preview). I tried that and it didn’t work. I then checked the URL of the image and it was showing up as the actual Category Name (i.e. Game Preview, spaces and all).
Once I changed the image name to represent that, it worked. I’m curious, what would the code be to use the Category ID/Name within WordPress instead? I think that’ll be easier when adding images in the future.Thanks again for your help, I really appreciate it!
Forum: Themes and Templates
In reply to: [Hueman] Header Image No Longer Working (3.1.5)Just downloaded and installed it, but unfortunately it didn’t help with the Header Image bug. I’m hoping the issue can be addressed, I don’t like using older versions if I don’t have to. For my site, though, the Header Image is important.
Forum: Themes and Templates
In reply to: [Hueman] Header Image No Longer Working (3.1.5)What happens if you remove it, Save, then add it again?
Hi bdbrown,
When I remove it and hit Save, the top of the site actually looks the same. Instead of there being nothing between the menus at all, it still shows the little box with an X in it.When I try to add the header image again, it looks the same. It’s as if the theme is no longer recognizing the header image whatsoever (whether it’s set or not).
Forum: Themes and Templates
In reply to: [Hueman] Header Image No Longer Working (3.1.5)I have a site that I just upgraded from v3.1.3 to v3.1.5. I had a header image background defined in CSS but not in the theme Header Image option. I deleted the CSS background image and added a Header Image in the Customizer; it worked without any problems.
Hi bdbrown,
I never set any sort of custom header background image in CSS, but only a standard Header Image in the theme customizer. It was working fine before the update, but now it won’t show up. Aside from downgrading, can you think of anything that might remedy this issue? Hopefully the theme can get a new update that fixes it, but I’m not sure if that can be done any time soon.Forum: Themes and Templates
In reply to: [Hueman] Header Image No Longer Working (3.1.5)Okay, thank you, I’ll check into that. Hopefully they can get the bug fixed, I’d prefer to keep my theme up-to-date.