Hi,
I've finally been able to download the module and I see some small problems in it now.
If no link set up why display a readmore button ? I know I can hide the button with some display:none CSS but I think the module should handle that.
If no description/link/title is set why display an empty overlay ? Sometimes (not my case here), you just need a more or less basic slideshow without title/description etc.
Thank you for your attention
Edit : Setting up a display:none was not enough, I also had to remove some br with a template override. I think those should not be there as css margin / padding should be enough to separate titles from description, description from readmore link, as they are all encapsulated in paragraphs.
Thank you for using JUX Slideshow. Such details we will definitely pay attention to and we'll change these current problems in the next version in near future.
Thank you so much for supporting JUX extensions. If you have any questions, please feel free to let us know so we can help you.
This interfere with the default template css if loaded after (and it actually does for the site I'm working on using T3 template framework with minified CSS)
Using a selector like this corrects that :
Another problem (not an easy one this time i'm afraid) :
The slideshow has an unnecessary (that does not fit well with my actuel template) margin/padding with some rounded borders.
I thought I could just remove the corresponding css but this reveals to not be enough.
I just want the slideshow to fill a 940px by 450px square but the module seems to recalculate my given width and adds inline style that removes 10pixels to the configured width and height of the slides.
So no matter the witdh I enter in configuration, the module renders some 930px large slides in a 940px large square, and takes off 10px to the configured height.
In example if I configure the module with to a 950px width and a 470px height, the module seems to calculate the available with to 940px, set the width to 930px and the height to 460px !