Hi, I'm having problems with Flex Slider and IE7
I have it setup in Views to show a Title and Summary text fields and an Image field.
All works fine in Firefox, Safari, Opera but not IE7.
IE7 shows the text fields but not the image field, it also appears to ignore my css changes. if I switch on compatibility mode In IE7 the image appears but far too large at full size, although the css changes appear OK. see: screengrabs.

Any ideas on what the problem may be. (besides IE7!)

Mike

CommentFileSizeAuthor
Safari.jpg50.88 KBMike007
IE7.jpg36.34 KBMike007
IE7 compatibility mode.jpg108.8 KBMike007
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

davidwatson’s picture

Status: Active » Postponed (maintainer needs more info)

Can't seem to duplicate the issue in IE7, either from the test site or from my own. Perhaps something in your theme's CSS?

Mike007’s picture

Hi David
It may be something in my CSS that IE dislikes, but I can't see it, after checking various settings in my browser I managed to get the images to show in IE7 - but at actual size, ie they where not scaled by the Media/Image Style I had setup.
My eventual workaround was to use the IE star hack in my CSS to resize the images through the CSS rather than the Media/image style.

Mike

davidwatson’s picture

Status: Postponed (maintainer needs more info) » Fixed

Marking this fixed, then. Feel free to reopen if others have the same issue.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ivanchaer’s picture

I was getting a js error:

SCRIPT1028: Expected identifier, string or number
slider.options.js?m62tl1, line 35 character 5

In the line 'slideToStart: 0,':

$('article.flexible-slideshow .flexslider').flexslider({
      animation: "fade",
      slideshowSpeed: 6000,
      slideToStart: 0,
    });

I removed the last comma, and everything started to work normally.