- This topic has 1 reply, 2 voices, and was last updated 3 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Legacy Theme Support › Legacy 1.4 has lost banner image with Genesis 3.0.0
Hello again,
Legacy v1.4 also has the same issue… lost all banner images after upgrading to Genesis 3.0
Thank you,
Danna
Posting this here in case anyone else needs this.
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 as an example)
I will go through and make sure they match up in all of my themes and release the update today.