Rooms Modules [BUG REPORTED] Divi Tab module problem

Viewing 2 reply threads
    • #2645
      Dave Allipa
      Participant
        @dave
        Up
        0
        Down
        ::

        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

        Curtain Wall CNC Fabrication

        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 modified

        Any useful tips to solve this?

        Regards

        [original FB post]

        Attachments:
      • #2648
        Terry Hale
        Keymaster
          @mizagorn
          Up
          0
          Down
          ::

          What does the inspector say? Any class that could mess with it?

          • #2649
            Dave Allipa
            Participant
              @dave
              Up
              0
              Down
              ::

              There’s only that module (2) on the page, no custom class or anything

              Attachments:
              • #2651
                Terry Hale
                Keymaster
                  @mizagorn
                  Up
                  0
                  Down
                  ::

                  What about the Styles tab of the Inspector? Anything that messes-up the height of either the text, text container, tab active slide…?

                  • #2652
                    Dave Allipa
                    Participant
                      @dave
                      Up
                      0
                      Down
                      ::
                      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;
                      }
                    • #2653
                      Dave Allipa
                      Participant
                        @dave
                        Up
                        0
                        Down
                        ::

                        Didn’t add any margins or padding to anything

                        Its showing first time you click the tab, but next time it cuts off some of the content

                • #2654
                  Dave Allipa
                  Participant
                    @dave
                    Up
                    0
                    Down
                    ::

                    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;
                    }
                Viewing 2 reply threads
                • You must be logged in to reply to this topic.