AZBros
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Change Default Thumbnail SizesHi Denzel,
So adding the following code to functions.php and making the appropriate changes should work?// Thumbnail sizes add_image_size( 'thumb-small', 160, 160, true ); add_image_size( 'thumb-standard', 320, 320, true ); add_image_size( 'thumb-medium', 520, 245, true ); add_image_size( 'thumb-large', 720, 340, true );This is what I had previously done in my functions.php file. I changed the dimensions and all my thumbnails were resized the way I wanted. After one of the recent updates, newly uploaded images were not being properly resized, but instead being set to the default dimensions.
I discovered that the above code is now located in function/init-after-setup-theme.php. Would I needed to copy that entire file to my child theme or is there another way to adjust the default thumbnail sizes?
Forum: Themes and Templates
In reply to: [Hueman] Change Default Thumbnail SizesLooks like it didn’t work. If anyone has any ideas about what other files I need to edit to change the size of the thumbnails, please let me know. Thanks!
Forum: Themes and Templates
In reply to: [Hueman] Change Default Thumbnail SizesOkay… I think I may have figured it out. The default thumbnail sizes are now located in Functions/init-after-setup-theme.php
I made the changes and tried regenerating my images, but everything looks the same so far. I think it may just take some time for the changes to go live. I’ll report back if the images are being displayed correctly in a while.
Forum: Themes and Templates
In reply to: [Hueman] Can’t Change Header ImageDenzel Chia,
Thanks! That did the trick. I knew it would be something simple. There was one new lined added to the new functions.php. Once I included it in my child theme’s functions.php file, everything worked.
Forum: Themes and Templates
In reply to: [Hueman] Can’t Change Header ImageHi Denzel Chia,
Thanks for the reply, but that option just isn’t showing up for me. I have all the appropriate checkboxes marked and have gone to that menu area, but the option to upload/change the banner image is not present.I have the most current version of the Hueman theme, but I am using a child theme. Do you know if this could cause any issues? As I mentioned before, my current Header.php file is different from the current Parent theme’s file. I did try changing it last night including adding Parts/header-main.php and Parts/header-nav-topbar.php. Once I did this, my current banner image disappeared and the option to add/change images was still not visible.
I was curious if there was some other file that needed to be added/updated within my child theme to allow this Customization option to appear.
Forum: Themes and Templates
In reply to: [Hueman] Can’t Change Header ImageHi,
I’m asking how to display a custom header banner image. My site (AZBros.com) already displays one, but that was before all the recent changes. The option to change it used to be in the Customizer, but after the recent updates, it’s just not there. I’m guessing it has something to do with my Child Theme, but I’m not positive what needs to be changed.Forum: Themes and Templates
In reply to: [Hueman] Embedded Images Not Displaying on PagesThanks for the info, bdbrown. I tried disabling “Photon” and everything seems to be working great now.
Forum: Themes and Templates
In reply to: [Hueman] Embedded Images Not Displaying on PagesHi bdbrown,
I just came across a Post with some images displaying and some that are not: http://azbros.com/exclusive/deconstructed/mario-maker-deconstructed-attention-to-detail/Here’s a link to a Post that does not display any images when there should be 4: http://azbros.com/editorial/star-fraud-the-problem-with-star-for-star/
Here’s a Post that correctly displays all 3 embedded images: http://azbros.com/news/pokemon-sun-and-moon-release-date-starters-announced/
So far, no “Pages” are displaying any embedded images, but only the set Featured Image. For example, this Page should display an image next to each bio: http://azbros.com/about/
Forum: Themes and Templates
In reply to: [Hueman] Embedded Images Not Displaying on PagesUpdate: Okay, so I guess some Posts are displaying images while others are not. I’m very confused as to what’s going on. I’ve tried changing/updating the images, but they still don’t appear. I’ve also compared the Posts where images appear correctly to the ones that don’t and can’t spot any differences.
Forum: Themes and Templates
In reply to: [Hueman] Website Pages and Shortcodes No Longer WorkingHey nikeo,
Thanks, that did the trick! I’ll go through the rest of my child theme templates and make sure they match the new parent theme.Forum: Themes and Templates
In reply to: [Hueman] Website Pages and Shortcodes No Longer WorkingFatal error: Call to undefined function hu_page_title() in /home4/azbrosco/public_html/wp-content/themes/azbros-theme/parts/page-title.php on line 15
Forum: Themes and Templates
In reply to: [Hueman] Posts Using Page Breaks No Longer WorkingI disabled the tracking code that AddThis added to the end of my URLs. I had enabled that when I first installed the plugin, but after realizing what it did, I decided to disable it. This morning I decided to re-enable it to see if it made any difference with the pages not loading and forgot to disable it again. Of course, it didn’t change anything.
One thing I realized, and this is also kind of odd, if I add the tracking code to the end of a page (#.V4aGvbgrKHs), the page will eventually load. If I remove the tracking code and visit the page again, it still works. If I try to view a page without the code, the page will not load. It’ll only load after I apply the tracking code.
Because of this, I would assume that somehow the AddThis plugin is causing a problem, but as I mentioned previously, I’ve tried disabling it and the pages still don’t work. I just tried disabling PageNavi and that didn’t seem to do anything either.
Forum: Themes and Templates
In reply to: [Hueman] Posts Using Page Breaks No Longer WorkingOkay, I have no clue what’s going on. It was just working and I posted that, but when I refreshed the page and tried again, it’s once again no longer working. Very confusing.
Forum: Themes and Templates
In reply to: [Hueman] Posts Using Page Breaks No Longer WorkingHi bdbrown,
I actually had that turned off previously and just changed it this morning to see if it had any affect on the issue. I turned it off again and the page still won’t load. Do you think the problem is related to the AddThis share buttons? I tried disabling the plugin but still have the same problem.Forum: Themes and Templates
In reply to: [Hueman] Posts Using Page Breaks No Longer Working@esmi
vargas71’s comment was relevant and helpful. I’m glad to know it’s not just me that’s having this issue. I’m hoping others can confirm whether it’s a problem with the theme’s latest update or not.