Acme Themes

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Feature Section Slider visible only in Chrome #91348
    boodoopl
    Participant

    Hi,

    I’ve fixed the problem by downgrading WP Core from 5.6 to 5.5.3.

    in reply to: Feature Section Slider visible only in Chrome #91270
    boodoopl
    Participant

    Hi,

    There is a blank empty white space visible between the top header and feature columns section instead of the feature section.

    This is the source of blank element:

    <div class="image-slider-wrapper home-fullscreen full-screen-bg">
       <div class="acme-slick-carausel">
          ...
       </div>
    </div>

    And the display CSS option of “acme-slick-carausel” is:

    .acme-slick-carausel {
        display: none;
    }

    Looks like carausel is not initialized correctly in Firefox and it gets stuck in some uninitialized state.

    In Chrome page source looks totally different:

    <div class="acme-slick-carausel slick-initialized slick-slider" style="display: block;">
    ...
    </div>
Viewing 2 posts - 1 through 2 (of 2 total)