Compatibilty with Internet Explorer

Homepage Community Forums Agile Theme Support Compatibilty with Internet Explorer

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1064
    wesblueyes
    Customer

      The home page thumbnails originally showed up compacted lines in IE 8 and in just one column with the other IE versions. I corrected this problem by setting the image size to auto, which fixed the home page thumbnails, but then made all the images in posts WordPress default sizes.

      Others have fixed this same problem with NextGEN Gallery in Genesis with this code:

      .entry-content .ngg-gallery-thumbnail img {
      height:auto;
      margin: 0 0 18px 0;
      max-width:auto;
      }

      I was wondering if there is a similar fix for Agile.

      #1067
      Wes
      Moderator

        Not sure on this, I don’t have IE8 (I’m a mac user), so I’m unable to see the issue.

        You can style the home images separately from the blog post images by styling them like this – “.home .post-image”

        #1073
        wesblueyes
        Customer

          I saw the issue using cross browser compatibility testing. In IE the images in the front page gallery only show up in one column, instead of in columns and rows.

          #1074
          Wes
          Moderator

            Does the demo show the error in IE?

            #1075
            wesblueyes
            Customer

              Yes, it does. I actually tested the demo, because my site is not live yet.

              #1076
              Wes
              Moderator

                Try changing the “img” to auto instead of 100% in your style.css file. Should be on or around line 1098.

                img {
                	height: auto;
                	max-width: auto;
                }
                #1077
                wesblueyes
                Customer

                  Ok, I gave it a try and nothing happened.

                  #1078
                  Wes
                  Moderator

                    It worked for me on the Agile demo. What is the link to your site so I can take a look?

                    #1081
                    wesblueyes
                    Customer

                      Hey, I did end up getting it to work by changing all the img widths to auto. Thanks!

                      #1082
                      Wes
                      Moderator

                        Awesome! Glad you got it fixed.

                      Viewing 10 posts - 1 through 10 (of 10 total)
                      • The topic ‘Compatibilty with Internet Explorer’ is closed to new replies.