Off-canvas loading after page is fully loaded

Hi there,

I have an off-canvas element on a few of my pages, but it appears it can only be accessed after the page has FULLY finished loading. For example I can’t click it when it first shows up, I can only click it once the spinning circle in the tab stops spinning to indicate the page is fully loaded.

This could be frustrating for the user…

Do you know if there is a way around this? Or a way to state through JS that the off-canvas should be ready on initial window load and not after full page load?

I would greatly appreciate your help on this!

The page in question is: https://immagine.davidbarrydesigns.com.au/assessments/ when you click on ‘free quick check’ or ‘full assessment’

Cheers,
David

Hi David,

You are using the Off Canvas element which loads the Modal at the end of the DOM, so if you click into the link between it loads the Modal, should not open that. And there is no other way to open it before loading the DOM.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.