Let us look into 5 tips to level up your New Zenler School
Duplicate a course sales page.
When you wanna sell more than one course, it's better to duplicate the existing sales page to save time. So let us look at the three main ways to do it.
By saving blocks as custom blocks
You can save each block in your sales page as custom blocks and re-use them. To do this, you have to-
Step 1: Open the existing sales page in the editor and select the block which you would like to duplicate.

Step 2: On the top right corner of the block, you will find a save button. You can click on that to save the block as a custom block.

Step 3: When you want to re-use this block while adding a new block select custom blocks from the pop-up and select the block you have saved.

Lock in Beta Pricing
Free trial - no CC required. Paid plans include (Email marketing, Webinars, Three Custom Schools, Marketing Funnels, and, more)
By Copying the code of a block
You can copy a block from one page to another by copying its code and pasting it on the new page. Let us take a look at the steps.
Step 1: Open the existing page in the editor and select a block that you want to copy.

Step 2: If you hover at the top right corner of the block, a side panel will appear and you will find a code option there.
Step 3: Click on the code icon to reveal the back-end code of the block. Beware, it's CODE lol.
Step 4: Select the code (Select all) and copy it by pressing CTRL+C (or CMD+C if you are using a Mac).

Step 5: You have successfully copied the code. Now you have to add a new block to the other course's sales page (to the one which you want to copy the block).

Step 6: Add a new block in the page and simply replace its code with the code you have copied and hit save.

By Cloning a course.
The third way of copying a sales page is by cloning the entire course. By cloning a course in New Zenler, everything except the pricing plans and the drip schedule gets duplicated into a new course including the pages.
So you can easily clone a course to duplicate its pages and re-use it by changing other details and curriculum.
You can clone a course by Going to courses from the top menu in the dashboard and selecting the clone option from the course's menu as shown in the image below.

Start your free trial
Get your New Zenler school up and running today. No CC required. Pro plan users also get free migration support.
Increase the logo size using 1 line of code.
Now, this is a bit advanced tip. With a little bit of CSS editing, we can make the logo bigger in New Zenler. Let us take a look at how.
Step 1: Copy the code given below.
<style>
.parrot .navbar-header .navbar-brand img {
max-height: 150px!important;
}
</style>
Step 2: Open your New Zenler admin dashboard and click on Site from the top menu.
Step 3: On the next page select Global Includes. Paste the code in the "All Pages" section as given below and finally click update.

Step 4: If you try to preview the page now, you can see that the logo is bigger. You can adjust the size by increasing or decreasing the max-height in the code above (It is set to 150px in the code).

Turn off public registration.
If you turn off public registration, only people who buy or enroll in a course will have an account with your New Zenler school.
You can do it with the following step.
Step 1: In your dashboard, go to the Pages section under site and unpublish the "Register" page.


Step 2: Copy the code given below.
<style>
.col-xs-12.col-md-12.margin-top-20.padding-top-20 { visibility: hidden!important; }
</style>
Step 3: Open your New Zenler admin dashboard and click on Site from the top menu.
Step 4: On the next page select Global Includes. Paste the code in the "All Pages" section at the bottom as given below and finally click update.

That's it. Now public sign up is turned off and only those who enrol in a course will be able to create an account with your site (They will still be able to sign up to marketing funnels as "leads", but they won't have an email id and password for your site unless they enrol in a course).
Lock in Beta Pricing
Free trial - no CC required. Paid plans include (Email marketing, Webinars, Three Custom Schools, Marketing Funnels, and, more)
Collect and display reviews for your course.
Having reviews about the course from your students plays a vital role in the success of the course. You can add the reviews on the sales page which gives potential students an idea of how the course is.
We need to add the "Review" block at two places in order for this to work.
Step 1: Add the review block in the course access page. To do this, open the course access page in editor.

Step 2: At the bottom of the page add a new block.

Step 3: Choose the "Course Reviews" dynamic block from the pop up by clicking on "Courses" from the left panel.

Step 4: Do the same steps for sales page as well. In the sales page add the block where you want to display the reviews.
Design course card images using Canva.
New Zenler now integrates with Canva directly so that you can create beautiful course cards without paying for a Canva subscription. Let us check it out.
Step 1: Select the course from Courses and click on the "Course Details" tab.
Step 2: At the right you will see the course card image holder. If you hover your mouse over it an option to design the course card in Canva will appear. Click on that and a Canva pop-up will appear.

Step 3: This pop-up offers full Canva capabilities. You can design your course cards according to your site branding and then click on "Publish" at the top right corner to apply the image.

The course cards will be updated.

You can use the same Integration feature on video thumbnails as well. You will find the same option while updating the thumbnail where you can design the video thumbnail in Canva.

Start your free trial
Get your New Zenler school up and running today. No CC required. Pro plan users also get free migration support.