Feature Section Slider visible only in Chrome - Acme Themes

Best Premium and Free WordPress Themes Forums Medical Circle Feature Section Slider visible only in Chrome

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #91155
    boodoopl
    Participant

    Hi,

    After couple of updates, I’ve noticed that Feature Section Slider is only visible in Chrome browser.
    In Firefox and IE it’s missing – white background is visible instead.

    Affected webpage

    Reproducible in Medical Circle 3.0.0, 2.0.1 and 2.0.0

    #91207
    acmethemes
    Keymaster

    Hello,
    We checked your site in Firefox and IE. We didn’t find such a problem. Can you please provide a screenshot to make your issue clear?

    Best Regards!

    #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>
    #91348
    boodoopl
    Participant

    Hi,

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.