Background Images Disappeared

Homepage Community Forums Imagery Theme Support Background Images Disappeared

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #23264
    Phil
    Customer

      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.

      #23268
      Wes
      Moderator

        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: https://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.

        #23269
        Wes
        Moderator

          Let me know if you need me to fix this for you. I would just need a temporary login.

          #23271
          Phil
          Customer
            This reply has been marked as private.
            #23272
            Wes
            Moderator

              Just got it fixed.

              Let me know if it looks ok on your end.

              #23273
              Phil
              Customer
                This reply has been marked as private.
                #23274
                Wes
                Moderator

                  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.

                  #23275
                  Phil
                  Customer
                    This reply has been marked as private.
                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • You must be logged in to reply to this topic.