Issue
-
In tablet and desktop mode, the text is visible. In phone mode, the text is not visible.
-
Steps To Reproduce:
1. Start a server DXP 7.3
2. Access the portal
3. Click Edit > Fragments > Slider
4. Add an image.
5. Edit the title and subtitle.
6. Choose phone mode.
Expected Behavior: Titles and subtitles are visible in phone mode.
Observed Behavior: Titles and subtitles are not visible in phone mode.
Environment
- Liferay DXP 7.3
Resolution
-
The observed behavior is the intended behavior of the DXP. The title and subtitle are embedded in a div that has the "d-md-block d-none" classes, which means that those are hidden for viewports smaller than the tablet.
-
This slider is inspired by https://getbootstrap.com/docs/4.0/components/carousel/#with-captions and there the same behavior can be seen if the user makes the window smaller.
Additional Information
- However, we have a different channel called "Global Service Team" that could be useful for getting assistance with customization or code implementation ideas.
- If more information is required, please open a support ticket.