Modal not working

Hi,

On this page - http://www.heldenopreis.nl/wie-zijn-wij/ - you’ll see the bottom section has ‘Ons Team’ with two rows of ‘content area modals’. The top row modal all work when clicking the name, the bottom row modals however don’t. As far as I can see they’re all the same. What am I missing?

Hi @yingfuli,

I can see the issue. From inspecting the console, there’s an error related to recaptcha. Though most probably not related because other modals are working. I don’t see anything unusual on the source code too. It would be best now if you can provide credentials inside a secure note so we check your setup.

Hey @yingfuli,

It’s because of HTML syntax error in the 3rd modal of the first team row. Specifically, you didn’t close the div.

I closed it to prove that it is the cause of the issue. I’d recommend that if you see HTML in your content, be sure to validate them in HTML validation sites like https://htmlhint.com/

Hope that helps.

Thanks! I didn’t notice that. Doesn’t it close at the end of the text?

You’re welcome. I believe you accidentally removed the default HTML in the modal when you were adding content.

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