steveindzine

Results 23 comments of steveindzine

I am having the exact same issue and was wondering if it was a host issue. I am using WP Engine, what about you?

I have a similar problem with Background Size. It's set to contain for mobile devices but the CSS for this isn't being created. This is with Elementor 3.7.7 and Elementor...

I am having exactly the same issue. When I view the elements in devtools I can delete the extra header tag and it doesn't stop the sticky header from working,...

I had to tweak your solution to work for me: ` jQuery('#sticky-header').on('sticky:stick', function() { const duplicatedHeader = document.querySelector('#sticky-header.elementor-sticky__spacer'); // Sanity check if (duplicatedHeader) { const parent = duplicatedHeader.parentNode; parent.removeChild(duplicatedHeader); }...

> After doing some more digging, it seems that right after the sticky element gets duplicated an event gets triggered on it. That means we can actually avoid potentially costly...

Same here, it's been getting slower and slower and now I can't do anything at all. It should be a good feature. I have tried with Edge and Chrome and...

I just came here to report the same issue. My clients site uses them all over the place and it looks very odd! This is the site: https://staging.newburyracecourse.co.uk/racing/

I have tested with the latest version of Elementor on a staging site and I get the same issue: https://pagespeed.web.dev/analysis/https-staging-newburyracecourse-co-uk/vd2vxbl3zi?form_factor=mobile

The carousel has is using a aria-roledescription and aria-label attribute. There are parameters that can be set for role according to the swiper docs: https://swiperjs.com/swiper-api#accessibility-a11y Is there a way to...