Tag: Classes

YouthFam bouldering class at Wall Walkers Bouldering discussing route beta

Home School Classes

Home School Classes

Climbing | Fitness | Community

Just

$29.99Then $24.99 per week

Unlimited Home School classes per term

Includes, your coach, entry, shoe & chalk hire

Great physical, mental, & social confidence booster!

Join Us

.video-wrapper {
position: relative;
width: 100%;
margin: 0 auto; /* Center the wrapper horizontally */
}

.video-wrapper::before {
content: “”;
display: block;
padding-bottom: 177.78%; /* 9:16 aspect ratio for portrait video */
}

.video-wrapper video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: zoom;
object-position: top;
}

.video-wrapper {
position: relative;
width: 100%;
height: calc(100vh – 60px); /* Adjust the height to leave space for the text */
overflow: hidden;
}

.video-wrapper video {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
object-fit: cover;
}

.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
}

.text-wrapper {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 20px 5px; /* Update the padding to only have top and bottom values */
text-align: left;
color: #fff;
z-index: 1;
}

.text-wrapper h2 {
margin: 0;
}

.text-wrapper h4 {
margin: 0;
color: #fff000;
}

Home School Classes
Climbing | Fitness | Community

#visual {
width: 100%;
height: auto;
position:absolute;
left:0;
bottom:0;
transform: translatey(20%);
}

Why ?

Sign up now and give your child the opportunity to grow, learn, and socialize in Home School classes!

Join Us

Discover the joy and benefits of our Home School classes, designed to fit seamlessly into your child’s weekly routine. Our consistent schedule not only facilitates commitment and progress for your child but also offers a much-needed energy boost.
With personalized coaching in smaller classes, each child receives the attention needed to enhance their climbing skills. Beyond the physical, we aim to foster concentration, problem-solving abilities, and self-confidence, equipping your child with invaluable life skills for a balanced and thriving future.
Join us for an experience that’s more than just climbing—it’s a step towards holistic development.

Subscribe for Classes

Our Home School Classes are currently open for expressions of interest. Please use the “Register Interest” form below, and we will provide you with more details on classes and pricing as soon as they are finalized.
Please note, enrolment is on a first come, first served basis, so registering your interest early is the best way to secure a spot for your child.

Just

$29.99Then $24.99 per week

Unlimited Home School classes per term

Includes, your coach, entry, shoe & chalk hire

Great physical, mental, & social confidence booster!

Join

Schedule

Fun & Social Climbing
Max Class Size: 10
Engage in playful climbing games that promote problem-solving and dynamic movement. Enjoy the camaraderie as you socialize with fellow climbers.

Wall Walkers Bouldering resets weekly every Tuesday morning meaning No Class on this day.

Technique Tuning
Max Class Size: 10
Sharpen your climbing skills with a focus on footwork, hand placement, and efficient movement on the wall.

Strength Training
Max Class Size: 10
Power up with climbing-specific exercises like 4x4s, pull-ups, pushups, and various hangs, all aimed at building muscle endurance and strength.

Cardio & Endurance
Max Class Size: 10
Push your limits with cardio-intensive activities and endurance exercises, including max hangs and wall traversing, to improve your staying power.

Not quite ready to sign up?

Simply

Pay per Class$18.00 per class

Ultimate flexibility, valid for 1 year from purchase

Includes, your coach, entry, shoe & chalk hire

Great physical, mental, & social confidence booster!

One by One

No, I would like to JOIN

Home School Classes

body {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.login-box {
width: 100%;
padding: 50px;
background: #181818;
box-sizing: border-box;
box-shadow: 0 15px 25px rgba(0, 0, 0, .6);
border-radius: 10px;
}

.login-box h2 {
margin: 0 0 30px;
padding: 0;
color: #fff000 !important;
text-align: center;
font-family: Arial Black;
font-size: 2em;
}

.login-box h3 {
font-size: 18px;
color: white !important;
font-weight: bold;
font-family: Arial Black, Gadget, sans-serif;
margin: 0px;
padding: 0px;
margin-top: 10px;
padding-top: 10px;
}

@media (max-width: 767px) {
.login-box h2 {
margin: 0 0 30px;
padding: 0;
color: #fff000 !important;
text-align: center;
font-family: Arial Black;
font-size: 1em;
}
}

.login-box .user-box {
position: relative;
}

.login-box .user-box input,
.login-box .user-box textarea {
width: 100%;
padding: 10px 0;
font-size: 16px;
color: #fff;
margin-bottom: 30px;
border: none;
border-bottom: 1px solid #fff;
outline: none;
background: transparent;
font-family: ‘Century Gothic’;
}

.login-box .user-box label {
position: absolute;
top: 0;
left: 0;
padding: 10px 0;
font-size: 16px;
color: #fff;
pointer-events: none;
transition: .5s;
font-family: ‘Century Gothic’;
}

.TandC label {
color: #fff !important;
font-family: ‘Century Gothic’;
}

.makeLink {
color: #fff000 !important;
text-decoration: underline;
font-family: ‘Century Gothic’;
}

.makeLink:hover {
color: white !important;
text-decoration: none;
font-family: ‘Century Gothic’;
}

.login-box .user-box input:focus~label,
.login-box .user-box input:valid~label {
top: -20px;
left: 0;
color: #fff000;
font-size: 12px;
}

.login-box .user-box textarea:focus~label,
.login-box .user-box textarea:valid~label {
top: -20px;
left: 0;
color: #fff000;
font-size: 12px;
}

.login-box form input[type=submit] {
position: relative;
display: inline-block;
padding: 10px 20px;
color: white;
background-color: black;
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
transition: .5s;
margin-top: 40px;
letter-spacing: 4px
}

.login-box input[type=submit]:hover {
background: #fff000;
color: black;
border-radius: 5px;
box-shadow: 0 0 5px #fff000,
0 0 25px #fff000,
0 0 50px #fff000,
0 0 100px #fff000;
}

.login-box input[type=checkbox] {
width: 25px;
height: 25px;
vertical-align: middle;
position: relative;
}

.form-inline {
display: flex;
align-items: center;
width: 100%;
}

.form-inline label {
margin: 5px 10px 5px 0;
}

/* .form-inline input {
vertical-align: middle;
margin: 5px 10px 5px 0;
padding: 10px;
background-color: #fff;
border: 1px solid #ddd;
} */

::-webkit-calendar-picker-indicator {
filter: invert(1);
}

.container {
padding: 20px 100px 20px 100px;
text-align: left;
display: none;
}

.container p {
color: white;
font-size: 14px;
margin-bottom: 20px;
font-family: Century Gothic;
margin: 0px;
padding: 0px;
}

.container li {
color: white;
font-size: 14px;
margin-bottom: 20px;
font-family: Century Gothic;
margin: 0px;
padding: 0px;
}

.ReturnText {
color: #fff000;
font-size: 14px;
margin-bottom: 20px;
font-family: Century Gothic;
margin: 0px;
padding: 0px;
}

#toggleButton {
display: flex;
position: fixed;
align-items: center;
justify-content: center;
top: 0;
left: 0;
}

.ring {
position: relative;
top: 100%;
left: 0%;
/* transform: translate(-50%, -50%); */
width: 50px;
height: 50px;
background: transparent;
border: 3px solid #3c3c3c;
border-radius: 50%;
text-align: center;
line-height: 150px;
font-family: sans-serif;
font-size: 20px;
color: #fff000;
letter-spacing: 4px;
text-transform: uppercase;
text-shadow: 0 0 10px #fff000;
box-shadow: 0 0 20px rgba(0, 0, 0, .5);
display: none;
}

.ring:before {
content: ”;
position: absolute;
top: -3px;
left: -3px;
width: 100%;
height: 100%;
border: 3px solid transparent;
border-top: 3px solid #fff000;
border-right: 3px solid #fff000;
border-radius: 50%;
animation: animateC 2s linear infinite;
}

.circleContainer {
display: none;
position: absolute;
top: calc(50% – 2px);
left: 50%;
width: 50%;
height: 4px;
background: transparent;
transform-origin: left;
animation: animate 2s linear infinite;
}

.circleContainer:before {
content: ”;
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background: #fff000;
top: -6px;
right: -8px;
box-shadow: 0 0 20px #fff000;
}

.drop {
cursor: pointer;
}

@keyframes animateC {
0% {
transform: rotate(0deg);
}

100% {
transform: rotate(360deg);
}
}

@keyframes animate {
0% {
transform: rotate(45deg);
}

100% {
transform: rotate(405deg);
}
}

Register Your Interest

Parent Name

Child Name

Child Age

Mobile Number

Email

Class Type:

Captcha Question: What is 4 plus 4?

By checking this box you agree to the below terms and conditions

Introduction:

These Terms and Conditions (the “Agreement”) govern the terms by which
you may participate in Wall Walkers Bouldering class Programs. The Programs offered by Wall Walkers
Bouldering are outlined on the specific class information pages (listed below) and in this
agreement.

Register:

To register for a Class Program, you must complete the registration process by providing Wall
Walkers Bouldering with current, complete, and accurate information as
prompted by the applicable registration form. You acknowledge that if any information provided by
you is untrue, inaccurate, not current, or incomplete, we may be unable to contact You
and/or your child, and we reserve the right to terminate your position in the Class Program queue.

Enrollment:

To participate in a Program, Wall Walkers Bouldering will confirm your details via email and provide
you with the relevant class details including start date, end date, and payment link.

Communication:

By submitting this form, you agree to receive communications from Wall Walkers Bouldering, including
via e-mail, text message, calls, and push notifications. You agree that texts, calls, or prerecorded
messages may be generated by automatic telephone dialing systems.
Communications from Wall Walkers Bouldering, its affiliated companies, and/or agents, may include
but are not limited to: operational communications concerning your class or Program, updates
concerning new and existing features on the Wall Walkers Bouldering website, and news concerning
Wall Walkers Bouldering and industry developments.

Termination:

Should your child act unreasonably during a class on multiple occasions, Wall Walkers Bouldering
reserves the right to terminate your child’s remaining classes without a refund.

Home School Classes:

Home School Classes are specifically designed to accommodate the needs of home-educated children,
focusing on their physical development and social interaction through climbing. These classes are
scheduled during typical school hours to facilitate accessibility for home school students.

Home School Classes are run on a subscription basis, each subscription has different pros and
cons. Be sure to understand your subscription clearly.
Shoe and chalk hire are included in the price.
Memberships can be frozen for 1 week without charge; subsequent weeks will be charged at $5 per
week.
No discounts or refunds for missed classes due to freezing a membership.
1 Free pass card will be issued on the first visit; a $20 fee applies for replacement if lost or
stolen.
Comp Squad memberships are non-transferable.
All prices include 10% GST.
Surcharges may apply as stated; no additional fees or charges.
Kids must be at least 7 years old to participate in Home School Classes.
If Wall Walkers Bouldering cancels a class, a make-up class will be scheduled on a different
day.
Wall Walkers Bouldering reserves the right to refuse membership renewal if your child does not
regularly participate in classes.
There are no refunds for missed classes or competition entries.

By submitting the information in this form, you acknowledge that you have read,
understand, and agree to be bound by the terms and conditions of this Agreement and that we may
contact you from time to time with class updates and offers.

function ShowHide() {
var x = document.getElementById(“container”);
console.log(x);
if (x.style.display === “none” || x.style.display === “”) {
x.style.display = “block”;
} else {
x.style.display = “none”;
}
}

//https://stackoverflow.com/questions/374644/how-do-i-capture-response-of-form-submit
document.forms[‘sendForm’].addEventListener(‘submit’, (event) => {
event.preventDefault();
// TODO do something here to show user that form is being submitted
var submitButton = document.getElementById(“submit”);
var loadingMainCircle = document.getElementById(“loading”);
var loadingSmallCircle = document.getElementById(“loadingCircle”);

// console.log(loadingSmallCircle);

submitButton.style.display = “none”;
loadingMainCircle.style.display = “block”;
loadingSmallCircle.style.display = “block”;

fetch(event.target.action, {
method: ‘POST’,
headers: {
“Content-Type”: “application/x-www-form-urlencoded”, // Necessary for URL-encoded forms
“x-app-identifier”: “WallWalkersBouldering_MonkeyMagic”, // Custom header for trusted requests
},
body: new URLSearchParams(new FormData(event.target)) // event.target is the form

})

.then((response) => {
if (!response.ok) {
throw new Error(‘Network response was not ok: ‘ + response.statusText);
}
return response.json(); // This parses the JSON body and returns another promise
})

.then((body) => {
console.log(“Body: “, body.responseMessage);
// TODO handle body
if (body.responseCode == 201) { //Success
changeText(body.responseMessage);
}
else { //Other things
changeText(“Submitted Unsuccessfully: ” + body.responseMessage);
}

submitButton.style.display = “block”;
loadingMainCircle.style.display = “none”;
loadingSmallCircle.style.display = “none”;
})

.catch((error) => { //Error
console.error(‘There was a problem with the fetch operation: ‘, error);
changeText(“There was a problem submitting your form. Please try again later.”);
submitButton.style.display = “block”;
loadingMainCircle.style.display = “none”;
loadingSmallCircle.style.display = “none”;
});
});

var timeout;
function changeText(message) {
var elem = document.getElementById(“Submitted”);

var date = new Date();
var hours = date.getHours();
var minutes = (date.getMinutes() < 15 ? '0' : '') + date.getMinutes(); elem.innerHTML = message; clearTimeout(timeout); timeout = setTimeout(function () { elem.innerHTML = ""; }, 10000); }

CompSquad

Comp Squad

Test your limits!

Every Saturday from 8:00 to 09:30 am.  $31 per week max 6 kids.

Comp Squad

Test your limits!

Every Saturday from 8:00 to 09:30 am.  $31 per week max 6 kids.

WHY COMP SQUAD?

Training, to become a stronger climber with like-minded people.
Build strength, skill, and technique
Comp Squad is for kids who want to test their limits, and learn advanced climbing movements and techniques such as, in-depth footwork, body positioning/awareness, using momentum, optimizing the use of hold types and grip types, detailed beta breakdown, visualisation.
Training will be tailored to individuals to suit different strengths and weaknesses such as physical body strength, finger strength, power, endurance, flexibility, mobility, and head space.  Kids will learn everything they need to be successful in climbing competitions such as detailed rule break down for different competition formats, strategies, and competitive mentality.
Perhaps the most important part…have fun and make friends!

Comp Squad is full.Register your interest below to join the waiting list.

Spots available
Term 1 Signups Underway, the first class will be 27th, January, 2024.

Register Interest

FAQ

Kids who join CompSquad have a defined interest in improving their general strength, coordination, balance, and climbing skills.  To join simply submit your request using the below Form, a member of our staff will get in contact with you about your inquiry and assess how well your child will fit into CompSquad or if another of our classes might be more beneficial.
We will only offer kids a spot in CompSquad if there is one currently available.

The membership price includes:

Entry to the gym during hours of operation,
Classes with our instructor split over each school term,
Rental shoes and chalk if needed during class only

CompSquad memberships work the same as all memberships at Wall Walkers Bouldering, except that classes on Saturdays are included.  So long as your child is a member of CompSquad, they can join all CompSquad classes and climb any time during the week during staffed hours.  If your child is 16 or over they may also sign up for our 24-hour access.
Regular Membership Benefits:

Unlimited access to our bouldering gym
Weekly reset of wall sections
Regular Saturday night community setting sessions and pizza night
A 20% discount on gear and equipment
Access to exclusive member-only events
Free entry to our regular competitions
Our great community of climbers and staff, be sure to check out our Community Discord Chat
A fully air-conditioned gym
Free WiFi
And much more!

The membership $31 each week. 
The membership rate will be charged each week until the membership is canceled.

No. This is a membership pass that also covers classes. Once purchased your child will receive a 20% discount on any climbing gear purchased through our pro shop.

The kids will learn:

Intermediate to advanced climbing techniques, when to apply them, and why,
How to physically / mentally train to climb at their best,
How to warm up correctly and avoid injury during training competitions,
Everything they will need to be a successful climber.

Class is every Saturday morning at 8:00 – 09:30 am in total a 90 min.
Classes will vary from week to week and focus on building strength, balance, flexibility, coordination, and climbing skill.

There are no refunds or transfers for missed classes.

In the event, Wall Walkers cancels a class, we will run a make-up class at a later date.

Comp Squad Instructor

Jackson Mead

As an avid climber, I’m fascinated by the diverse approaches to solving different routes and problems. I find joy not only in discovering my own solutions but also in observing how others tackle their projects, often revealing methods I hadn’t considered. The climbing community’s supportive nature is another aspect I cherish; we constantly encourage each other to improve, making the pursuit of new limits both easier and more rewarding.
I’m currently pursuing Certificates III and IV in Fitness, with a clear focus on climbing training and calisthenics (bodyweight exercises). I’m excited about the opportunity to share my knowledge through both group classes and one-on-one coaching, offering insights on climbing-specific training to enhance strength and technique. Whether you’re a beginner or an experienced climber looking to push your boundaries.
I look forward to helping you achieve your goals.

And much more…

How do i book in?

Bookings are first come first served
If our classes are full, be sure to join the waiting list for the best chance to get a future spot.
Simply fill out the form below to register your interest and a team member will be in touch shortly.

body {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.login-box {
width: 100%;
padding: 50px;
background: #181818;
box-sizing: border-box;
box-shadow: 0 15px 25px rgba(0,0,0,.6);
border-radius: 10px;
}

.login-box h2 {
margin: 0 0 30px;
padding: 0;
color: #fff000 !important;
text-align: center;
font-family: Arial Black;
font-size: 2em;
}

.login-box h3 {
font-size: 18px;
color: white !important;
font-weight: bold;
font-family: Arial Black, Gadget, sans-serif;
margin: 0px;
padding: 0px;
margin-top: 10px;
padding-top: 10px;
}

@media (max-width: 767px) {
.login-box h2 {
margin: 0 0 30px;
padding: 0;
color: #fff000 !important;
text-align: center;
font-family: Arial Black;
font-size: 1em;
}
}

.login-box .user-box {
position: relative;
}

.login-box .user-box input,
.login-box .user-box textarea {
width: 100%;
padding: 10px 0;
font-size: 16px;
color: #fff;
margin-bottom: 30px;
border: none;
border-bottom: 1px solid #fff;
outline: none;
background: transparent;
font-family: ‘Century Gothic’;
}
.login-box .user-box label {
position: absolute;
top:0;
left: 0;
padding: 10px 0;
font-size: 16px;
color: #fff;
pointer-events: none;
transition: .5s;
font-family: ‘Century Gothic’;
}

.TandC label{
color: #fff !important;
font-family: ‘Century Gothic’;
}

.makeLink{
color: #fff000 !important;
text-decoration: underline;
font-family: ‘Century Gothic’;
}

.makeLink:hover{
color: white !important;
text-decoration: none;
font-family: ‘Century Gothic’;
}

.login-box #submitBlock{
/* position: relative;
display: inline-block; */
padding: 10px 20px;
/* color: white; */
/* background-color: black ; */
/* font-size: 16px; */
/* text-decoration: none;
text-transform: uppercase; */
/* overflow: hidden; */
/* transition: .5s; */
margin-top: 40px;
/* letter-spacing: 4px */
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
top: -20px;
left: 0;
color: #fff000;
font-size: 12px;
}

.login-box .user-box textarea:focus ~ label,
.login-box .user-box textarea:valid ~ label {
top: -20px;
left: 0;
color: #fff000;
font-size: 12px;
}

.login-box form input[type=submit] {
position: relative;
display: inline-block;
padding: 10px 20px;
color: white;
background-color: black ;
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
transition: .5s;
/* margin-top: 40px; */
letter-spacing: 4px
}

.login-box input[type=submit]:hover {
background: #fff000;
color: black;
border-radius: 5px;
box-shadow: 0 0 5px #fff000,
0 0 25px #fff000,
0 0 50px #fff000,
0 0 100px #fff000;
}

.login-box input[type=checkbox] {
width: 25px;
height: 25px;
vertical-align: middle;
position: relative;
}

.form-inline {
display: flex;
align-items: center;
width:100%;
}

.form-inline label {
margin: 5px 10px 5px 0;
}

/* .form-inline input {
vertical-align: middle;
margin: 5px 10px 5px 0;
padding: 10px;
background-color: #fff;
border: 1px solid #ddd;
} */

::-webkit-calendar-picker-indicator {
filter: invert(1);
}

.container {
padding: 20px 100px 20px 100px;
text-align: left;
display: none;
}

.container p {
color: white;
font-size: 14px;
margin-bottom: 20px;
font-family: Century Gothic;
margin: 0px;
padding: 0px;
}

.container li {
color: white;
font-size: 14px;
margin-bottom: 20px;
font-family: Century Gothic;
margin: 0px;
padding: 0px;
}

.ReturnText{
color: #fff000;
font-size: 14px;
margin-bottom: 20px;
font-family: Century Gothic;
margin: 0px;
padding: 0px;
}

#toggleButton {
display: flex;
position: fixed;
align-items: center;
justify-content: center;
top: 0;
left: 0;
}

.ring {
position: relative;
top: 100%;
left: 0%;
/* transform: translate(-50%, -50%); */
width: 50px;
height: 50px;
background: transparent;
border: 3px solid #3c3c3c;
border-radius: 50%;
text-align: center;
line-height: 150px;
font-family: sans-serif;
font-size: 20px;
color: #fff000;
letter-spacing: 4px;
text-transform: uppercase;
text-shadow: 0 0 10px #fff000;
box-shadow: 0 0 20px rgba(0,0,0,.5);
display: none;
}

.ring:before {
content: ”;
position: absolute;
top: -3px;
left: -3px;
width: 100%;
height: 100%;
border: 3px solid transparent;
border-top: 3px solid #fff000;
border-right: 3px solid #fff000;
border-radius: 50%;
animation: animateC 2s linear infinite;
}

.circleContainer {
display: none;
position: absolute;
top: calc(50% – 2px);
left: 50%;
width: 50%;
height: 4px;
background: transparent;
transform-origin: left;
animation: animate 2s linear infinite;
}

.circleContainer:before {
content: ”;
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background: #fff000;
top: -6px;
right: -8px;
box-shadow: 0 0 20px #fff000;
}

.drop{
cursor: pointer;
}

@keyframes animateC {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

@keyframes animate {
0% {
transform: rotate(45deg);
}
100% {
transform: rotate(405deg);
}
}

Register Your Interest

Parent Name

Child Name

Child Age

Mobile Number

Email

Class Type:

By checking this box you agree to the below terms and conditions

Introduction:

These Terms and Conditions (the “Agreement”) govern the terms by which
you may participate in Wall Walkers Bouldering class Programs. The Programs offered by Wall Walkers
Bouldering are outlined on the specific class information pages (listed below) and in this agreement.

Register:

To register for a Class Program, you must complete the registration process by providing Wall Walkers Bouldering with current, complete, and accurate information as
prompted by the applicable registration form. You acknowledge that if any information provided by you is untrue, inaccurate, not current, or incomplete, we may be unable to contact You
and/or your child, and we reserve the right to terminate your position in the Class Program queue.

Enrollment:

To participate in a Program, Wall Walkers Bouldering will confirm your details via email and provide you with the relevant class details including start date, end date, and payment link.

Communication:

By submitting this form, you agree to receive communications from Wall Walkers Bouldering, including via e-mail, text message, calls, and push notifications. You agree that texts, calls, or prerecorded messages may be generated by automatic telephone dialing systems.
Communications from Wall Walkers Bouldering, its affiliated companies, and/or agents, may include but are not limited to: operational communications concerning your class or Program, updates concerning new and existing features on the Wall Walkers Bouldering website, and news concerning Wall Walkers Bouldering and industry developments.

Termination:

Should your child act unreasonably during a class on multiple occasions, Wall Walkers Bouldering reserves the right to terminate your child’s remaining classes without a refund.

CompSquad Conditions:

CompSquad spots are offered to children who show an interest in climbing and want to pursue training and competition. Kids must either complete 1 term of Youth Squad or demonstrate significant interest in climbing to be offered a spot in CompSquad.
Comp Squad is limited to a maximum of 10 children.
Kids must be 7 – 18 years old to participate in CompSquad.
If Wall Walkers Bouldering cancels a class, a make-up class will be scheduled on a different day.
Wall Walkers Bouldering reserves the right to refuse membership renewal if your child does not regularly participate in classes or competitions.
There are no refunds for missed classes or competition entries.
Wall Walkers Bouldering may provide a T-Shirt for competitions, which is expected to be worn during the event.
The membership pass allows unlimited climbing at Wall Walkers Bouldering during operational hours, which may change, for the duration of the pass period.
Shoe hire is included in the membership price.
Chalk bag hire is Not included in the membership price.
Memberships can be frozen for 1 week without charge; subsequent weeks will be charged at $5 per week.
No discounts or refunds for missed classes due to freezing a membership.
1 Free pass card will be issued on the first visit; a $20 fee applies for replacement if lost or stolen.
Comp Squad memberships are non-transferable.
All prices include 10% GST.
Surcharges may apply as stated; no additional fees or charges.

CompSquad Class Information Page.

YouthFam Thursday sessions can only be booked term by term. Existing YouthFam Thursday members will be given priority booking for each new term.
There are no refunds for missed YouthFam Thursday bouldering classes. For more information, see the YouthFam Thursday class information page (link below).
Bookings are on a first-come, first-served basis.
The minimum number of people for a YouthFam Thursdays class is outlined on the class information page (link below). If there are less than the indicated minimum for each class, Wall Walkers reserves the right to cancel the class.
Class limits for YouthFam Thursdays are outlined in the About section on the class information page.
Kids must be 7 – 10 years old to participate in YouthFam Thursday bouldering classes.
Shoe hire is included in the price.
Chalk bag hire is included in the price.
All prices include 10% GST.
Surcharges may apply as stated, but there are no additional administration fees, registration fees, or any other charges.
YouthFam Thursdays Class Information Page.

YouthFam Saturdays Conditions:

YouthFam Saturdays can only be booked term by term. Existing YouthFam Saturdays members will be given priority booking for each new term.
There are no refunds given for missed YouthFam Saturdays classes. For more information, see the YouthFam Saturdays class information page (link below).
Bookings are on a first-come, first-served basis.
The minimum number of people for a YouthFam Saturdays class is outlined on the class information page (link below). If there are less than the indicated minimum for each class, Wall Walkers reserves the right to cancel the class.
Class limits for YouthFam Saturdays are outlined in the About section on the class information page.
Kids must be 7 – 12 years old to participate in YouthFam Saturdays bouldering classes.
Shoe hire is included in the price.
Chalk bag hire is included in the price.
All prices include 10% GST.
Surcharges may apply as stated, but there are no additional administration fees, registration fees, or any other charges.
YouthFam Saturdays Class Information Page.

By submitting the information in this form, you acknowledge that you have read,
understand, and agree to be bound by the terms and conditions of this Agreement and that we may contact you from time to time with class updates and offers.

Captcha Question: What is 5 plus 3?

function ShowHide() {
var x = document.getElementById(“container”);
console.log(x);
if (x.style.display === “none” || x.style.display === “”) {
x.style.display = “block”;
} else {
x.style.display = “none”;
}
}

//https://stackoverflow.com/questions/374644/how-do-i-capture-response-of-form-submit
document.forms[‘sendForm’].addEventListener(‘submit’, (event) => {
event.preventDefault();
console.log(event.target.action); // will output the url that the form is going to be submitted to
// TODO do something here to show user that form is being submitted
if(document.getElementById(“captcha”).value != 8){
changeText(“Submitted Unsuccessfully: Please answer the captcha question correctly.”);
return;
}
var submitButton = document.getElementById(“submit”);
var loadingMainCircle = document.getElementById(“loading”);
var loadingSmallCircle = document.getElementById(“loadingCircle”);

// console.log(loadingSmallCircle);

submitButton.style.display = “none”;
loadingMainCircle.style.display = “block”;
loadingSmallCircle.style.display = “block”;

fetch(event.target.action, {
method: ‘POST’,
headers: {
“Content-Type”: “application/x-www-form-urlencoded”, // Necessary for URL-encoded forms
“x-app-identifier”: “WallWalkersBouldering_MonkeyMagic”, // Custom header for trusted requests
},
body: new URLSearchParams(new FormData(event.target)) // event.target is the form
}).then((resp) => {
// console.log(resp.json());
return resp.json(); // or resp.text() or whatever the server sends
}).then((body) => {
// console.log(body.responseMessage);
// TODO handle body
if(body.responseCode == 201){ //Success
changeText(body.responseMessage);
}
else{ //Other things
changeText(“Submitted Unsuccessfully: ” + body.responseMessage);
}

submitButton.style.display = “block”;
loadingMainCircle.style.display = “none”;
loadingSmallCircle.style.display = “none”;
}).catch((error) => { //Error
// TODO handle error
// console.log(body.responseMessage);
changeText(“There was a problem submitting your form. Please try again later.”);
});
});

var timeout;
function changeText(message) {
var elem = document.getElementById(“Submitted”);

var date = new Date();
var hours = date.getHours();
var minutes = (date.getMinutes() < 15 ? '0' : '') + date.getMinutes(); elem.innerHTML = message; clearTimeout(timeout); timeout = setTimeout(function() { elem.innerHTML = ""; }, 10000); }

Register Interest

Terms and Conditions:

CompSquad spots are offered to children who show interest in climbing and want to pursue training and competition,
Kids must either first complete 1 term of Youth Squad or have demonstrated significant interest in climbing as a sport in order to be offered a spot in CompSquad,
Comp Squad is limited to 6 children max,
Kids must be 7 – 18 years old to participate in CompSquad,
If Wall Walkers Bouldering cancels a class, we will schedule a make-up class on a different day,
Wall Walkers Bouldering reserves the right to refuse membership renewal to the class if your child is not participating in classes or competitions regularly,
There are no refunds for missed classes or competition entries,
CompSquad kids will be given a Wall Walkers t-shirt which must be worn during competitions,
This membership pass allows unlimited climbing at Wall Walkers Bouldering for the duration of the pass period only during hours of operation which may change from time to time,
Shoe hire is included in the membership price,
Chalk bag hire is included in the membership price,
Memberships may be frozen for a period of 1 week without charge,  subsequent weeks will be charged at $5 per week,
No discounts or refunds will be given for missed classes due to freezing a membership,
1 Free pass card will be issued to the pass holder on their first visit to Wall Walkers, if this card is lost or stolen there will be a $20 replacement fee,
Comp Squad memberships may not be transferred to another person,
All prices include 10% GST,
Surcharges may apply where stated however there are no additional administration fees, registration fees, or any other charges.

YouthFam

YouthFam climbing classes

Active learning, problem solving, fun!

Every Saturday from 7:00 to 8:00am.  $200 for the term (9 lessons).

YouthFam climbing classes

Active learning, problem solving, fun!

Every Saturday from 7:00 to 8:00am.  $200 for the term (9 lessons).

WHY YouthFam?

Climbing skills, techniques, and physical fitness all in one
Fun with a purpose over the course of each class our climbing youth will experience a general introduction & fundamentals of climbing.  
If you’re interested in device free time that builds confidence, problem-solving, physical strength, balance and more all while socializing in a fun group environment.  Look no further.
The kids will learn valuable climbing skills needed to start or improve their climbing, all in a fun, safe social environment!

Class FullRegister your interest to join the waiting list

Spots available
Register your interest now

Join Waiting List

FAQ

Term classes have a minimum of 5 people and a maximum of 8 people per term to ensure enough attention is provided to each young climber.
Wall Walkers Bouldering reserves the right to cancel term classes if the minimum required number is not met.

Classes include entry to the gym, the instructor, climbing shoes and chalk for the class only.

Our initial classes will be limited to 7- 12 years of age to ensure everyone is on a similar level.
Reach out to discuss your options if your child is younger as we will make exceptions on a case-by-case basis.

All climbers at Wall Walkers are required to wear Climbing Shoes.
Other than this you should wear comfortable clothing similar to what you would wear to the gym.
For more information check out the First Timers page.

Classes are unstructured and will focus more on each climber’s ability rather than a prescribed list of techniques and tricks. Each young climber will climb to their level with the instructor giving feedback and advice for improvement.  In general they will learn:

General introduction to climbing and climbing terminology,
Problem-solving, exercise, group activity, socializing,
Climbing tips, techniques needed to start or improve,
Pathways for improvement and progression in climbing

Class is every Saturday morning at 7:00 – 8:00 am in total a 60 min class. Classes will be run to match the school term so will start after a term break and finish prior to the end of term with 10 classes in total each term.

Class is $200 for the term.  If your child does not have a membership they will have to pay to climb outside of the class.

Yes, members will enjoy a 20% discount on the class fee.

Unfortunately due to the nature of the class structure, we are unable to provide refunds for missed classes.  However, if you enrol in the following term class block we will discount the term fee proportionately up to a maximum of 2 classes.
Wall Walkers Bouldering reserves the right to refuse new term bookings if multiple classes have been missed.  This is done to give other young climbers who may be more interested the opportunity to participate.

In the event Wall Walkers cancels a term, anyone who has booked in will be transferred to the next term or given a refund depending on their preference.

No.  Bookings for each term will be taken in the month prior to the new term.  Existing climbers with good attendance will be given the first chance to book each new term.

Great! You can find our contact details Here, give us a call or send an email to clear things up.

YouthFam Instructor

Jackson Mead

As an avid climber, I’m fascinated by the diverse approaches to solving different routes and problems.
I find joy not only in discovering my own solutions but also in observing how others tackle their projects, often revealing methods I hadn’t considered. The climbing community’s supportive nature is another aspect I cherish; we constantly encourage each other to improve, making the pursuit of new limits both easier and more rewarding.
I’m currently pursuing Certificates III and IV in Fitness, with a clear focus on climbing training and calisthenics (bodyweight exercises). I’m excited about the opportunity to share my knowledge through both group classes and one-on-one coaching, offering insights on climbing-specific training to enhance strength and technique. Whether you’re a beginner or an experienced climber looking to push your boundaries.
I look forward to helping you achieve your goals.

And much more…

How do i book in?

Bookings are first come first served and can only be booked one term at a time. 
Our upcoming YouthFam Saturdays class has available spots, sign-ups for the next term will start as stated above so be sure to join the waiting list if you’re interested to join.
Simply fill out the form below to register your interest and a team member will be in touch shortly.

Join Waiting List

Terms and Conditions

YouthFam Saturdays Conditions:

YouthFam Saturdays can only be booked term by term. Existing YouthFam Saturdays members will be given priority booking for each new term.
There are no refunds given for missed YouthFam Saturdays classes. For more information, see the YouthFam Saturdays class information page (link below).
Bookings are on a first-come, first-served basis.
The minimum number of people for a YouthFam Saturdays class is outlined on the class information page (link below). If there are less than the indicated minimum for each class, Wall Walkers reserves the right to cancel the class.
Class limits for YouthFam Saturdays are outlined in the About section on the class information page.
Kids must be 7 – 12 years old to participate in YouthFam Saturdays bouldering classes.
Shoe hire is included in the price.
Chalk bag hire is included in the price.
All prices include 10% GST.
Surcharges may apply as stated, but there are no additional administration fees, registration fees, or any other charges.

body {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.login-box {
width: 100%;
padding: 50px;
background: #181818;
box-sizing: border-box;
box-shadow: 0 15px 25px rgba(0,0,0,.6);
border-radius: 10px;
}

.login-box h2 {
margin: 0 0 30px;
padding: 0;
color: #fff000 !important;
text-align: center;
font-family: Arial Black;
font-size: 2em;
}

.login-box h3 {
font-size: 18px;
color: white !important;
font-weight: bold;
font-family: Arial Black, Gadget, sans-serif;
margin: 0px;
padding: 0px;
margin-top: 10px;
padding-top: 10px;
}

@media (max-width: 767px) {
.login-box h2 {
margin: 0 0 30px;
padding: 0;
color: #fff000 !important;
text-align: center;
font-family: Arial Black;
font-size: 1em;
}
}

.login-box .user-box {
position: relative;
}

.login-box .user-box input,
.login-box .user-box textarea {
width: 100%;
padding: 10px 0;
font-size: 16px;
color: #fff;
margin-bottom: 30px;
border: none;
border-bottom: 1px solid #fff;
outline: none;
background: transparent;
font-family: ‘Century Gothic’;
}
.login-box .user-box label {
position: absolute;
top:0;
left: 0;
padding: 10px 0;
font-size: 16px;
color: #fff;
pointer-events: none;
transition: .5s;
font-family: ‘Century Gothic’;
}

.TandC label{
color: #fff !important;
font-family: ‘Century Gothic’;
}

.makeLink{
color: #fff000 !important;
text-decoration: underline;
font-family: ‘Century Gothic’;
}

.makeLink:hover{
color: white !important;
text-decoration: none;
font-family: ‘Century Gothic’;
}

.login-box #submitBlock{
/* position: relative;
display: inline-block; */
padding: 10px 20px;
/* color: white; */
/* background-color: black ; */
/* font-size: 16px; */
/* text-decoration: none;
text-transform: uppercase; */
/* overflow: hidden; */
/* transition: .5s; */
margin-top: 40px;
/* letter-spacing: 4px */
}

.login-box .user-box input:focus ~ label,
.login-box .user-box input:valid ~ label {
top: -20px;
left: 0;
color: #fff000;
font-size: 12px;
}

.login-box .user-box textarea:focus ~ label,
.login-box .user-box textarea:valid ~ label {
top: -20px;
left: 0;
color: #fff000;
font-size: 12px;
}

.login-box form input[type=submit] {
position: relative;
display: inline-block;
padding: 10px 20px;
color: white;
background-color: black ;
font-size: 16px;
text-decoration: none;
text-transform: uppercase;
overflow: hidden;
transition: .5s;
/* margin-top: 40px; */
letter-spacing: 4px
}

.login-box input[type=submit]:hover {
background: #fff000;
color: black;
border-radius: 5px;
box-shadow: 0 0 5px #fff000,
0 0 25px #fff000,
0 0 50px #fff000,
0 0 100px #fff000;
}

.login-box input[type=checkbox] {
width: 25px;
height: 25px;
vertical-align: middle;
position: relative;
}

.form-inline {
display: flex;
align-items: center;
width:100%;
}

.form-inline label {
margin: 5px 10px 5px 0;
}

/* .form-inline input {
vertical-align: middle;
margin: 5px 10px 5px 0;
padding: 10px;
background-color: #fff;
border: 1px solid #ddd;
} */

::-webkit-calendar-picker-indicator {
filter: invert(1);
}

.container {
padding: 20px 100px 20px 100px;
text-align: left;
display: none;
}

.container p {
color: white;
font-size: 14px;
margin-bottom: 20px;
font-family: Century Gothic;
margin: 0px;
padding: 0px;
}

.container li {
color: white;
font-size: 14px;
margin-bottom: 20px;
font-family: Century Gothic;
margin: 0px;
padding: 0px;
}

.ReturnText{
color: #fff000;
font-size: 14px;
margin-bottom: 20px;
font-family: Century Gothic;
margin: 0px;
padding: 0px;
}

#toggleButton {
display: flex;
position: fixed;
align-items: center;
justify-content: center;
top: 0;
left: 0;
}

.ring {
position: relative;
top: 100%;
left: 0%;
/* transform: translate(-50%, -50%); */
width: 50px;
height: 50px;
background: transparent;
border: 3px solid #3c3c3c;
border-radius: 50%;
text-align: center;
line-height: 150px;
font-family: sans-serif;
font-size: 20px;
color: #fff000;
letter-spacing: 4px;
text-transform: uppercase;
text-shadow: 0 0 10px #fff000;
box-shadow: 0 0 20px rgba(0,0,0,.5);
display: none;
}

.ring:before {
content: ”;
position: absolute;
top: -3px;
left: -3px;
width: 100%;
height: 100%;
border: 3px solid transparent;
border-top: 3px solid #fff000;
border-right: 3px solid #fff000;
border-radius: 50%;
animation: animateC 2s linear infinite;
}

.circleContainer {
display: none;
position: absolute;
top: calc(50% – 2px);
left: 50%;
width: 50%;
height: 4px;
background: transparent;
transform-origin: left;
animation: animate 2s linear infinite;
}

.circleContainer:before {
content: ”;
position: absolute;
width: 16px;
height: 16px;
border-radius: 50%;
background: #fff000;
top: -6px;
right: -8px;
box-shadow: 0 0 20px #fff000;
}

.drop{
cursor: pointer;
}

@keyframes animateC {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}

@keyframes animate {
0% {
transform: rotate(45deg);
}
100% {
transform: rotate(405deg);
}
}

Register Your Interest

Parent Name

Child Name

Child Age

Mobile Number

Email

Class Type:

By checking this box you agree to the below terms and conditions

Introduction:

These Terms and Conditions (the “Agreement”) govern the terms by which
you may participate in Wall Walkers Bouldering class Programs. The Programs offered by Wall Walkers
Bouldering are outlined on the specific class information pages (listed below) and in this agreement.

Register:

To register for a Class Program, you must complete the registration process by providing Wall Walkers Bouldering with current, complete, and accurate information as
prompted by the applicable registration form. You acknowledge that if any information provided by you is untrue, inaccurate, not current, or incomplete, we may be unable to contact You
and/or your child, and we reserve the right to terminate your position in the Class Program queue.

Enrollment:

To participate in a Program, Wall Walkers Bouldering will confirm your details via email and provide you with the relevant class details including start date, end date, and payment link.

Communication:

By submitting this form, you agree to receive communications from Wall Walkers Bouldering, including via e-mail, text message, calls, and push notifications. You agree that texts, calls, or prerecorded messages may be generated by automatic telephone dialing systems.
Communications from Wall Walkers Bouldering, its affiliated companies, and/or agents, may include but are not limited to: operational communications concerning your class or Program, updates concerning new and existing features on the Wall Walkers Bouldering website, and news concerning Wall Walkers Bouldering and industry developments.

Termination:

Should your child act unreasonably during a class on multiple occasions, Wall Walkers Bouldering reserves the right to terminate your child’s remaining classes without a refund.

CompSquad Conditions:

CompSquad spots are offered to children who show an interest in climbing and want to pursue training and competition. Kids must either complete 1 term of Youth Squad or demonstrate significant interest in climbing to be offered a spot in CompSquad.
Comp Squad is limited to a maximum of 6 children.
Kids must be 7 – 18 years old to participate in CompSquad.
If Wall Walkers Bouldering cancels a class, a make-up class will be scheduled on a different day.
Wall Walkers Bouldering reserves the right to refuse membership renewal if your child does not regularly participate in classes or competitions.
There are no refunds for missed classes or competition entries.
CompSquad kids will receive a Wall Walkers t-shirt to be worn during competitions.
The membership pass allows unlimited climbing at Wall Walkers Bouldering during operational hours, which may change, for the duration of the pass period.
Shoe hire is included in the membership price.
Chalk bag hire is included in the membership price.
Memberships can be frozen for 1 week without charge; subsequent weeks will be charged at $5 per week.
No discounts or refunds for missed classes due to freezing a membership.
1 Free pass card will be issued on the first visit; a $20 fee applies for replacement if lost or stolen.
Comp Squad memberships are non-transferable.
All prices include 10% GST.
Surcharges may apply as stated; no additional fees or charges.

CompSquad Class Information Page.

YouthFam Thursday Conditions:

YouthFam Thursday sessions can only be booked term by term. Existing YouthFam Thursday members will be given priority booking for each new term.
There are no refunds for missed YouthFam Thursday bouldering classes. For more information, see the YouthFam Thursday class information page (link below).
Bookings are on a first-come, first-served basis.
The minimum number of people for a YouthFam Thursdays class is outlined on the class information page (link below). If there are less than the indicated minimum for each class, Wall Walkers reserves the right to cancel the class.
Class limits for YouthFam Thursdays are outlined in the About section on the class information page.
Kids must be 7 – 10 years old to participate in YouthFam Thursday bouldering classes.
Shoe hire is included in the price.
Chalk bag hire is included in the price.
All prices include 10% GST.
Surcharges may apply as stated, but there are no additional administration fees, registration fees, or any other charges.
YouthFam Thursdays Class Information Page.

YouthFam Saturdays Conditions:

YouthFam Saturdays can only be booked term by term. Existing YouthFam Saturdays members will be given priority booking for each new term.
There are no refunds given for missed YouthFam Saturdays classes. For more information, see the YouthFam Saturdays class information page (link below).
Bookings are on a first-come, first-served basis.
The minimum number of people for a YouthFam Saturdays class is outlined on the class information page (link below). If there are less than the indicated minimum for each class, Wall Walkers reserves the right to cancel the class.
Class limits for YouthFam Saturdays are outlined in the About section on the class information page.
Kids must be 7 – 12 years old to participate in YouthFam Saturdays bouldering classes.
Shoe hire is included in the price.
Chalk bag hire is included in the price.
All prices include 10% GST.
Surcharges may apply as stated, but there are no additional administration fees, registration fees, or any other charges.
YouthFam Saturdays Class Information Page.

By submitting the information in this form, you acknowledge that you have read,
understand, and agree to be bound by the terms and conditions of this Agreement and that we may contact you from time to time with class updates and offers.

Captcha Question: What is 5 plus 3?

function ShowHide() {
var x = document.getElementById(“container”);
console.log(x);
if (x.style.display === “none” || x.style.display === “”) {
x.style.display = “block”;
} else {
x.style.display = “none”;
}
}

//https://stackoverflow.com/questions/374644/how-do-i-capture-response-of-form-submit
document.forms[‘sendForm’].addEventListener(‘submit’, (event) => {
event.preventDefault();
console.log(event.target.action); // will output the url that the form is going to be submitted to
// TODO do something here to show user that form is being submitted
if(document.getElementById(“captcha”).value != 8){
changeText(“Submitted Unsuccessfully: Please answer the captcha question correctly.”);
return;
}
var submitButton = document.getElementById(“submit”);
var loadingMainCircle = document.getElementById(“loading”);
var loadingSmallCircle = document.getElementById(“loadingCircle”);

// console.log(loadingSmallCircle);

submitButton.style.display = “none”;
loadingMainCircle.style.display = “block”;
loadingSmallCircle.style.display = “block”;

fetch(event.target.action, {
method: ‘POST’,
headers: {
“Content-Type”: “application/x-www-form-urlencoded”, // Necessary for URL-encoded forms
“x-app-identifier”: “WallWalkersBouldering_MonkeyMagic”, // Custom header for trusted requests
},
body: new URLSearchParams(new FormData(event.target)) // event.target is the form
}).then((resp) => {
// console.log(resp.json());
return resp.json(); // or resp.text() or whatever the server sends
}).then((body) => {
// console.log(body.responseMessage);
// TODO handle body
if(body.responseCode == 201){ //Success
changeText(body.responseMessage);
}
else{ //Other things
changeText(“Submitted Unsuccessfully: ” + body.responseMessage);
}

submitButton.style.display = “block”;
loadingMainCircle.style.display = “none”;
loadingSmallCircle.style.display = “none”;
}).catch((error) => { //Error
// TODO handle error
// console.log(body.responseMessage);
changeText(“There was a problem submitting your form. Please try again later.”);
});
});

var timeout;
function changeText(message) {
var elem = document.getElementById(“Submitted”);

var date = new Date();
var hours = date.getHours();
var minutes = (date.getMinutes() < 15 ? '0' : '') + date.getMinutes(); elem.innerHTML = message; clearTimeout(timeout); timeout = setTimeout(function() { elem.innerHTML = ""; }, 10000); }

First Time ? Click Here