There is an option to enable support for fluid themes in the plugin settings. Did you turn it on?
Dalton
Thanks for replying. I did turn that on but it hasn’t made any difference? You can see the website here: http://www.studiostrike.com/mothership/test/
Am I doing something wrong?
Ah, I see the problem… the “Horizontal Scroll” transition does not work with fluid themes. Try the Fade transition instead.
Dalton
Ah thank you! I saw that the slide had a star next to it but I couldn’t see anywhere what it meant! Is this something that is possible and might be available in the future for fluid layouts? Thats been a great help anyway, thanks very much
Lucy
I think we reference it in the documentation tab, but I’m not sure. We did try very hard to get that transition working with fluid themes but it’s a problem with the underlying javascript slide library, which we did not create. I will maybe get in touch with the author of that plugin and see if there’s anything that can be done.
Hey Dalton,
Is there a solution for this already? I ran into the same problem. Love the horizontal option, but even in css I can’t get the images to be responsive.
Thanks a lot!
If you’d like to play around with this, you can edit the plugin. In ‘inc/shortcode.php’ at line 155, if you change
if ( $trans == ‘fade’) {
$slideshow .= ‘ fade’;
}
To just
$slideshow .= ‘ fade’;
You’ll see how the scrollhorz transition works in fluid themes. I don’t think it’s very pretty, but it does work.