1st slide in the banner is not showing text in botom left, as is in all the other banner slides.
The problem is that the text container is positioned absolute but the module is not assigning the height value to each slide and thats why the text is not in the position that it should.
If we assign the banner's height to the class .rb-slide it fixes the error.

Comments

alarez’s picture

Title: Text not showing up in 1st slide » This patch fixes the problem
StatusFileSize
new880 bytes

This patch sets the height values that the admins enters in the configuration to each slide wrapper DIV in the banner. This way the text box stays within the boundaries and do not overflows.

ahmed_samir’s picture

Thanks, the problem solved now just use this patch and if you still have problem put it manually