Support may delay or unavailable from 30-03-2025 to 10-04-2025 due to Eid Holyday break.

Accordion does not show full content when open

Ticket for: Accordions
0
Accordion does not show full content when open 1
Dea Mikeworth
Aug 03, 2022 02:05 AM 3 Answers
Member Since Aug 2022
Subscribed Subscribe Not subscribe
Flag(0)

I have an accordion I'm working on. I place a shortcode inside the accordion content. When I place the accordion shortcode on a page, it appears and opens, but the content is cut off. I need it to open the full height of the content.

2 Subscribers
Accordion does not show full content when open 1
Accordion does not show full content when open 3
Submit Answer
Please login to submit answer.
3 Answers
Sort By:
Best Answer
0
Accordion does not show full content when open 4
Azizul Raju
Aug 07, 2022
Flag(0)

I can see you already tried to fix that issue by setting min-height: 100%; and it's not working as expected. It's the issue that is related to ULC. But for now, you can set a min-height with pixels.

.ulc-list-render{min-height: 600px !important}

Accordion does not show full content when open 5
Dea Mikeworth
- Aug 08, 2022 06:59 PM
Flag (0)
0

I do appreciate the help. But, each ULC is a different height and they are constantly being updated. I’d really like this to work without changing the CSS every time I add a link. I will keep working on it.

Sign in to Reply
Replying as Submit
Best Answer
0
Accordion does not show full content when open 4
Azizul Raju
Aug 06, 2022
Flag(0)

Hi Dea, I can see a CSS property called 'overflow' is causing the issue. And this CSS is not coming from our plugin. It's coming from a plugin called 'ulc'. Kindly check this screenshot- https://i.imgur.com/BeJOu6t.png

To fix that issue, you can contact the 'ulc' plugin support, or you can overwrite the CSS with our plugin. For that, go to Edit your accordion. Then under Custom scripts, there is a field called Custom CSS. just copy and CSS code from below and paste it under the Custom CSS section.

.ulc-list-render{overflow: visible !important}

You can follow the screenshots -
https://i.imgur.com/ZfpxK3f.png
https://i.imgur.com/UZ7bh7m.png

Accordion does not show full content when open 5
Dea Mikeworth
- Aug 06, 2022 07:39 PM
Flag (0)
0

I appreciate the help!
Anyway, I changed it in the Accordions custom script and then directly in the ULC style.css file. The first accordion I open appears to act correctly (I think), but any subsequent ones I open, the content now behaves as if overflow is set to “scroll” when it is set to “visible.” The content is still cut off, but a scroll bar is shown on the right. Getting closer, but still not working as I’d like.
I would like this accordion to load the full content of each nested accordion on open.

Sign in to Reply
Replying as Submit
Best Answer
0
Accordion does not show full content when open 4
Azizul Raju
Aug 03, 2022
Flag(0)

Hi Dea, Thanks for your post.
Could you please share the site URL so that we can investigate?

Accordion does not show full content when open 5
Dea Mikeworth
- Aug 04, 2022 09:01 PM
Flag (0)
0
Sign in to Reply
Replying as Submit