Best Premium and Free WordPress Themes › Forums › Medical Circle › Feature Section Slider visible only in Chrome
- This topic has 3 replies, 2 voices, and was last updated 2 years, 1 month ago by
boodoopl.
- AuthorPosts
- January 2, 2021 at 2:28 pm #91155
boodoopl
ParticipantHi,
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.Reproducible in Medical Circle 3.0.0, 2.0.1 and 2.0.0
January 3, 2021 at 5:28 pm #91207acmesupports
ModeratorHello,
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!
January 4, 2021 at 4:34 pm #91270boodoopl
ParticipantHi,
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>
January 5, 2021 at 9:34 pm #91348boodoopl
ParticipantHi,
I’ve fixed the problem by downgrading WP Core from 5.6 to 5.5.3.
- AuthorPosts
- You must be logged in to reply to this topic.