Hello @KMCHTX,
I have investigated the page thoroughly and the reason why the content area modal element is not loading the modal popup is because of the extra <div>
tags you have added in the contents. To save us time, I went ahead and edited your modal contents into these:
<div style="padding: 25px; line-height: 1.4; text-align: left;">
<p>You can register for a class using the links below or by finding the class you want to register for on the
<a href="https://meditationinhouston.org/calendar">calendar</a>. You will be able to view the class on the same page. <br/><br/>
</p>
<p style="text-align:center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/prayers-for-world-peace/" title="Click here to register for Sunday Prayers for World Peace"]Sunday Prayers<br />
for World Peace[/button]</p>
<p style="text-align:center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/monday-modern-buddhism-class/" title="Click here to register for the Monday night Modern Buddhism class"]Monday<br />
Modern Buddhism[/button]</p>
<p style="text-align:center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/thursday-meditation-class/" title="Click here to register for the Thursday night meditation class"]Thursday<br />
Meditation Practice[/button]</p>
<p style="text-align:center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/monday-lunchtime-meditation/" title="tune in"]Monday <br/>Lunchtime
Meditation[/button]</p>
<p style="text-align:center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/tuesday-lunchtime-meditation/" title="tune in"]Tuesday <br/>Lunchtime
Meditation[/button]</p>
<p style="text-align:center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/wednesday-lunchtime-meditation/" title="tune in"] Wednesday <br/>Lunchtime
Meditation[/button]</p>
<p style="text-align: center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/friday-night-lecture/" title=" Click here to register for our next Friday night lecture"][events_list #_CATEGORYNEXTEVENT category="313" limit="1" class="mbl"]Friday Night Lectures: #_EVENTNAME[/events_list][/button]</p>
<p style="text-align: center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/day-course-live-stream/" title=" Click here to register for our next day course"][events_list #_CATEGORYNEXTEVENT category="314" limit="1" class="mbl"]Day Course: <br />
#_EVENTNAME[/events_list][/button]</p>
</div>
<div style="padding: 25px; line-height: 1.4; text-align: left;">
<p>You can watch the classes using the links below or by finding the class you want to watch on the <a href="https://meditationinhouston.org/calendar">calendar</a> or the class pages:</p>
<p style="text-align:center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/prayers-for-world-peace/" title="Click here to watch Prayers for World Peace from Sunday morning"]Sunday Prayers<br />
for World Peace[/button]</p>
<p style="text-align:center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/monday-modern-buddhism-class/" title="Click here to watch the meditation class from Monday night"]Monday<br />
Modern Buddhism[/button]</p>
<p style="text-align:center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/thursday-meditation-class/" title="Click here to watch the meditation class from Thursday night"]Thursday<br />
Meditation Practice[/button]</p>
<p style="text-align:center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/monday-lunchtime-meditation/" title="tune in"]Monday <br/>Lunchtime
Meditation[/button]</p>
<p style="text-align:center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/tuesday-lunchtime-meditation/" title="tune in"]Tuesday <br/>Lunchtime
Meditation[/button]</p>
<p style="text-align:center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/wednesday-lunchtime-meditation/" title="tune in"] Wednesday <br/>Lunchtime
Meditation[/button]</p>
<p style="text-align: center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/friday-night-lecture/" title=" Click here to watch our Friday night lecture"][events_list #_CATEGORYNEXTEVENT category="313" limit="1" class="mbl"]Friday Night Lectures: #_EVENTNAME[/events_list][/button]</p>
<p style="text-align: center;">[button class="mas" shape="rounded" size="mini" href="https://meditationinhouston.org/day-course-live-stream/" title=" Click here to watch today's day course"][events_list #_CATEGORYNEXTEVENT category="314" limit="1" class="mbl"]Day Course: <br />#_EVENTNAME[/events_list][/button]</p>
</div>
Kindly check out the page now.