Front Page 12 Background Image Not Showing

Homepage Community Forums Aspire Theme Support Front Page 12 Background Image Not Showing

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #18958
    Bruce
    Customer

      Hi Folks,

      I’m working on a site using Aspire Pro and I’m having some trouble with Front Page 12 widget. I have an image loaded in the customizer and I have some text in there but the background image doesn’t show. All the other images are working fine.

      The site is on my dev server here: rtcr.redtraindev.com

      I’d appreciate any input on how to solve this.

      Thanks!

      #18983
      Wes
      Moderator

        Is that the right link? It doesn’t seem to work when I try and access it.

        #18984
        Bruce
        Customer

          Hey Wes,

          Sorry, I pushed the site live earlier. It’s now at: redtraincreative.com

          I appreciate you giving it a look.

          Thanks!

          Bruce

          #18987
          Wes
          Moderator

            I don’t see a link to the image in your source code/css. Do you still have a background image uploaded in the WP Customizer for the front-page-12 or did you remove it since the site went live? I do see you added a background color for it in your Custom CSS.

            If it’s possible to create a temporary login I should be able to instantly figure out exactly what’s going on.

            BTW, this looks Awesome! Make sure and add it to the Showcase Forum here – https://appfinite.com/forum/showcase/ and I’ll also share on Twitter whenever it’s ready. Great job!

            #18988
            Bruce
            Customer
              This reply has been marked as private.
              #18990
              Wes
              Moderator

                Ah, just got it fixed, the issue was on my end. The front-page-12 was missing in the output.php file in the lib folder of your theme. I just went ahead and added/fixed it for you. Here’s is what it looked like before –

                $opts = apply_filters( 'aspire_images', array( '1', '4', '5', '7', '9', '11' ) );

                And here is what it looks like now –

                $opts = apply_filters( 'aspire_images', array( '1', '4', '5', '7', '9', '11', '12' ) );

                The background image is showing now so everything should be working.

                Let me know if it works on your end.

                #18991
                Bruce
                Customer

                  That’s fantastic, thanks Wes!

                  It looks great and, I can confirm its working here.

                  Thanks again.

                  -Bruce

                  #18993
                  Wes
                  Moderator

                    You’re Welcome!

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • The topic ‘Front Page 12 Background Image Not Showing’ is closed to new replies.