PLEASE HELP! Is my website working properly?

Hello Everyone,

I’ve published my site for a little while now, but I’m getting quite a few people visit my site and come back to me saying all the links on the home page (at least, I think) don’t work.

I then say, please try again and they go back and it seems to work again.
Does anyone have any ideas as to why this might be the case?

I would be SO grateful if you could try out the site for me?

I’ve got a modal window pop-up, which occurs on scroll about 3/4 of the way down the home page. Not sure if that is affecting it - there’s a custom code cookie applied to it as well, which should prevent it appearing for 24 hours.

Please let me know if any of you are having issues.

Thanks guys!

Dan


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hi @DanUK1,

It looks like the issue is with what’s happening with your modal after it’s closed.

The opacity is set to 0 when the modal is closed, but the modal is still set to display: flex (it should be set to display: none when closed), which means the modal is technically in front of the rest of your site’s content and preventing users from being able to use those navigation links.

1 Like

Ah - Amazing - thanks.
I double checked and yes, the interaction to display: none had somehow been changed to an ‘error’.
I’ve changed that and hopefully it works now.
Thanks again.

1 Like