Single 100×100 image (widget background) not repeating

Homepage Community Forums Epik Theme Support Single 100×100 image (widget background) not repeating

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #12680
    Greg P
    Customer

      I’m referring to the dark BG widget (#5)

      In the last version, you drop in a 100×100 image, let it repeat, and it covers the background of the widget area.

      It’s setup different now, so when I drop in the code:

      background-image: url(‘/wp-content/uploads/2014/06/blue_background.jpg’)

      and even add repeat, it seems to expand the image instead rather than repeat.

      Are there instructions somewhere on how to do this?

      Thanks,

      Greg

      #12690
      Eric
      Customer

        Hi Greg, do you have a link where this is setup? I can figure out what the issue is.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #12710
        Greg P
        Customer

          Hi Eric. For the header wrap, I dropped in a single image-background with a 100×100 image. It automatically repeats.

          I’m trying to do the same with the Featured-Dark area (use a single, smaller background image) but when I upgraded to the new version of Epik, it just blew up the single image. Which I guess Wes set up so you can put a full width image in there to auto-stretch?

          I removed the css for the image and just using a solid background color for now.

          Thanks for any help

          http://www.gregpayette.com

          #12724
          Eric
          Customer

            Line 1618 may have something to do with it –

            .hf1,
            .hf3,
            .hf4,
            .hf5,
            .hf6,
            .hf7,
            .hf8,
            .hf9,
            .hf14 {
            	-webkit-background-size: cover;
            	-moz-background-size: cover;
            	background-attachment: fixed;
            	background-repeat: no-repeat;
            	background-size: cover;
            }

            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

            #12728
            Greg P
            Customer

              I had already tried changing no-repeat to repeat and a couple of other tweaks with no luck.

              BUT…thanks for bringing it up again because I removed “.hf5” from there and that did the trick!!!

              Appreciate the help Eric.

              Greg

              #12739
              Eric
              Customer

                Glad I could help 🙂


                I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

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