- This topic has 6 replies, 2 voices, and was last updated 1 year, 5 months ago by
Dave Allipa.
-
-
3 January 2022 at 5:59 pm #2645::
Find the temporary solution and response from ET support in the comments plz.
Hi, When I use the tab module then for some reason it cuts off the last content text after browsing between the tabs.
Not my site, but it has the same problem
Its showing first time you click the tab, but next time it cuts off some of the content
In the screenshot you see the border cutting off the last text.
– It’s a locally hosted website
– I’ve tried to disable all catching
– I’ve tried to run safe mode (divi)
– I’ve tried to disable everything in Divi performance
– There are no console errors
– The module isn’t modifiedAny useful tips to solve this?
Regards
[original FB post]
-
3 January 2022 at 6:01 pm #2648
-
3 January 2022 at 6:02 pm #2649
-
3 January 2022 at 6:03 pm #2651
-
3 January 2022 at 6:05 pm #2652::
element.style { z-index: 1; display: block; opacity: 1; max-height: 0px; } .et_pb_all_tabs>div { display: none; } .et_pb_tab { padding: 24px 32px; } .et_pb_tab, .et_pb_tabs_controls { word-wrap: break-word; } .et_pb_all_tabs, .et_pb_module, .et_pb_posts_nav a, .et_pb_tab, .et_pb_with_background { background-size: cover; background-position: 50%; background-repeat: no-repeat; } a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; vertical-align: baseline; background: transparent; } * { -webkit-box-sizing: border-box; box-sizing: border-box; } user agent stylesheet div { display: block; }
-
3 January 2022 at 6:06 pm #2653
-
-
-
-
3 January 2022 at 6:16 pm #2654::
I’ve reported this bug to Elegant Themes… and support has been back too me.
Thank you for contacting ET Support! It is a known issue. We are aware of this and the development team is looking into it, it should be fixed in the coming versions of the theme. Unfortunately, there is no ETA on a solution that I can provide at this time. Though I can assure you that issues are addressed as quickly as possible based on our development team’s current workload and the severity of the issue when compared to the severity of other open issues.
WordPress Dashboard > Divi > Theme Options > Custom CSS and add the following:
.et_pb_module.et_pb_tabs .et_pb_all_tabs .et_pb_tab { max-height: inherit !important; }
-
- You must be logged in to reply to this topic.