Content Modal within footer causes page freeze

On the main website Bluntcoach.com in the footer clicking the Content modal causes the page to freeze as if the Content had showed up on screen, but the content doesn’t show and the page is left frozen unable to click on anything unless the page is refreshed.

Hi,

Thanks for writing in!

I tried the same set up on my test sites. I added multiple content area modal and text but I can’t replicate this issue.

Can you try the following:

  1. Test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

  2. Try to activate your parent theme, this is to test if something in your child theme is causing the issue.

Let us know how it goes!

Ok ive folowed the steps deactivated all plugins that were active and i tested the parent theme through Live testing and still the same problem I cleared the cache several times along the way as well so I’m guessing maybe it’s something to do with my code in the Modals? Il add a secure note to this with login details so you can have a look

Hi @ambertrnc,

It’s not freezing, the modal is broken because of malformed text content. Example,

`

<H2 class="h-callout" text-align: justify;

Blunt Coach.com was created to take a new style of Life Coaching to a Global Audience.

Having operated successfully in the private sector for over 30 years on a referral basis, Blunt Coach had become a brutally honest, graphic, and hugely successful method of personal development.

Bringing fresh philosophies, solid fundamentals, practical guiding principles, and actionable science into the daily lives of millions.

`

it should be like this with proper close elements.

`

Blunt Coach.com was created to take a new style of Life Coaching to a Global Audience.

Having operated successfully in the private sector for over 30 years on a referral basis, Blunt Coach had become a brutally honest, graphic, and hugely successful method of personal development.

Bringing fresh philosophies, solid fundamentals, practical guiding principles, and actionable science into the daily lives of millions.

`

I went ahead and fixed the first and third modal content, they affect the second and fourth modal.

Thanks!

Thats Solved it thanks for your help.

You’re welcome!
Thanks for letting us know that it has worked for you.

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