Background Image issues with Front Page 5 & 7

Homepage Community Forums Aspire Theme Support Background Image issues with Front Page 5 & 7

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18082
    MCO
    Customer

      I’ve encountered an odd problem with background mages in widgets Front Page 5 & 7 – when viewing on iPad in landscape orientation.

      The background images disappear in these two widgets – ront Page 5 & 7 – in landscape mode. I’ve confirmed this behavior on three different iPads.

      The images are in place properly in portrait orientation, all phone models, and all browsers at any size.

      They are sized as indicated in the customizer interface. https://bridgestreetexchange.com

      Your assistance is greatly appreciated.

      #18086
      Wes
      Moderator

        Give me a sec, I’m taking a look at it now….

        #18087
        Wes
        Moderator

          Take a look at line 1498 in your style.css file and comment out the background-attachment: fixed; line like this –

          .front-page-1,
          .front-page-4,
          .front-page-5,
          .front-page-6,
          .front-page-7,
          .front-page-9,
          .front-page-12 {
          	/*background-attachment: fixed;*/
          	background-position: 50% 0;
          	background-repeat: no-repeat;
          	-webkit-background-size: cover;
          	-moz-background-size:    cover;
          	background-size:         cover;
          }

          This is actually an issue I’ve been working on with the demo as well. The next update will have that fixed automatically. Let me know if that fixes the issue on your end.

          Also, please let me know once you get everything done. This looks incredible! Very well put together. I’d say this is one of the best customizations I’ve seen done with this theme so far.

          I’d love to share this with everyone on Twitter if you’re finished with everything – http://twitter.com/WesStraham Just let me know!

        Viewing 3 posts - 1 through 3 (of 3 total)
        • You must be logged in to reply to this topic.