~~~ Please read before posting. ~~~
Important: We need your Club Number at a minimum, and as many details as possible.
For further info please read
This page
before posting.
Agenda Page is Broken
- JDeLucien
-
Topic Author
- Offline
- New Member
-
- Posts: 6
- Thanks: 0
Agenda Page is Broken
8 hours 20 minutes ago
Club #
07914325 (Speaking on Purpose)
I had a template for Contests.
I created a new agenda from the Contest template, changed the time, and removed some entries.
It had a checkbox to restrict signups. Since it was a contest, I clicked it.
I hit save.
BOOM - EVERYTHING BROKE. Login / Logout are dimmed. Initially, I opened a role, edited the text, and it allowed me to, and allowed me to delete roles, but I was unable to hit save and have it save. The role was still highlighted as "unsaved" and I could select no other roles. It seemed to think that I wanted it to move the item. I closed the window and no changes were saved. I logged out and logged back in. I closed the browser and reopened it.
I have screen shots attached.
PLEASE HELP! Our contest is Thursday night (3 days away)
I
I had a template for Contests.
I created a new agenda from the Contest template, changed the time, and removed some entries.
It had a checkbox to restrict signups. Since it was a contest, I clicked it.
I hit save.
BOOM - EVERYTHING BROKE. Login / Logout are dimmed. Initially, I opened a role, edited the text, and it allowed me to, and allowed me to delete roles, but I was unable to hit save and have it save. The role was still highlighted as "unsaved" and I could select no other roles. It seemed to think that I wanted it to move the item. I closed the window and no changes were saved. I logged out and logged back in. I closed the browser and reopened it.
I have screen shots attached.
PLEASE HELP! Our contest is Thursday night (3 days away)
This attachment is hidden for guests.
Please log in or register to see it.
Please log in or register to see it.
I
Jan DeLucien,
District 29,
Speaking on Purpose - 07914325
District 29,
Speaking on Purpose - 07914325
Please Log in or Create an account to join the conversation.
- Pam
-
- Offline
- Administrator
-
- Posts: 3781
- Thanks: 1041
Re: Agenda Page is Broken
6 hours 7 minutes ago
Please refer your website admin / club to the FreeToastHost Terms of Use Agreement
FreeToastHost 3 Support - Terms of Use Agreement
Style sheets and scripts have been stripped from your home page and Meeting Info page
The agenda looks as though a lot of work has gone into it. I haven't been able to fix that, but you can access other agendas via your Club Calendar and try to recreate the contest one and then delete the bad one.
You might need to clear your cache or reload the site to get in. Don't go to the bad agenda - start from another one via the calendar
Style sheets and scripts have been stripped from your home page and Meeting Info page
The agenda looks as though a lot of work has gone into it. I haven't been able to fix that, but you can access other agendas via your Club Calendar and try to recreate the contest one and then delete the bad one.
You might need to clear your cache or reload the site to get in. Don't go to the bad agenda - start from another one via the calendar
FreeToastHost Ambassador
VPE HOT Toastmasters 2025-2026 hot.toastmastersclubs.org/
Webmaster Redlands Toastmasters 2025-2026 redlands.toastmastersclubs.org/
VPE HOT Toastmasters 2025-2026 hot.toastmastersclubs.org/
Webmaster Redlands Toastmasters 2025-2026 redlands.toastmastersclubs.org/
The following user(s) said Thank You: JDeLucien
Please Log in or Create an account to join the conversation.
- Pam
-
- Offline
- Administrator
-
- Posts: 3781
- Thanks: 1041
Re: Agenda Page is Broken
5 hours 39 minutes ago
This is the deleted code:
Home page contents for club/district '7914325' stripped of scripts. Original contents were as follows:
<title></title>
<link href=" fonts.googleapis.com/css2?family=Inter:w...700&display=swap " rel="stylesheet" />
<style type="text/css">body {
font-family: 'Inter', sans-serif;
line-height: 1.7;
color: #2a2a2a;
padding: 0 30px; /* moderate side padding */
max-width: 900px; /* wider max width but readable */
margin: auto;
background: linear-gradient(180deg, #fdfcff 0%, #f0f4ff 100%);
animation: fadeIn 1.2s ease-in-out;
column-count: 1; /* force single column */
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
h1, h2 {
text-align: center;
color: #3c3c8b;
font-weight: 700;
margin-top: 40px;
position: relative;
padding-bottom: 10px;
}
h1::after, h2::after {
content: '';
display: block;
margin: 10px auto 0;
width: 60px;
height: 4px;
border-radius: 2px;
background: linear-gradient(to right, #7a3e9d, #3c3c8b);
}
h2 {
font-style: italic;
font-size: 3rem;
}
h1 {
font-size: 3.5rem;
background: linear-gradient(to right, #3c3c8b, #7a3e9d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
p {
font-size: 18px;
margin: 20px 0;
}
.center {
text-align: center;
}
.quote {
font-size: 20px;
font-style: italic;
color: #7a3e9d;
border-left: 4px solid #7a3e9d;
padding-left: 16px;
margin: 20px auto;
max-width: 700px;
background: #f8f2ff;
border-radius: 10px;
}
.bold {
font-weight: bold;
}
.link {
color: #3c3c8b;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
}
.link:hover {
color: #22225e;
text-decoration: underline;
}
hr {
margin: 40px 0;
border: none;
border-top: 2px solid #d0d4ec;
}
.video-thumbnail {
display: block;
margin: 20px auto;
border-radius: 16px;
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
transition: transform 0.4s ease, box-shadow 0.4s ease;
cursor: pointer;
}
.video-thumbnail:hover {
transform: scale(1.06);
box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
}
.section {
background: #ffffffee;
border-radius: 16px;
padding: 30px 20px;
box-shadow: 0 0 30px rgba(0,0,0,0.06);
margin: 20px 0;
animation: fadeInUp 1s ease-in-out;
column-count: unset; /* no columns here */
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.highlight {
background: #e3eafc;
padding: 12px 16px;
border-left: 5px solid #3c3c8b;
margin: 24px 0;
border-radius: 6px;
font-weight: 500;
}
</style>
<div class="section">
<h2>Speaking On Purpose</h2>
<p data-end="165" data-start="151" style="text-align: center;"><strong data-end="163" data-start="151">Welcome!</strong></p>
<p data-end="258" data-start="167">Are you looking for a supportive space to grow, challenge yourself, and build confidence?</p>
<p data-end="530" data-start="260">At our club, we believe <strong><em data-end="294" data-start="284">everyone </em></strong>has a voice worth sharing. Whether you want to sharpen your public speaking, improve your writing, or strengthen your leadership, you’ll find encouragement and practical skills you can use in both your personal and professional life.</p>
<p data-end="827" data-start="532">Our community is wonderfully diverse, some members are overcoming challenges with speech, cognition, or motor skills, while others join to build communication skills and discover new perspectives. Together, we create an uplifting environment where every story, style, and experience adds value.</p>
<p data-end="946" data-start="829">No matter where you’re starting from, you belong here. Come grow with us and see how your voice can inspire others.</p>
<p class="center bold" style="text-align: left;">We're on Zoom every 2nd and 4th, sometimes 5th Thursday evening. 6:30 - 7:30 PM</p>
<p class="center"><a class="link" href=" us06web.zoom.us/j/84985140569?pwd=vQekX7...qoaqxrG8d57aGr2whK.1 ">Join Zoom Meeting
<p class="center bold">Meeting ID: 849 8514 0569 / Passcode: 700782</p>
<div class="highlight">The room will open 15 minutes early for Zoom check-in. If you have a role, come early — or just come early to chat or ask questions. Everyone is welcome!</div>
</div>
<div class="section">
<h1>Why Are We Here?</h1>
<p>We're proud of our diversity and the challenges many of us face. Part of our club is about helping each other find ways to help us get our story or our cause out there. The other part is learning how to lead in a challenging environment along with others who may face leadership challenges. We take it all one step at a time. There is no such thing as a failure, only a step along the way.</p>
<p class="center quote">"I spent so much time being silent due to speech changes from the brain injury. After I joined the club, it’s like the flood gates opened. I’m thrilled with how much my ability to speak has improved, I can’t shut up, now!!" — Victoria Newman</p>
<p class="center"><a class="link" href=" www.facebook.com/profile.php?id=100093880683446 ">SOP On Facebook
</div>
<div class="section">
<h1>What to Expect?</h1>
<p class="center bold">(Who does what, when, and why)</p>
<p>Each meeting, we have people take on different roles. NO ONE is expected to do it right the first time... or the 2nd, 5th, or 10th time. We're here to help you learn. All that's required is the desire to try.Here's a video showing what an in-person meeting looks like.</p>
<p class="center"><strong><em>Every accomplishment begins with the decision to try. — John F. Kennedy</em></strong></p>
<p class="center">If you're curious about what to expect, this video describes the roles available in a meeting. You can use it as a reminder too!</p>
<a href="">img.youtube.com/vi/383gehepo8M/sddefault.jpg " width="640" />
<p class="center"><a class="link" href=" toastmasterscdn.azureedge.net/medias/fil...-wears-many-hats.pdf ">Read: A Toastmaster Wears Many Hats (PDF)
</div>
<div class="section">
<h2>How Do We Learn?</h2>
<h2 style="font-size: 36px;">Pathways!</h2>
<p>In addition to the support we get from each other during meetings, from mentors, and club officers, Toastmasters created a powerful learning program called Pathways. It helps you develop your own skills while supporting others in your club.</p>
<p>Watch the video below to learn more. Need help registering for a Path? Reach out to your VP of Education — that’s what they’re here for!</p>
<p class="center"><img alt="Pathways example image" class="video-thumbnail" height="370" src="/imageuploads/7914325/finley_shot.jpeg" width="641" /></p>
<p style="margin-left: 40px; font-style: italic;">I have learned so much from my Pathway units. For example, there are 7 different ways to organize a talk. I’ve only used 3 so far. And there are modules on giving and accepting feedback, PowerPoint presenting, team leadership, and communication. I haven’t even scratched the surface! Plus, it was free with my membership. What more could you ask for? — Jan DeLucien</p>
</div>
======================================================================================================================================================
Home page contents for club/district '7914325' stripped of style blocks. Original contents were as follows:
<title></title>
<link href=" fonts.googleapis.com/css2?family=Inter:w...700&display=swap " rel="stylesheet" />
<style type="text/css">body {
font-family: 'Inter', sans-serif;
line-height: 1.7;
color: #2a2a2a;
padding: 0 30px; /* moderate side padding */
max-width: 900px; /* wider max width but readable */
margin: auto;
background: linear-gradient(180deg, #fdfcff 0%, #f0f4ff 100%);
animation: fadeIn 1.2s ease-in-out;
column-count: 1; /* force single column */
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
h1, h2 {
text-align: center;
color: #3c3c8b;
font-weight: 700;
margin-top: 40px;
position: relative;
padding-bottom: 10px;
}
h1::after, h2::after {
content: '';
display: block;
margin: 10px auto 0;
width: 60px;
height: 4px;
border-radius: 2px;
background: linear-gradient(to right, #7a3e9d, #3c3c8b);
}
h2 {
font-style: italic;
font-size: 3rem;
}
h1 {
font-size: 3.5rem;
background: linear-gradient(to right, #3c3c8b, #7a3e9d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
p {
font-size: 18px;
margin: 20px 0;
}
.center {
text-align: center;
}
.quote {
font-size: 20px;
font-style: italic;
color: #7a3e9d;
border-left: 4px solid #7a3e9d;
padding-left: 16px;
margin: 20px auto;
max-width: 700px;
background: #f8f2ff;
border-radius: 10px;
}
.bold {
font-weight: bold;
}
.link {
color: #3c3c8b;
text-decoration: none;
font-weight: bold;
transition: all 0.3s ease;
}
.link:hover {
color: #22225e;
text-decoration: underline;
}
hr {
margin: 40px 0;
border: none;
border-top: 2px solid #d0d4ec;
}
.video-thumbnail {
display: block;
margin: 20px auto;
border-radius: 16px;
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
transition: transform 0.4s ease, box-shadow 0.4s ease;
cursor: pointer;
}
.video-thumbnail:hover {
transform: scale(1.06);
box-shadow: 0 14px 32px rgba(0, 0, 0, 0.15);
}
.section {
background: #ffffffee;
border-radius: 16px;
padding: 30px 20px;
box-shadow: 0 0 30px rgba(0,0,0,0.06);
margin: 20px 0;
animation: fadeInUp 1s ease-in-out;
column-count: unset; /* no columns here */
}
@keyframes fadeInUp {
from { opacity: 0; transform: translateY(30px); }
to { opacity: 1; transform: translateY(0); }
}
.highlight {
background: #e3eafc;
padding: 12px 16px;
border-left: 5px solid #3c3c8b;
margin: 24px 0;
border-radius: 6px;
font-weight: 500;
}
</style>
<div class="section">
<h2>Speaking On Purpose</h2>
<p data-end="165" data-start="151" style="text-align: center;"><strong data-end="163" data-start="151">Welcome!</strong></p>
<p data-end="258" data-start="167">Are you looking for a supportive space to grow, challenge yourself, and build confidence?</p>
<p data-end="530" data-start="260">At our club, we believe <strong><em data-end="294" data-start="284">everyone </em></strong>has a voice worth sharing. Whether you want to sharpen your public speaking, improve your writing, or strengthen your leadership, you’ll find encouragement and practical skills you can use in both your personal and professional life.</p>
<p data-end="827" data-start="532">Our community is wonderfully diverse, some members are overcoming challenges with speech, cognition, or motor skills, while others join to build communication skills and discover new perspectives. Together, we create an uplifting environment where every story, style, and experience adds value.</p>
<p data-end="946" data-start="829">No matter where you’re starting from, you belong here. Come grow with us and see how your voice can inspire others.</p>
<p class="center bold" style="text-align: left;">We're on Zoom every 2nd and 4th, sometimes 5th Thursday evening. 6:30 - 7:30 PM</p>
<p class="center"><a class="link" href=" us06web.zoom.us/j/84985140569?pwd=vQekX7...qoaqxrG8d57aGr2whK.1 ">Join Zoom Meeting
<p class="center bold">Meeting ID: 849 8514 0569 / Passcode: 700782</p>
<div class="highlight">The room will open 15 minutes early for Zoom check-in. If you have a role, come early — or just come early to chat or ask questions. Everyone is welcome!</div>
</div>
<div class="section">
<h1>Why Are We Here?</h1>
<p>We're proud of our diversity and the challenges many of us face. Part of our club is about helping each other find ways to help us get our story or our cause out there. The other part is learning how to lead in a challenging environment along with others who may face leadership challenges. We take it all one step at a time. There is no such thing as a failure, only a step along the way.</p>
<p class="center quote">"I spent so much time being silent due to speech changes from the brain injury. After I joined the club, it’s like the flood gates opened. I’m thrilled with how much my ability to speak has improved, I can’t shut up, now!!" — Victoria Newman</p>
<p class="center"><a class="link" href=" www.facebook.com/profile.php?id=100093880683446 ">SOP On Facebook
</div>
<div class="section">
<h1>What to Expect?</h1>
<p class="center bold">(Who does what, when, and why)</p>
<p>Each meeting, we have people take on different roles. NO ONE is expected to do it right the first time... or the 2nd, 5th, or 10th time. We're here to help you learn. All that's required is the desire to try.Here's a video showing what an in-person meeting looks like.</p>
<p class="center"><strong><em>Every accomplishment begins with the decision to try. — John F. Kennedy</em></strong></p>
<p class="center">If you're curious about what to expect, this video describes the roles available in a meeting. You can use it as a reminder too!</p>
<a href="">img.youtube.com/vi/383gehepo8M/sddefault.jpg " width="640" />
<p class="center"><a class="link" href=" toastmasterscdn.azureedge.net/medias/fil...-wears-many-hats.pdf ">Read: A Toastmaster Wears Many Hats (PDF)
</div>
<div class="section">
<h2>How Do We Learn?</h2>
<h2 style="font-size: 36px;">Pathways!</h2>
<p>In addition to the support we get from each other during meetings, from mentors, and club officers, Toastmasters created a powerful learning program called Pathways. It helps you develop your own skills while supporting others in your club.</p>
<p>Watch the video below to learn more. Need help registering for a Path? Reach out to your VP of Education — that’s what they’re here for!</p>
<p class="center"><img alt="Pathways example image" class="video-thumbnail" height="370" src="/imageuploads/7914325/finley_shot.jpeg" width="641" /></p>
<p style="margin-left: 40px; font-style: italic;">I have learned so much from my Pathway units. For example, there are 7 different ways to organize a talk. I’ve only used 3 so far. And there are modules on giving and accepting feedback, PowerPoint presenting, team leadership, and communication. I haven’t even scratched the surface! Plus, it was free with my membership. What more could you ask for? — Jan DeLucien</p>
</div>
======================================================================================================================================================
Meeting Info page contents for club/district '7914325' stripped of scripts. Original contents were as follows:
<div style="background: linear-gradient(135deg, #4b0082, #800080); padding: 50px 20px; color: white; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-align: center; border-radius: 12px; max-width: 1000px; margin: 40px auto; box-shadow: 0 10px 30px rgba(0,0,0,0.2);">
<h1 style="font-size: 36px; margin-bottom: 20px;">Speaking on Purpose Toastmasters Club</h1>
<p style="font-size: 22px; margin: 20px 0;">Meets virtually from <strong>6:30 PM – 7:30 PM</strong><br />
on the <strong>first, third, and fifth Thursdays</strong> of every month.</p>
<p style="font-size: 20px; margin: 20px 0;">The Zoom room opens at <strong>6:15 PM</strong> for role/meeting prep.<br />
Feel free to join early!</p>
<p style="font-size: 20px; margin: 20px 0;">Stay for <strong>15–30 minutes</strong> after the meeting to mingle, catch up, or ask questions.</p>
</div>
======================================================================================================================================================
Meeting Info page contents for club/district '7914325' stripped of style blocks. Original contents were as follows:
<div style="background: linear-gradient(135deg, #4b0082, #800080); padding: 50px 20px; color: white; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; text-align: center; border-radius: 12px; max-width: 1000px; margin: 40px auto; box-shadow: 0 10px 30px rgba(0,0,0,0.2);">
<h1 style="font-size: 36px; margin-bottom: 20px;">Speaking on Purpose Toastmasters Club</h1>
<p style="font-size: 22px; margin: 20px 0;">Meets virtually from <strong>6:30 PM – 7:30 PM</strong><br />
on the <strong>first, third, and fifth Thursdays</strong> of every month.</p>
<p style="font-size: 20px; margin: 20px 0;">The Zoom room opens at <strong>6:15 PM</strong> for role/meeting prep.<br />
Feel free to join early!</p>
<p style="font-size: 20px; margin: 20px 0;">Stay for <strong>15–30 minutes</strong> after the meeting to mingle, catch up, or ask questions.</p>
</div>
FreeToastHost Ambassador
VPE HOT Toastmasters 2025-2026 hot.toastmastersclubs.org/
Webmaster Redlands Toastmasters 2025-2026 redlands.toastmastersclubs.org/
VPE HOT Toastmasters 2025-2026 hot.toastmastersclubs.org/
Webmaster Redlands Toastmasters 2025-2026 redlands.toastmastersclubs.org/
Please Log in or Create an account to join the conversation.
- JDeLucien
-
Topic Author
- Offline
- New Member
-
- Posts: 6
- Thanks: 0
Re: Agenda Page is Broken
5 hours 14 minutes ago
It worked perfect! I grabbed the one from 2024 and was able to create the new agenda from it. However, apparently it went in as the "second" one for the date. So, selecting Meeting Agendas from Home caused it to fail. I've set the good agenda up as the day before our contest for now so people can get to it. It has red text in the Description.
Could you please delete the one on the 25th (no red text)for me? ::crossing fingers:: Then, I'll reschedule the good one to the 25th.
Thank you, again, SOOO much!
Could you please delete the one on the 25th (no red text)for me? ::crossing fingers:: Then, I'll reschedule the good one to the 25th.
Thank you, again, SOOO much!
Jan DeLucien,
District 29,
Speaking on Purpose - 07914325
District 29,
Speaking on Purpose - 07914325
Please Log in or Create an account to join the conversation.
Moderators: Brian, Jane Atkinson, Pam, rhtaylor3, marc33, NotLiable, jgavin, Lcala305, peterb323, DebbieT
Time to create page: 0.148 seconds
Copyright © 2025 FreeToastHost 3 Support. All Rights Reserved.