oburt
Forum Replies Created
-
Your test blog is working on my end, but I did notice that it’s running WP 4.0 and jQuery 1.11.1. Our site is on WP 3.9.1 and jQuery 1.11.0.
Testing with the jetpack javascript confirmed that all of the correct Jetpack functions are firing, but the css was not getting applied. Testing with jQuery.css() on the command line has me suspecting it’s a bug in 1.11.0 that’s causing jQuery in IE9 to not apply the valid “-ms-transform” fallback style if there is an invalid “transform” style (like translate3d in IE9) being applied at the same time.
If true, I guess this should resolve itself once 4.0 hits the stable channel.
Compatibility mode not on. I tried deactivating plugins, but that did not help either.
I can’t tell exactly why it’s happening, but I can tell that it seems like the issue is the dynamic carousel image styling not getting applied by javascript. For instance, none of the divs with the class of .jp-carousel-slide have an -ms-transform applied to their element styles.
It’s not entirely broken though–you can still advance the carousel forward and back with the arrows and that changes which semi-transparent image is on top.
Could you share a test blog that has it working on your end so I could test it on my machine?