- This topic has 7 replies, 2 voices, and was last updated 3 years, 7 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Imagery Theme Support › Background Images Disappeared
Hi,
I’m not sure if it happened because of the latest WordPress update or something else, but the background images on my home page seem to have disappeared: https://phildonaldson.com/
Unfortunately, it happened on a day when I had to do a public presentation and attract new people to the site.
Please, help. Thanks.
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.
Let me know if you need me to fix this for you. I would just need a temporary login.
Just got it fixed.
Let me know if it looks ok on your end.
This happened to me and a few others when updating to Genesis 3.0. I’m not sure why it started now, but I needed to make those updates anyway.
All I did was add the word Theme
to the functions.php file and it started working again. It just needed to match the style.css.