Needs review
Project:
Rotating Banner
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
24 Aug 2012 at 22:24 UTC
Updated:
6 Dec 2012 at 07:30 UTC
Jump to comment: Most recent file
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