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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | rotating_banner-fix-text-not-showing-in-firts-slide-issue-number-1751750-1.patch | 880 bytes | alarez |
Comments
Comment #1
alarez commentedThis 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.
Comment #2
ahmed_samir commentedThanks, the problem solved now just use this patch and if you still have problem put it manually