- This topic has 3 replies, 2 voices, and was last updated 3 years, 7 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Guru Theme Support › Guru has lost banner image with Genesis 3.0.0
Hello Wes,
I updated all sites to Genesis 3.0.0 today and lost my banner images on all sites using the Guru theme –
https://mspeacockschampagne.com/
https://theboardroomva.com/
https://www.rosedaleconservancy.org/
Do you think there’s a quick fix? Should I roll back to Genesis 2.+ ?
Thank you,
Danna
If you can, I’d roll back temporarily. I will have a fix soon. This issue didn’t pop up when I tested at first, but I’ll figure it out.
Working on it as we speak.
To fix this, make sure the Theme name in the functions.php is exactly the same as the theme name inside the style.css.
For example: in functions.php make sure the name in this section –
//* Child theme (do not remove)
define( 'CHILD_THEME_NAME', 'Aspire Pro' )
….matches the theme name in style.css –
/*
Theme Name: Aspire Pro
Theme URI: http://appfinite.com/shop/aspire/
The theme name can be whatever you want, just make sure they match. I had Aspire
in the functions file, and Aspire Theme
in the style.css of a couple themes. They’re supposed to be the same. (I’m using the Aspire theme here as an example)
I will go through and make sure they match up in all of my themes and release the update today.
Perfect! Thank you Wes!