Bug in Imagery Theme

Homepage Community Forums General Bug in Imagery Theme

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #16994
    Robert
    Customer

      I found a minor issue in the Footer 1 widget area of the Imagery theme. Looks like it should be a really simple fix but rather than explain here, I made a video so you can see what it is doing…

      https://vimeo.com/151663774

      #16995
      Andykev
      Customer

        Robert, the “Demo” Imagery theme does not do what is happing in your video. Do you have a link to the site?

        Have you tried

        http://whatismyscreenresolution.net/multi-screen-test

        to see if there is a format problem upon arriving at the desired screen size, opposed to only happening as you shrink the screen size using the mouse?

        #17001
        Wes
        Moderator

          Thanks for letting me know! I needed to remove some code in the responsive section that shrinks Footer 1, 2, and 3 and must have left it in somehow. To fix it, just remove or adjust the code for the footer-widgets-1, 2, and 3 under the max-width: 1200px; part of the Responsive Section. It should look like this –

          	.footer-widgets-1,
          	.footer-widgets-2,
          	.footer-widgets-3,
          	.sidebar-primary,
          	.title-area {
          		width: 300px;
          	}
          

          You can comment it out, or delete the .footer-widgets-1….or you could delete the code entirely if you’re not planning on having 3 Footer widgets for your site. I originally tried to leave some code in just in case someone wanted to add 3 footer widget areas instead of just one (trying to make things easy to customize).

          Thanks for letting me know, I’ll make sure and have that included in the next update soon.

          If you need help locating where it is on your site, just send me your link and I can tell you exactly where it’s located.


          @Andykev
          Thanks for the link! I’ve been using this one – http://mattkersley.com/responsive/ but I’ll bookmark and use the one you just sent to also test sites as well. Good find!

          #17449
          Robert
          Customer

            Wes,

            Thanks…I’m just getting back to this one.

            I’m going to need some more help with this one. Could you tell me the line number?

            http://www.joychallenge.com

            #17450
            Robert
            Customer

              NEVERMIND…I fixed it. Thanks.

              #17452
              Wes
              Moderator

                Please let me know when you get everything done so I can post your link on Twitter.

                You’re doing a Great Job! Keep it up!

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