<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>eLearning Themes</title>
	<atom:link href="https://elearning.3rdwavemedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://elearning.3rdwavemedia.com/</link>
	<description>Professional Moodle Themes</description>
	<lastBuildDate>Thu, 14 May 2026 22:11:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>How to Create Udemy-Style Interactive Video Courses in Moodle (Step-by-Step Guide)</title>
		<link>https://elearning.3rdwavemedia.com/blog/how-to-create-udemy-style-interactive-video-courses-in-moodle-step-by-step-guide/7845/</link>
					<comments>https://elearning.3rdwavemedia.com/blog/how-to-create-udemy-style-interactive-video-courses-in-moodle-step-by-step-guide/7845/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Thu, 14 May 2026 21:50:56 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://elearning.3rdwavemedia.com/?p=7845</guid>

					<description><![CDATA[<p>Video-first courses are becoming increasingly common across higher education, workplace training, and independent online learning. Most learners now expect more than a plain embedded video sitting in the middle of a Moodle course page. In this tutorial, we’ll show you &#8230; </p>
<p><a class="read-more" href="https://elearning.3rdwavemedia.com/blog/how-to-create-udemy-style-interactive-video-courses-in-moodle-step-by-step-guide/7845/">Read more<i class="fa fa-long-arrow-right"></i></a> </p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/how-to-create-udemy-style-interactive-video-courses-in-moodle-step-by-step-guide/7845/">How to Create Udemy-Style Interactive Video Courses in Moodle (Step-by-Step Guide)</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Video-first courses are becoming increasingly common across higher education, workplace training, and independent online learning. Most learners now expect more than a plain embedded video sitting in the middle of a Moodle course page.</p>

<p>In this tutorial, we’ll show you how we built a simple interactive Moodle micro-course using the <a href="https://moodle.org/plugins/mod_interactivevideo" target="_blank">Interactive Video plugin</a>. The goal isn’t to recreate Udemy feature-for-feature. Instead, this demo shows how a few lightweight interactions can create a more engaging learning experience inside Moodle without creating a complicated course setup.</p>

<p>We kept this tutorial beginner-friendly so you can easily experiment with it yourself.</p>

<p><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/1/course/view.php?id=12" target="_blank"><img fetchpriority="high" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-overview.webp" alt="moodle-interactive-video-course-overview" width="2000" height="1283" class="img-responsive shadow alignnone size-full wp-image-7848" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-overview.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-overview-300x192.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-overview-1024x657.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-overview-1536x985.webp 1536w" sizes="(max-width: 2000px) 100vw, 2000px" /></a></p>
<br>
<h5>Download the Demo Course</h5>

<p>If you&#8217;d like to explore the finished setup yourself, you can download the Moodle course backup used in this tutorial and import it into your own Moodle site.</p>

<h5>Required plugins</h5>
<p>Before restoring the course, make sure the following plugin and interaction types are installed and enabled:</p>

<ul>
<li><a class="theme-subtle-link" href="https://moodle.org/plugins/mod_interactivevideo" target="_blank">Interactive Video activity plugin</a></li>
<li><a class="theme-subtle-link" href="https://buymeacoffee.com/tsmakara/e/371724" target="_blank">PDF interaction type</a></li>
<li><a class="theme-subtle-link" href="https://buymeacoffee.com/tsmakara/e/371268" target="_blank">Paused Annotation interaction type</a></li>
</ul>

<p>The demo course was created on a Moodle 5 site, but it should also work on Moodle 4.5 as long as the Interactive Video plugin and required interaction types are installed.</p>

<a class="download-link btn btn-cta-primary" title="Version 1.0" href="https://elearning.3rdwavemedia.com/download/7941/?tmstv=1781440722" rel="nofollow"><i class="fa fa-download"></i>
	Free Download	(197 downloads)
</a>


<h3>Page Index</h3>
<ul>
<li><a href="#what-youll-build">What you&#8217;ll build in this tutorial</a></li>
<li><a href="#why-interactive-video">Why simple interactions improve engagement</a></li>
<li><a href="#before-you-start">What you need before you start</a></li>
<li><a href="#setup-course">Step 1 &#8211; Set up your Moodle course</a></li>
<li><a href="#add-video">Step 2 &#8211; Add your interactive video lesson</a></li>
<li><a href="#add-interactions">Step 3 &#8211; Add interactive learning elements</a></li>
<li><a href="#final-thoughts">Final thoughts</a></li>
<li><a href="#troubleshooting">Troubleshooting</a></li>
</ul>

<h3 id="what-youll-build">What You&#8217;ll Build in This Tutorial</h3>

<p>We created a short demo course called:</p>

<p><strong>Focus Better With the Pomodoro Technique</strong></p>

<p>The course includes:</p>

<ul>
<li>A YouTube-based interactive video lesson</li>
<li>Reflection prompts using paused annotations</li>
<li>Downloadable PDF resources</li>
<li>Chapter navigation</li>
<li>A simple multiple choice knowledge check</li>
<li>A clean Moodle 5 course layout</li>
</ul>
<p>We kept the course short and focused so the setup stays easy to follow.</p>
<p><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/1/backup/view.php?id=12" target="_blank"><img decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-screenshot-scaled.webp" alt="Moodle Interactive Video Course Screenshot" width="1543" height="2560" class="img-responsive shadow alignnone size-full wp-image-7922" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-screenshot-scaled.webp 1543w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-screenshot-181x300.webp 181w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-screenshot-617x1024.webp 617w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-screenshot-926x1536.webp 926w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-screenshot-1235x2048.webp 1235w" sizes="(max-width: 1543px) 100vw, 1543px" /></a></p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-interactions-admin-view.webp"><img decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-interactions-admin-view.webp" alt="Moodle Interactive Video Interactions Admin View" width="2000" height="1139" class="img-responsive shadow alignnone size-full wp-image-7851" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-interactions-admin-view.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-interactions-admin-view-300x171.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-interactions-admin-view-1024x583.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-interactions-admin-view-1536x875.webp 1536w" sizes="(max-width: 2000px) 100vw, 2000px" /></a></p>

<h3 id="why-interactive-video">Why Simple Interactions Improve Engagement</h3>

<p>A standard video lesson is passive. Learners click play, watch the video, then move on.</p>

<p>Interactive video adds small moments of interaction that help learners stay engaged without turning the lesson into a giant quiz. Simple interactions can encourage reflection, break up long videos, make videos easier to navigate, help learners access resources at the right moment, and reinforce key ideas without adding formal assessments.</p>

<p>In many cases, a few lightweight interactions create a better experience than adding lots of activities and complexity.</p>

<h3 id="before-you-start">What You Need Before You Start</h3>

<p>Before creating your course, make sure you have the <a href="https://moodle.org/plugins/mod_interactivevideo" target="_blank">Interactive Video plugin</a>, the required interaction types installed, and either a YouTube video or uploaded video file.</p>

<p>For this demo, we used a short <a class="theme-subtle-link" href="https://www.youtube.com/watch?v=QACB1z6I8LQ" target="_blank">YouTube video about the Pomodoro Technique from The Open University</a>.</p>

<h5>Installing additional interaction types</h5>

<p>Some interaction types are included directly inside the Interactive Video plugin, while others need to be installed separately.</p>

<p>After installing additional interaction types, make sure to go to the Interactive Video plugin’s general settings page and enable the interaction types there as well.</p>

<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-plugin-general-settings-enable-content-types.webp" alt="Enable Interactive Video content types in Moodle" width="2000" height="1092" class="img-responsive shadow alignnone size-full wp-image-7912" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-plugin-general-settings-enable-content-types.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-plugin-general-settings-enable-content-types-300x164.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-plugin-general-settings-enable-content-types-1024x559.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-plugin-general-settings-enable-content-types-1536x839.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></p>

<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-inyeraction-types.webp" alt="moodle interactive video interaction types" width="2000" height="1136" class="img-responsive shadow alignnone size-full wp-image-7888" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-inyeraction-types.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-inyeraction-types-300x170.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-inyeraction-types-1024x582.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-inyeraction-types-1536x872.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></p>

<h5>Built-in interaction types</h5>

<ul>
<li><strong><a class="theme-subtle-link" href="https://youtube.com/watch?v=hzkummjWDj0" target="_blank" rel="noopener">Chapter</a></strong> – Break videos into navigable sections</li>
<li><strong><a class="theme-subtle-link" href="https://youtube.com/watch?v=tlzT0CleRaM" target="_blank" rel="noopener">Content bank item</a></strong> – Add quiz or interactive content from the Moodle content bank</li>
<li><strong><a class="theme-subtle-link" href="https://youtube.com/watch?v=O83Iy3y5RgA" target="_blank" rel="noopener">External content</a></strong> – Embed external content using OEmbed</li>
<li><strong><a class="theme-subtle-link" href="https://youtube.com/watch?v=zGdhs_PEjNs" target="_blank" rel="noopener">Rich text</a></strong> – Add formatted text overlays inside the video</li>
<li><strong><a class="theme-subtle-link" href="https://youtube.com/watch?v=tRiW09XazJk" target="_blank" rel="noopener">Skip segment</a></strong> – Automatically skip selected parts of the video</li>
</ul>

<h5>Downloadable interaction types used in this demo</h5>

<ul>
<li><a class="theme-subtle-link" href="https://buymeacoffee.com/tsmakara/e/371724" target="_blank" rel="noopener">PDF document</a></li>
<li><a class="theme-subtle-link" href="https://buymeacoffee.com/tsmakara/e/371268" target="_blank" rel="noopener">Paused Annotation</a></li>
</ul>

<p>Additional interaction types and plugin resources can also be found on the <a href="https://moodle.org/plugins/mod_interactivevideo" target="_blank" rel="noopener">official Interactive Video plugin page</a>.</p>

<h3 id="setup-course">Step 1 &#8211; Set Up Your Moodle Course</h3>

<p>Create a new Moodle course and keep the layout simple. For this demo course, we used four sections:</p>

<ul>
<li>About This Course</li>
<li>What You Will Learn</li>
<li>Interactive Lesson</li>
<li>Downloadable Resources</li>
</ul>

<p>A clean course structure makes the learning experience much easier to follow, especially on mobile devices.</p>

<a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-structure.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-structure.webp" alt="Moodle Interactive Video Course Layout" width="2000" height="1279" class="img-responsive shadow alignnone size-full wp-image-7866" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-structure.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-structure-300x192.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-structure-1024x655.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-structure-1536x982.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a>

<h3 id="add-video">Step 2 &#8211; Add Your Interactive Video Lesson</h3>

<p>Next, add a new <strong>Interactive Video</strong> activity inside your course.</p>

<p>For this demo, we used a YouTube video source.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-settings-1.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-settings-1.webp" alt="Moodle Interactive Video Course Settings" width="2000" height="1723" class="img-responsive shadow alignnone size-full wp-image-7870" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-settings-1.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-settings-1-300x258.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-settings-1-1024x882.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-settings-1-1536x1323.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p>We’d recommend uploading a custom poster image for the activity card instead of relying on the default YouTube thumbnail. A good poster image makes the course page feel much more polished and visually consistent.</p>

<p>We’d also recommend setting the activity card appearance to: <strong>Full-width poster image</strong></p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-settings-2.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-settings-2.webp" alt="Moodle Interactive Video Settings" width="2000" height="1574" class="img-responsive shadow alignnone size-full wp-image-7871" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-settings-2.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-settings-2-300x236.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-settings-2-1024x806.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-settings-2-1536x1209.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p>This creates a cleaner and more modern-looking course layout.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-with-poster-image.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-with-poster-image.webp" alt="Moodle Interactive Video Poster Image" width="2000" height="1079" class="img-responsive shadow alignnone size-full wp-image-7915" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-with-poster-image.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-with-poster-image-300x162.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-with-poster-image-1024x552.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-video-activity-with-poster-image-1536x829.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<h3 id="add-interactions">Step 3 &#8211; Add Interactive Learning Elements</h3>

<h4>Add chapter navigation</h4>

<p>Chapter navigation makes videos easier to scan and revisit later. Even short videos benefit from chapters because learners can quickly jump back to important sections.</p>

<p>For this one-minute lesson, we only used two chapters.</p>

<p>The plugin author also has <a href="https://www.youtube.com/watch?v=hzkummjWDj0" target="_blank">a dedicated YouTube tutorial</a> covering chapter navigation setup.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-chapters-settings.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-chapters-settings.webp" alt="Moodle Interactive Video Add Chapter Settings" width="2000" height="1136" class="img-responsive alignnone size-full wp-image-7890" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-chapters-settings.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-chapters-settings-300x170.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-chapters-settings-1024x582.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-chapters-settings-1536x872.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-chapters.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-chapters.webp" alt="Moodle Interactive Video Add Chapters" width="2000" height="1047" class="img-responsive shadow alignnone size-full wp-image-7883" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-chapters.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-chapters-300x157.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-chapters-1024x536.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-chapters-1536x804.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<h4>Add a reflection pause</h4>

<p>Next, we added a Paused Annotation interaction with a short reflection prompt.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-settings.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-settings.png" alt="Moodle Interactive Video Paused Annotations Settings" width="2000" height="1136" class="img-responsive shadow alignnone size-full wp-image-7892" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-settings.png 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-settings-300x170.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-settings-1024x582.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-settings-1536x872.png 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-text-overlay.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-text-overlay.webp" alt="Moodle Interactive Video Paused Annotations Text Overlay" width="2000" height="1136" class="img-responsive shadow alignnone size-full wp-image-7894" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-text-overlay.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-text-overlay-300x170.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-text-overlay-1024x582.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-text-overlay-1536x872.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations.webp" alt="Moodle Interactive Video Add Paused Annotations" width="2000" height="1136" class="img-responsive shadow alignnone size-full wp-image-7884" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-300x170.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-1024x582.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-paused-annotations-1536x872.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p>This works well because it encourages reflection without disrupting the flow of the lesson too aggressively. For short courses, simple prompts often work better than adding too many quiz questions.</p>

<h4>Add downloadable PDF resources</h4>

<p>Next, we added downloadable PDF resources directly inside the video.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdfs.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdfs.webp" alt="Moodle Interactive Video Add PDFs" width="2000" height="1136" class="img-responsive shadow alignnone size-full wp-image-7886" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdfs.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdfs-300x170.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdfs-1024x582.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdfs-1536x872.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /><</a>/p>

<p><a class="lightbox"  href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdf-settings-1.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdf-settings-1.webp" alt="Moodle Interactive Video PDF Settings" width="2000" height="1136" class="img-responsive shadow alignnone size-full wp-image-7896" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdf-settings-1.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdf-settings-1-300x170.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdf-settings-1-1024x582.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdf-settings-1-1536x872.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p>For this demo course, we kept the default <strong>auto-launch</strong> setting enabled so the interactions are easier to demonstrate. For real courses, we’d usually leave PDF auto-launch disabled. Otherwise learners can end up with too many popups during longer lessons.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdf-settings-2.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdf-settings-2.webp" alt="Moodle Interactive Video PDF Settings" width="2000" height="1136" class="img-responsive shadow alignnone size-full wp-image-7898" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdf-settings-2.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdf-settings-2-300x170.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdf-settings-2-1024x582.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-pdf-settings-2-1536x872.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<h4>Add a quick knowledge check</h4>

<p>Finally, we added a simple multiple choice question near the end of the video using the built-in Content Bank integration.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-content-bank-item.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-content-bank-item.webp" alt="Moodle Interactive Video Add Content Bank Item Settings" width="2000" height="1040" class="img-responsive alignnone size-full wp-image-7902" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-content-bank-item.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-content-bank-item-300x156.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-content-bank-item-1024x532.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-add-content-bank-item-1536x799.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-content-bank-dropdown-multiple-choice-option.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-content-bank-dropdown-multiple-choice-option.webp" alt="moodle-interactive-video-course-content-bank-dropdown-multiple-choice-option" width="2000" height="1001" class="img-responsive alignnone size-full wp-image-7904" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-content-bank-dropdown-multiple-choice-option.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-content-bank-dropdown-multiple-choice-option-300x150.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-content-bank-dropdown-multiple-choice-option-1024x513.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-content-bank-dropdown-multiple-choice-option-1536x769.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-multiple-choices-popup.webp"><img loading="lazy" decoding="async" class="lightbox"  src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-multiple-choices-popup.webp" alt="Moodle Interactive Video Multiple Choice Popup" width="2000" height="840" class="img-responsive shadow alignnone size-full wp-image-7900" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-multiple-choices-popup.webp 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-multiple-choices-popup-300x126.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-multiple-choices-popup-1024x430.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-multiple-choices-popup-1536x645.webp 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p>A lightweight knowledge check is often enough to reinforce the main learning points without interrupting the overall learning flow too much.</p>


<h3 id="final-thoughts">Final Thoughts</h3>

<p>The main takeaway from this demo is that you don’t need a huge course or complicated setup to make Moodle feel more interactive.</p>

<p>In many cases, a clean layout and a few well-placed interactions are enough to create a much better learning experience.</p>

<p>The <a href="https://moodle.org/plugins/mod_interactivevideo" target="_blank">Interactive Video plugin</a> is also far more flexible than what we covered here. This tutorial only scratches the surface of what’s possible. Once you understand the basics, you can start experimenting with more advanced interaction types and course designs.</p>


<p>If you’re looking for upgrade-safe, Boost-based Moodle themes built for stable, long-term LMS platforms, you can also check out our <a href="https://elearning.3rdwavemedia.com/moodle-themes/" target="_blank" rel="noopener">premium Moodle themes</a></p>

<p>You can explore the live demo course on our Moodle theme demo sites:</p>

<p><a class="btn btn-primary" href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/1/course/view.php?id=12" target="_blank">Interactive Video Demo on Lumo</a></p> 
<p><a  class="btn btn-primary" href="https://elearning.3rdwavemedia.com/moodle/edutor/moodle-5/1/course/view.php?id=12" target="_blank">Interactive Video Demo on Edutor</a></p>
<p><a  class="btn btn-primary" href="https://elearning.3rdwavemedia.com/moodle/maker/moodle-5/1/course/view.php?id=12" target="_blank">Interactive Video Demo on Maker</a></p>

<h3 id="troubleshooting">Troubleshooting</h3>

<h4>How do I import the demo course to my Moodle site?</h4>

<p>Create a new course on your Moodle site and open the <strong>More</strong> dropdown menu inside the course page.</p>

<p>Next, click <strong>Course reuse</strong> → <strong>Restore</strong> and upload the downloaded course backup file (*.mbz).</p>

<p>Moodle will then guide you through the course restore process step-by-step.</p>

<h4>Why are the installed interaction types not showing up?</h4>

<p>After installing additional interaction types, make sure they are enabled in the Interactive Video plugin’s general settings page.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-plugin-general-settings-enable-content-types-1.webp"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-plugin-general-settings-enable-content-types-1.webp" alt="Moodle Interactive Video Plugin Settings" width="1746" height="1059" class="img-responsive shadow alignnone size-full wp-image-7919" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-plugin-general-settings-enable-content-types-1.webp 1746w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-plugin-general-settings-enable-content-types-1-300x182.webp 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-plugin-general-settings-enable-content-types-1-1024x621.webp 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/05/moodle-interactive-video-course-plugin-general-settings-enable-content-types-1-1536x932.webp 1536w" sizes="auto, (max-width: 1746px) 100vw, 1746px" /></a></p>

<p>The post <a href="https://elearning.3rdwavemedia.com/blog/how-to-create-udemy-style-interactive-video-courses-in-moodle-step-by-step-guide/7845/">How to Create Udemy-Style Interactive Video Courses in Moodle (Step-by-Step Guide)</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://elearning.3rdwavemedia.com/blog/how-to-create-udemy-style-interactive-video-courses-in-moodle-step-by-step-guide/7845/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Moodle 5.2 vs 5.3 LTS: Should You Upgrade Now or Wait?</title>
		<link>https://elearning.3rdwavemedia.com/blog/moodle-5-2-vs-5-3-lts-upgrade/7716/</link>
					<comments>https://elearning.3rdwavemedia.com/blog/moodle-5-2-vs-5-3-lts-upgrade/7716/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Thu, 23 Apr 2026 13:32:21 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://elearning.3rdwavemedia.com/?p=7716</guid>

					<description><![CDATA[<p>Moodle 5.2 has just been released, and the first question most people ask is: should we upgrade now, or wait for the next LTS version? With Moodle 5.3 LTS expected in October, it’s a fair question. The short answer is: &#8230; </p>
<p><a class="read-more" href="https://elearning.3rdwavemedia.com/blog/moodle-5-2-vs-5-3-lts-upgrade/7716/">Read more<i class="fa fa-long-arrow-right"></i></a> </p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/moodle-5-2-vs-5-3-lts-upgrade/7716/">Moodle 5.2 vs 5.3 LTS: Should You Upgrade Now or Wait?</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Moodle 5.2 has just been released, and the first question most people ask is: <strong>should we upgrade now, or wait for the next LTS version?</strong></p>

<p>With Moodle 5.3 LTS expected in <a href="https://moodledev.io/general/releases/5.3" target="_blank">October</a>, it’s a fair question. The short answer is: <strong>it depends on how you’re using Moodle.</strong> Some sites should move to 5.2 straight away, while others are better off waiting. If you’re not sure which option applies to you, this guide will help you think it through.</p>

<h2>Page Index</h2>
<ul>
  <li><a href="#quick-answer">Quick answer</a></li>
  <li><a href="#changes">What actually changed in Moodle 5.2?</a></li>
  <li><a href="#login">The login page finally feels more modern</a></li>
  <li><a href="#course-pages">Course pages are easier to understand</a></li>
  <li><a href="#restricted-content">Less confusion around restricted content</a></li>
  <li><a href="#navigation">Navigation is a bit less clunky</a></li>
  <li><a href="#workflow">Small workflow improvements</a></li>
  <li><a href="#ui-details">Some smaller UI changes that actually make a difference</a></li>
  <li><a href="#upgrade-now">Upgrade now or wait?</a></li>
  <li><a href="#checklist">Things to check before upgrading</a></li>
  <li><a href="#themes">Themes and upgrade safety</a></li>
  <li><a href="#licensing">Theme licensing and upgrade timing</a></li>
  <li><a href="#recommendation">Final recommendation</a></li>
</ul>

<h3 id="quick-answer">Quick answer</h3>

<p>If you’re launching a new Moodle site, Moodle 5.2 is usually the practical choice. If your site is large, business-critical, or tied to lots of plugins and integrations, waiting for Moodle 5.3 LTS may be the safer option.</p>

<p><strong>Upgrade to Moodle 5.2 now if:</strong></p>
<ul>
  <li>You’re starting a new Moodle site</li>
  <li>You want the latest improvements</li>
  <li>Your plugins and theme are already compatible</li>
</ul>

<p><strong>Wait for Moodle 5.3 LTS if:</strong></p>
<ul>
  <li>Your site is large or business-critical</li>
  <li>You rely on lots of plugins or integrations</li>
  <li>You typically upgrade every 1 to 3 years</li>
</ul>

<div class="notice-block"><i class="fa fa-info-circle"></i> If you’re launching a new Moodle 5.x site today, Moodle 5.2 is usually the practical choice. For larger or more complex LMS setups, waiting for Moodle 5.3 LTS in October may be the safer option.</div>

<h3 id="changes">What actually changed in Moodle 5.2?</h3>

<p>Moodle 5.2 isn’t a major feature-heavy release. Most of the work has gone into cleaning up the interface and smoothing out everyday workflows. These are the kinds of improvements you notice more in daily use than at first glance.</p>

<p>Moodle is becoming easier to navigate and clearer to understand. These changes have the biggest impact in day-to-day use, especially for teachers, learners, and administrators.</p>

<h3 id="login">The login page finally feels more modern</h3>

<p>The login page has been redesigned with a cleaner, more modern layout. It creates a clearer and more professional first impression, especially for new users.</p>

<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-login-page-boost.jpg" alt="Moodle 5.2 login page in Boost theme showing updated layout" width="1800" height="1159" class="img-responsive shadow alignnone size-full wp-image-7722" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-login-page-boost.jpg 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-login-page-boost-300x193.jpg 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-login-page-boost-1024x659.jpg 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-login-page-boost-1536x989.jpg 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></p>

<p>If you’ve used modern Moodle themes, this will probably look familiar. Themes have already been moving in this direction for a while. For example, in our <a href="https://elearning.3rdwavemedia.com/moodle-themes/moodle-theme-lumo/" target="_blank">Lumo theme</a> you can choose between different login layouts depending on the kind of experience you want to create.</p>

<p><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/2/login/index.php?loginredirect=1" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-login-page-1.jpg" alt="Lumo Moodle theme centered login layout simple design" width="1600" height="1153" class="shadow img-responsive alignnone size-full wp-image-6653" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-login-page-1.jpg 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-login-page-1-300x216.jpg 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-login-page-1-1024x738.jpg 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-login-page-1-1536x1107.jpg 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></p>

<p><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/1/login/index.php?loginredirect=1" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-login-page-2-scaled.jpg" alt="Lumo Moodle theme split login layout with image and login form" width="2560" height="1564" class="shadow img-responsive alignnone size-full wp-image-6648" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-login-page-2-scaled.jpg 2560w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-login-page-2-300x183.jpg 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-login-page-2-1024x626.jpg 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-login-page-2-1536x939.jpg 1536w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-login-page-2-2048x1252.jpg 2048w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a></p>

<p>Some sites want a more branded look. Others just want something simple and clear. There’s no single right answer, but Moodle 5.2 does improve the default experience. The theme still makes a big difference to how polished the final result feels.</p>

<div class="notice-block"><i class="fa fa-info-circle"></i> If your Moodle site is client-facing or part of a branded training platform, the login page matters more than many people think. It often shapes the user’s first impression of the whole LMS.</div>

<h3 id="course-pages">Course pages are easier to understand</h3>

<p>This is one of the most useful parts of the 5.2 update. Key information such as activity dates, completion requirements, and actions is now displayed more prominently at the top of the page, making it easier for learners to understand what they need to do and by when.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-activity-page-ui-1.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-activity-page-ui-1.png" alt="Moodle 5.2 activity page showing improved layout and visibility of key information" width="1800" height="1155" class="img-responsive shadow alignnone size-full wp-image-7732" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-activity-page-ui-1.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-activity-page-ui-1-300x193.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-activity-page-ui-1-1024x657.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-activity-page-ui-1-1536x986.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></p>


<p>That reduces friction straight away. Learners shouldn’t have to stop and work out what they’re supposed to do next. Moodle 5.2 makes that part more obvious, which is exactly the kind of improvement that helps day to day.</p>

<h3 id="restricted-content">Less confusion around restricted content</h3>

<p>Moodle now does a better job of showing why content is restricted and what needs to happen before it becomes available. If you’ve ever had users asking why they can’t access something, this change will help.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-restricted-content-display.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-restricted-content-display.png" alt="Moodle 5.2 restricted content page showing access conditions clearly" width="1800" height="807" class="img-responsive shadow alignnone size-full wp-image-7728" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-restricted-content-display.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-restricted-content-display-300x135.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-restricted-content-display-1024x459.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-restricted-content-display-1536x689.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></p>

<p>It’s not a major feature on paper, but it removes one of those annoying little points of confusion that keeps coming up in real sites.</p>

<h3 id="navigation">Navigation is more streamlined</h3>

<p>Subsections have been simplified, and they no longer feel like separate pages. Navigation is quicker, cleaner, and requires fewer clicks, which matters more in larger courses where structure can easily become messy.</p>

<p>This makes it easier to move through a course without unnecessary interruptions.</p>

<h3 id="workflow">Small workflow improvements</h3>

<p>Moodle 5.2 also includes a number of workflow improvements, particularly in the question bank. Categories can now be expanded and collapsed, edited directly in place, and reorganised using drag and drop. You can also see question counts at a glance and move entire categories more easily.</p>

<p>These changes make it quicker to organise and manage question banks, especially in courses with a large number of questions. Editing workflows across Moodle have also been smoothed out, with less jumping between pages.</p>

<p>For a full breakdown, see the official Moodle documentation: 
<a href="https://docs.moodle.org/502/en/New_features#Quiz_and_question_bank_usability" target="_blank" rel="noopener noreferrer">Quiz and question bank usability improvements</a>.
</p>

<h3 id="ui-details">Some smaller UI changes that actually make a difference</h3>

<p>These are smaller interface changes, but they make a noticeable difference in day-to-day use.</p>

<h4>Course index is more useful</h4>

<p>The left-hand course index has been improved in a few subtle but genuinely useful ways. The course name stays visible at the top, completion status is clearer, and restricted items are easier to spot thanks to lock icons.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-course-index-navigation.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-course-index-navigation.png" alt="Moodle 5.2 course index navigation showing completion indicators and locked items" width="1800" height="1161" class="img-responsive shadow alignnone size-full wp-image-7731" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-course-index-navigation.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-course-index-navigation-300x194.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-course-index-navigation-1024x660.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-course-index-navigation-1536x991.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></p>

<p>That makes long courses easier to scan and easier to navigate, especially when learners are trying to work out where they are and what they’ve already completed.</p>

<h4>Sticky action buttons when editing</h4>

<p>When editing an activity or resource, the action buttons now stay visible in a sticky footer as you scroll. That includes <strong>Save</strong>, <strong>Save and display</strong>, and <strong>Cancel</strong>.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-sticky-footer-editing.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-sticky-footer-editing.png" alt="Moodle 5.2 sticky footer with save and cancel buttons during activity editing" width="1800" height="1143" class="img-responsive shadow  alignnone size-full wp-image-7734" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-sticky-footer-editing.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-sticky-footer-editing-300x191.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-sticky-footer-editing-1024x650.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-sticky-footer-editing-1536x975.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></p>

<p>This is a small change, but a good one. On longer forms, not having to scroll all the way back down just to save is a real improvement.</p>

<h4>Subsections stay on the same page</h4>

<p>In-course subsections no longer open their own separate pages in Moodle 5.2. Instead, users stay within the same page context, which reduces unnecessary clicks and makes the whole course flow feel more connected.</p>

<h4>Duplicate subsections</h4>

<p>Course editors can now duplicate a subsection directly from the dropdown menu. That’s a small but useful addition if you build out structured courses and want to reuse layouts or content blocks quickly.</p>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-duplicate-subsection.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-duplicate-subsection.png" alt="Moodle 5.2 option to duplicate subsection in course editing menu" width="1600" height="419" class="img-responsive shadow alignnone size-full wp-image-7736" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-duplicate-subsection.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-duplicate-subsection-300x79.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-duplicate-subsection-1024x268.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2026/04/moodle-5-2-duplicate-subsection-1536x402.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></p>

<div class="notice-block"><i class="fa fa-info-circle"></i> None of these changes is major on its own, but together they make Moodle 5.2 feel noticeably smoother and easier to use.</div>

<h3 id="upgrade-now">Upgrade now or wait?</h3>

<p>This is where it becomes practical. Most people aren’t deciding whether to upgrade at all. They’re deciding when.</p>

<p>If you’re starting a new site, using Moodle 5.2 from the start is usually the sensible choice. There’s little benefit in launching on an older version and then upgrading again shortly after.</p>

<p>If you’re running a larger or more complex LMS, waiting for Moodle 5.3 LTS can be a more practical option. You’ll still need to test thoroughly and ensure plugins are compatible, but the advantage is a longer support cycle. Instead of upgrading to 5.2 and then again shortly after, you can move to 5.3 LTS and stay on that version for a longer period.</p>

<h3 id="checklist">Things to check before upgrading</h3>

<p>Before upgrading, make sure you check plugin compatibility, confirm that your theme supports Moodle 5.2, take proper backups, and test everything in a staging environment first.</p>

<ul>
  <li>Plugin compatibility</li>
  <li>Theme compatibility</li>
  <li>Backups</li>
  <li>Staging tests</li>
</ul>

<div class="notice-block"><i class="fa fa-info-circle"></i> If you’re upgrading from Moodle 4.x or Moodle 5.0, be aware that Moodle 5.1 and later versions use a <code>/public/</code> folder structure. This change can affect your hosting setup, file paths, and deployment process. You may need to update your configuration depending on how your site is hosted. <a href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-guide-public-folder-structure/7321/" target="_blank" rel="noopener noreferrer">See our Moodle 5 upgrade guide for details</a>.</div>

<p>Most upgrade issues don’t come from Moodle core itself. They usually come from plugins and themes.</p>

<div class="notice-block"><i class="fa fa-info-circle"></i> If you skip staging and test directly on your live site, you’re taking unnecessary risk. That’s where small upgrade issues become stressful and expensive.</div>

<h3 id="themes">Themes and upgrade safety</h3>

<p>Themes are one of the most common sources of upgrade problems. Heavily customised themes are more likely to break, need patching, or create extra maintenance work after an update.</p>

<p>Themes that stay closer to Moodle core are generally easier to maintain and upgrade. They’re not risk-free, but they usually give you fewer surprises. The larger and more important your site is, the more this matters.</p>

<h3 id="licensing">Theme licensing and upgrade timing</h3>

<p>One thing people don’t always think about is how theme licensing fits into upgrade decisions. A lot of providers use subscriptions, so you pay every year whether you upgrade your Moodle site or not.</p>

<p>That doesn’t always match how Moodle sites are actually managed. In many cases, especially in universities, upgrades happen every 1 to 3 years rather than every release.</p>

<p>We primarily use a pay-as-you-go model, which means you pay for the version you use and upgrade when you choose. The upgrade cost is much lower than buying a full license again, and there’s no requirement to pay every year if you’re not upgrading.</p>

<ul>
  <li>Pay for the version you use</li>
  <li>Upgrade when you choose</li>
  <li>Upgrade cost is much lower than a full license</li>
</ul>

<p><a href="https://elearning.3rdwavemedia.com/licenses/" target="_blank" rel="noopener noreferrer">See licensing details</a>.</p>

<h3 id="recommendation">Final recommendation</h3>

<p>If you’re starting a new project today, Moodle 5.2 is usually the sensible choice. If you’re running a larger or more risk-sensitive setup, waiting for Moodle 5.3 LTS is often the safer option.</p>

<p>There’s no single right answer for every Moodle site. It depends on your setup, your upgrade cycle, and how much risk you’re comfortable taking on.</p>

<p>Moodle 5.2 doesn’t reinvent the platform, but it does make Moodle easier to use. And in practice, that’s what matters most.</p>

<p>If you’re planning a Moodle 5.x upgrade and want a stable, upgrade-safe design, take a look at our <a href="https://elearning.3rdwavemedia.com/moodle-themes/" target="_blank" rel="noopener noreferrer">Moodle 5 themes</a>. They’re built on Boost and designed to stay aligned with Moodle core for smoother upgrades.</p><p>The post <a href="https://elearning.3rdwavemedia.com/blog/moodle-5-2-vs-5-3-lts-upgrade/7716/">Moodle 5.2 vs 5.3 LTS: Should You Upgrade Now or Wait?</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://elearning.3rdwavemedia.com/blog/moodle-5-2-vs-5-3-lts-upgrade/7716/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why Your Moodle Site Is Slow (And How Image Optimization Fixes It)</title>
		<link>https://elearning.3rdwavemedia.com/blog/why-moodle-site-is-slow-image-optimization/7590/</link>
					<comments>https://elearning.3rdwavemedia.com/blog/why-moodle-site-is-slow-image-optimization/7590/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 09 Dec 2025 18:25:52 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://elearning.3rdwavemedia.com/?p=7590</guid>

					<description><![CDATA[<p>If your Moodle site feels slow, especially on image-heavy homepages, the cause is almost always the same: oversized, unoptimized images. Modern Moodle themes like Lumo include hero layouts, featured panes, and other visual sections. These make your site look more &#8230; </p>
<p><a class="read-more" href="https://elearning.3rdwavemedia.com/blog/why-moodle-site-is-slow-image-optimization/7590/">Read more<i class="fa fa-long-arrow-right"></i></a> </p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/why-moodle-site-is-slow-image-optimization/7590/">Why Your Moodle Site Is Slow (And How Image Optimization Fixes It)</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If your Moodle site feels slow, especially on image-heavy homepages, the cause is almost always the same: oversized, unoptimized images.</p>

<p>Modern Moodle themes like <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank">Lumo</a> include hero layouts, featured panes, and other visual sections. These make your site look more engaging, but they also highlight performance issues when images are too large. Moodle does not resize or compress images automatically, so if you upload a 1–3MB file, Moodle serves that same file to every visitor.</p>

<p>The good news: this is one of the easiest performance issues to fix.</p>

<p>This guide explains why image optimization matters and how to do it properly, using a real example from a recent Lumo customer.</p>


<h3>1. Why Images Slow Down Moodle</h3>

<p>Moodle does not optimize images. If you upload a 1920 × 1080 PNG at 2MB, Moodle delivers that full file to all users — including mobile users on slow connections.</p>

<p><strong>What this causes:</strong></p>

<ul>
  <li>Slow page load times</li>
  <li>Delayed hero and featured section rendering</li>
  <li>Lag on phones and tablets</li>
  <li>High bandwidth usage</li>
</ul>

<p><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank">Lumo</a> and other <a href="https://elearning.3rdwavemedia.com/blog/best-moodle-5-themes/6750/" target="_blank">modern Moodle themes</a> are lightweight, but they cannot compensate for very large image files. Optimizing your images is essential.</p>


<h3>2. Real Use Case: What We Found While Helping a Lumo Customer</h3>

<p>A customer recently contacted us about a theme issue (fixed in Lumo v2.3). While reviewing their site, we noticed something unrelated to the bug:</p>

<p><strong>All of their Featured Section images were extremely large — most were over 2MB.</strong></p>

<p>They looked good visually, but they were far bigger than needed. For Lumo’s pane blocks, images around 800px wide are more than enough. Large images like these will always slow down the homepage.</p>

<p>Here’s the advice we gave the customer:</p>

<ul>
  <li>Resize featured pane images to around 800px wide</li>
  <li>Compress images using free tools such as <a href="https://tinypng.com/" target="_blank">TinyPNG</a> or <a href="https://imagecompressor.com/" target="_blank">ImageCompressor</a></li>
</ul>

<p>One of their original files was 2MB+. After resizing and compression, it was only <strong>105KB</strong> — with no visible quality loss.</p>

<p>The homepage felt much faster immediately. This shows how small optimization steps can make a big difference on Moodle sites.</p>


<h3>3. Recommended Image Sizes for Lumo Users</h3>

<p>These sizes work well for Lumo and help keep your Moodle homepage fast.</p>

<p><strong>Home Hero Section</strong><br>
<a href="https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-side-image-hero-layout-guide/7524/" target="_blank">Side image</a> (Side Image Mode): <strong>1000 × 1000 px</strong> (square images give the best results)<br>
<a href="https://elearning.3rdwavemedia.com/blog/customize-moodle-5-hero-section-lumo-theme/7445/" target="_blank">Full-width background image</a>: <strong>1920 × 1080 px</strong> (minimum width 1600 px)<br>
File size: <strong>150–300KB</strong><br>
Format:<br>
&#8211; <strong>JPG</strong> for standard <a href="https://elearning.3rdwavemedia.com/blog/customize-moodle-5-hero-section-lumo-theme/7445/" target="_blank">full-width hero images (no transparency)</a><br>
&#8211; <strong>PNG</strong> only if you are using <a href="https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-side-image-hero-layout-guide/7524/" target="_blank">Side Image Mode and need transparency for creative images or cutouts</a>
</p>
<p><strong>Home Featured Section (Pane Blocks)</strong><br>
Recommended size: <strong>800 × 460 px</strong><br>
File size: <strong>100–200KB</strong><br>
Format:<br>
&#8211; <strong>JPG</strong>(recommended)<br>
&#8211; <strong>PNG</strong> only if transparency is required
</p>

<p><strong>Home Category Section</strong><br>
Recommended size: <strong>300 × 300 px</strong><br>
Format:<br>
&#8211; <strong>JPG or PNG</strong> for photos<br>
&#8211; <strong>SVG</strong> for icon-style, flat graphics
</p>

<div class="notice-block">
<p><strong>Tip:</strong> For photos or detailed images, <strong>use JPG</strong>. It produces much smaller file sizes with no visible loss in quality. Use <strong>PNG</strong> only for simple graphics, icons, or images that require transparency. PNG files are not efficient for complex photos and will be much larger.</p>
</div>

<h3>4. How to Compress Images</h3>

<p>You can reduce image file sizes quickly using free online tools. These tools keep your images looking sharp while making them much smaller.</p>

<p><strong><a href="https://tinypng.com" target="_blank">TinyPNG</a></strong><br>
Great for fast, high-quality compression for JPG and PNG files.</p>

<p><strong><a href="https://imagecompressor.com" target="_blank">ImageCompressor</a></strong><br>
Useful for compressing multiple images at once. Offers a quality slider for more control.</p>

<p><strong><a href="https://squoosh.app" target="_blank">Squoosh</a></strong><br>
Allows resizing and fine-tuning image quality. Export as JPG or PNG (avoid WebP for Moodle theme settings).</p>

<p>In our Lumo example, a 2MB PNG was reduced to around <strong>100KB</strong> with no visible loss in quality. This type of reduction is typical and has a major impact on page speed.</p>


<h3>Conclusion</h3>

<p>Most Moodle sites feel slow for one simple reason: oversized images.</p>

<p>By resizing and compressing your images before uploading them to Moodle, you can reduce file sizes by 80–95% and make your homepage load much faster. No server changes, no coding, and no plugins — just better image preparation.</p>

<p>If you&#8217;re using <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank">Lumo</a>, these steps will help your Moodle site stay clean, fast, and user-friendly for every learner.</p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/why-moodle-site-is-slow-image-optimization/7590/">Why Your Moodle Site Is Slow (And How Image Optimization Fixes It)</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://elearning.3rdwavemedia.com/blog/why-moodle-site-is-slow-image-optimization/7590/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Moodle Theme Lumo Guide: Creative Ways to Use the Side Image Hero Layout</title>
		<link>https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-side-image-hero-layout-guide/7524/</link>
					<comments>https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-side-image-hero-layout-guide/7524/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Sat, 29 Nov 2025 19:21:17 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://elearning.3rdwavemedia.com/?p=7524</guid>

					<description><![CDATA[<p>Lumo is our latest modern Moodle 5 theme, and the Side Image layout has been part of its Hero section since the very beginning. It’s the default layout in the theme because it’s simple, flexible, and easy to style. With &#8230; </p>
<p><a class="read-more" href="https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-side-image-hero-layout-guide/7524/">Read more<i class="fa fa-long-arrow-right"></i></a> </p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-side-image-hero-layout-guide/7524/">Moodle Theme Lumo Guide: Creative Ways to Use the Side Image Hero Layout</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank">Lumo</a> is our latest modern Moodle 5 theme, and the Side Image layout has been part of its Hero section since the very beginning. It’s the default layout in the theme because it’s simple, flexible, and easy to style. With the right image and a few setting tweaks, you can create a homepage that looks polished, modern, and <strong>unique to your institution or organization</strong>.</p>

<p><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/6/?redirect=0" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-section-banner.png" alt="moodle-theme-lumo-creative-hero-section-banner" width="1800" height="816" class="img-responsive shadow alignnone size-full wp-image-7577" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-section-banner.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-section-banner-300x136.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-section-banner-1024x464.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-section-banner-1536x696.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></p>
<p><a class="btn btn-primary" href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/6/?redirect=0" target="_blank">Lumo Creative Hero Side Image Demo</a></p>

<p>In this guide, we’ll walk through how the Side Image layout works and share practical examples you can use in higher education and professional training environments. Transparent PNG images, background patterns, and Lumo’s built-in design options can <strong>help you create a homepage that feels fresh and visually engaging</strong>.</p>

<p>If you’re also exploring the <a href="https://elearning.3rdwavemedia.com/blog/customize-moodle-5-hero-section-lumo-theme/7445/" target="_blank"><strong>new Full-Width Background Hero layout</strong></a> added in Lumo for Moodle 5.1+, you may find this guide helpful too: <a href="https://elearning.3rdwavemedia.com/blog/customize-moodle-5-hero-section-lumo-theme/7445/" target="_blank">Moodle 5 Theme Lumo Guide: Customize the Hero Section (Full-Width Background Option)</a></p>


<h3>How the Side Image Layout Works</h3>

<p>The Side Image layout places your headline, description, and call-to-action buttons on the left, with your uploaded image displayed on the right. It’s a clean, reliable layout that works well for universities, colleges, online learning platforms, professional training providers, and corporate LMS sites.</p>

<p><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/1/?redirect=0" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-default-layout.jpg" alt="moodle-theme-lumo-hero-image-default-layout" width="2000" height="1351" class="img-responsive shadow alignnone size-full wp-image-7533" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-default-layout.jpg 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-default-layout-300x203.jpg 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-default-layout-1024x692.jpg 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-default-layout-1536x1038.jpg 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p>When you upload a <strong>square image</strong> (for example 1000 × 1000 px), Lumo automatically crops it into a circle. This default style is simple, modern, and works well for:</p>

<ul>
  <li>Tutor or faculty portraits</li>
  <li>Staff or instructor photos</li>
  <li>Student representation</li>
  <li>Small group photos</li>
  <li>Centered lifestyle or study images</li>
</ul>

<p>Square images give you the best and cleanest results. Regular rectangular photos don’t crop well into circles and are not recommended unless you disable cropping.</p>


<h3>Using Transparent PNGs for a More Creative Look</h3>

<p>While the circular crop works well for many use cases, Lumo’s Side Image layout can do much more than simple portraits. This is where the Side Image layout really becomes powerful. If you want a more modern or custom look, something closer to high-end university websites or professional learning platforms, you can turn off the circular crop to show the full shape of a transparent PNG. This gives you an alternative visual style that works well for creative designs, especially when using cut-out images or illustrations.</p>

<h5>Transparent PNGs are great for:</h5>
<ul>
  <li>Learner or student cut-outs</li>
  <li>Faculty, tutors, or team members</li>
  <li>Program, course, or subject-related visuals</li>
  <li>Device or platform mockups</li>
  <li>Illustrations, icons, or branded graphics</li>
  <li>Lifestyle images with the background removed</li>
</ul>

<h5>Example: A global community feel</h5>
<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-creative-idea-1.jpg"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-creative-idea-1.jpg" alt="moodle-theme-lumo-hero-image-creative-idea-1" width="2000" height="1337" class="img-responsive shadow alignnone size-full wp-image-7530" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-creative-idea-1.jpg 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-creative-idea-1-300x201.jpg 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-creative-idea-1-1024x685.jpg 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-creative-idea-1-1536x1027.jpg 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>
<p>Using a transparent PNG with three stacked learner cards creates a friendly and modern look. Because the cards have no background, the SVG pattern shows through around the edges, giving the hero area a lighter and more dynamic feel.</p>


<h5>Example: Modern tutor or team showcase</h5>
<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-creative-idea-2.jpg"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-creative-idea-2.jpg" alt="moodle-theme-lumo-hero-image-creative-idea-2" width="2000" height="1317" class="img-responsive shadow alignnone size-full wp-image-7531" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-creative-idea-2.jpg 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-creative-idea-2-300x198.jpg 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-creative-idea-2-1024x674.jpg 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-image-creative-idea-2-1536x1011.jpg 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p>Transparent PNG portraits placed together create a clean, instructor-focused introduction. This is ideal for showcasing faculty groups, instructors, or support teams. It feels professional and trustworthy while remaining visually engaging.</p>


<h5>Example: Immersive Learning (transparent PNG + dark mode)</h5>
<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-dark-mode-creative-side-image-example-3.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-dark-mode-creative-side-image-example-3.png" alt="moodle-theme-lumo-dark-mode-creative-side-image-example-3" width="2000" height="1378" class="img-responsive shadow alignnone size-full wp-image-7558" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-dark-mode-creative-side-image-example-3.png 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-dark-mode-creative-side-image-example-3-300x207.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-dark-mode-creative-side-image-example-3-1024x706.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-dark-mode-creative-side-image-example-3-1536x1058.png 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p>This example uses a transparent PNG illustration paired with Lumo’s dark background mode to create a bold, immersive look. The darker canvas helps the cut-out image stand out, especially when the PNG includes bright highlights or dynamic shapes. This style works well for courses or programs related to technology, innovation, creative industries, VR/AR, or digital skills.</p>

<p>The transparent PNG allows the circular pattern elements to show through naturally, which gives the hero area more depth without feeling heavy. This approach is ideal when you want something visually striking while still keeping the text readable and professional.</p>

<p><strong>Settings used for this example:</strong></p>
<div class="row">
    <div class="col-xs-6"><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-dark-mode-creative-side-image-example-settings-1.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-dark-mode-creative-side-image-example-settings-1.png" alt="moodle-theme-lumo-dark-mode-creative-side-image-example-settings-1" width="2000" height="1108" class="img-responsive shadow alignnone size-full wp-image-7561" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-dark-mode-creative-side-image-example-settings-1.png 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-dark-mode-creative-side-image-example-settings-1-300x166.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-dark-mode-creative-side-image-example-settings-1-1024x567.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-dark-mode-creative-side-image-example-settings-1-1536x851.png 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></div>
    <div class="col-xs-6"><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/lumo-hero-creative-illustration-example-dark-mode-settings-page.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/lumo-hero-creative-illustration-example-dark-mode-settings-page.png" alt="lumo-hero-creative-illustration-example-dark-mode-settings-page" width="1800" height="976" class="img-responsive shadow alignnone size-full wp-image-7562" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/lumo-hero-creative-illustration-example-dark-mode-settings-page.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/lumo-hero-creative-illustration-example-dark-mode-settings-page-300x163.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/lumo-hero-creative-illustration-example-dark-mode-settings-page-1024x555.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/lumo-hero-creative-illustration-example-dark-mode-settings-page-1536x833.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></div>
</div><!--//row-->
<ul>
  <li><strong>Hero background color mode:</strong> Dark</li>
  <li><strong>SVG pattern:</strong> Circles (default scale)</li>
  <li><strong>Pattern color:</strong> Theme’s secondary color</li>
  <li><strong>Crop slide image:</strong> Off (to show the full PNG shape)</li>
  <li><strong>Image type:</strong> Transparent PNG with isolated subject</li>
  <li><strong>Text color:</strong> Automatic (light text on dark background)</li>
</ul>

<p>This combination creates a strong, modern visual style that feels polished and works especially well on university program pages, technology departments, short-course platforms, and corporate training sites where you want higher impact.</p>

<h5>Example: Clean Light-Mode Design (transparent PNG)</h5>
<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4.png" alt="moodle-theme-lumo-light-mode-creative-side-image-example-4" width="1800" height="1220" class="img-responsive shadow alignnone size-full wp-image-7564" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-300x203.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-1024x694.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-1536x1041.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></p>
<p>This example shows how a transparent PNG can create a clean and modern hero layout in light mode. By combining a soft background color with a customized SVG pattern, you can create a fresh, professional look that works well for higher education programs and online course portals.</p>

<p><strong>Settings used for this example:</strong></p>
<div class="row">
    <div class="col-xs-6"><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page-1.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page-1.png" alt="moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page-1" width="1600" height="894" class="img-responsive shadow alignnone size-full wp-image-7568" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page-1.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page-1-300x168.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page-1-1024x572.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page-1-1536x858.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></div>
    <div class="col-xs-6"><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page.png" alt="moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page" width="1600" height="835" class="img-responsive shadow alignnone size-full wp-image-7566" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page-300x157.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page-1024x534.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-light-mode-creative-side-image-example-4-settings-page-1536x802.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></div>
</div><!--//row-->
<ul>
  <li><strong>Hero background color mode:</strong> Light Mode</li>
  <li><strong>SVG pattern:</strong> Pattern C</li>
  <li><strong>Pattern color:</strong> Custom grey (#B3C2C2)</li>
  <li><strong>Image type:</strong> Transparent PNG portrait</li>
  <li><strong>Text color:</strong> Automatic (dark text on light background)</li>
</ul>

<p>The result is a clean, airy layout with a neutral color palette that makes the PNG image feel integrated into the page. This style works especially well for universities and professional training providers that want a polished, 
minimal, and trustworthy design.</p>


<p>Transparent PNGs pair perfectly with all of Lumo’s background color modes and SVG patterns, making it easy to build a hero section that feels fresh and tailored to your organization.</p>

<p>These examples show how flexible the Side Image layout can be when you move beyond standard rectangular photos. And the best part is that everything is achievable using Lumo’s built-in settings — no custom code needed.</p>

<h3>Side Image Settings in Lumo</h3>
<p>When you choose the Side Image layout, you gain access to a set of background and pattern options. These help shape the tone and style of your hero area.</p>

<h5>Background Color Mode</h5>
<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-background-color-mode-settings.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-background-color-mode-settings.png" alt="moodle-theme-lumo-hero-section-side-image-settings-background-color-mode-settings" width="1800" height="235" class="img-responsive shadow alignnone size-full wp-image-7536" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-background-color-mode-settings.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-background-color-mode-settings-300x39.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-background-color-mode-settings-1024x134.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-background-color-mode-settings-1536x201.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></p>
<p>Choose from Primary, Light, or Dark. Each mode gives the hero section a different feel suitable for academic and professional learning sites.</p>

<h5>SVG Background Patterns</h5>
<p><a href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-svg-patterns-1.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-svg-patterns-1.png" alt="moodle-theme-lumo-hero-section-side-image-settings-svg-patterns" width="1800" height="222" class="img-responsive shadow alignnone size-full wp-image-7540" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-svg-patterns-1.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-svg-patterns-1-300x37.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-svg-patterns-1-1024x126.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-svg-patterns-1-1536x189.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></p>
<p>Lumo includes three built-in patterns:</p>
<ul>
  <li>Parallelogram (A)</li>
  <li>Circles (B)</li>
  <li>Geometric Shapes (C)</li>
</ul>
<div class="row">
    <div class="col-xs-6"><strong>Pattern A:</strong><br><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-a.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-a.png" alt="moodle-theme-lumo-creative-hero-image-pattern-example-a" width="1800" height="956" class="img-responsive shadow alignnone size-full wp-image-7571" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-a.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-a-300x159.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-a-1024x544.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-a-1536x816.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></div>
    <div class="col-xs-6"><strong>Pattern B:</strong><br><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-b.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-b.png" alt="moodle-theme-lumo-creative-hero-image-pattern-example-b" width="1800" height="995" class="img-responsive shadow alignnone size-full wp-image-7572" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-b.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-b-300x166.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-b-1024x566.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-b-1536x849.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></div>
    <div class="col-xs-6"><strong>Pattern C:</strong><br><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-c.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-c.png" alt="moodle-theme-lumo-creative-hero-image-pattern-example-c" width="1800" height="956" class="img-responsive shadow alignnone size-full wp-image-7573" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-c.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-c-300x159.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-c-1024x544.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-pattern-example-c-1536x816.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></div>
    <div class="col-xs-6"><strong>No Pattern:</strong><br><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-no-pattern-example.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-no-pattern-example.png" alt="moodle-theme-lumo-creative-hero-image-no-pattern-example" width="1800" height="931" class="img-responsive shadow alignnone size-full wp-image-7570" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-no-pattern-example.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-no-pattern-example-300x155.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-no-pattern-example-1024x530.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-creative-hero-image-no-pattern-example-1536x794.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></div>
</div><!--//row-->

<p>Patterns add a soft visual layer that gives the hero section a more engaging, modern look. They work especially well with transparent PNGs because the pattern shapes interact naturally with the edges of the image. You can also turn the pattern off if you prefer a clean, minimal look.</p>

<h5>Pattern Color</h5>
<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-svg-pattern-color.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-svg-pattern-color.png" alt="moodle-theme-lumo-hero-section-side-image-settings-svg-pattern-color" width="1554" height="381" class="img-responsive shadow alignnone size-full wp-image-7541" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-svg-pattern-color.png 1554w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-svg-pattern-color-300x74.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-svg-pattern-color-1024x251.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-svg-pattern-color-1536x377.png 1536w" sizes="auto, (max-width: 1554px) 100vw, 1554px" /></a></p>
<p>You can customize the pattern color to match your brand or highlight an accent tone. Subtle colors are ideal for academic sites, while brighter colors work well for training or promotional pages.</p>

<h5>Image Cropping (Circle vs. Full Image)</h5>
<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-image-cropping.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-image-cropping.png" alt="moodle-theme-lumo-hero-section-side-image-settings-image-cropping" width="2030" height="219" class="img-responsive shadow alignnone size-full wp-image-7543" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-image-cropping.png 2030w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-image-cropping-300x32.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-image-cropping-1024x110.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-section-side-image-settings-image-cropping-1536x166.png 1536w" sizes="auto, (max-width: 2030px) 100vw, 2030px" /></a></p>
<ul>
  <li>Circular cropping works best with <strong>square images</strong></li>
  <li>Square images keep the main subject centered</li>
  <li>Non-square images don’t crop well unless they are transparent PNGs</li>
  <li>To show the full PNG shape, turn off “Crop slide images”</li>
</ul>

<p>These settings give you full control over how structured or creative your hero area looks.</p>

<!--//
<h3>Examples of Creative Side Image Designs</h3>

<p>Here are some creative ways you can use the Side Image layout. These examples show how flexible the layout can be for higher education and professional learning sites.</p>

<p><strong>Global community (transparent PNG)</strong><br>
A transparent cut-out adds personality and energy. Great for highlighting collaboration and student engagement.</p>

<p><strong>Faculty or instructor portraits</strong><br>
Circular portraits help build trust and credibility. Useful for degree programs, academic departments, and staff introductions.</p>

<p><strong>Lifestyle or study images (circle crop)</strong><br>
Shows that a circular crop works for small study scenes, not just headshots.</p>

<p><strong>Minimal corporate or institutional style</strong><br>
A light background with no pattern gives a clean, professional look suited for corporate learning and adult education.</p>

-->


<h3>Best Practices for Side Image Designs</h3>

<p>To get the strongest results:</p>

<ul>
  <li>Use <strong>square images</strong> for clean circular cropping</li>
  <li>Use <strong>transparent PNGs</strong> for creative layouts</li>
  <li>Keep subjects centered</li>
  <li>Avoid busy or cluttered backgrounds</li>
  <li>Choose high-resolution images</li>
  <li>Prepare PNGs using remove.bg, Photoshop, or Figma</li>
  <li>Choose images where subjects face toward your text when possible</li>
</ul>

<hr>

<h3>Side Image vs. Full-Width Background — When to Choose Which</h3>

<p><strong>Choose Side Image layout when you want:</strong></p>

<ul>
  <li>a clean, structured design</li>
  <li>strong text readability</li>
  <li>a modern, academic, or corporate style</li>
  <li>portraits or transparent PNG cut-outs</li>
  <li>a flexible layout that works for most content types</li>
</ul>

<p><strong>Choose Full-Width Background layout when you want:</strong></p>

<ul>
  <li>bold visuals</li>
  <li>immersive or campaign-style hero banners</li>
  <li>scenic campus photography</li>
  <li>a dramatic first impression</li>
</ul>


<p>The Side Image layout in <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank">Lumo</a> gives you a flexible and reliable way to design a modern Moodle homepage. Whether you use simple circular portraits or creative transparent PNGs, you can build a hero section that feels polished, professional, and aligned with your institution or organization.</p>

<p>Experiment with different image styles, background colors, and patterns &#8211; even small changes can refresh your entire homepage.</p>

<p>If you want to explore the <a href="https://elearning.3rdwavemedia.com/blog/customize-moodle-5-hero-section-lumo-theme/7445/" target="_blank"><strong>new full-width background Hero option</strong></a> available in Lumo for Moodle 5.1+, here is the guide: <a href="https://elearning.3rdwavemedia.com/blog/customize-moodle-5-hero-section-lumo-theme/7445/" target="_blank">Moodle 5 Theme Lumo Guide: Customize the Hero Section (Full-Width Background Option)</a></p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-side-image-hero-layout-guide/7524/">Moodle Theme Lumo Guide: Creative Ways to Use the Side Image Hero Layout</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-side-image-hero-layout-guide/7524/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Moodle 5 Theme Lumo Guide: Customize the Hero Section (Full-Width Background Option)</title>
		<link>https://elearning.3rdwavemedia.com/blog/customize-moodle-5-hero-section-lumo-theme/7445/</link>
					<comments>https://elearning.3rdwavemedia.com/blog/customize-moodle-5-hero-section-lumo-theme/7445/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Thu, 27 Nov 2025 17:53:30 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://elearning.3rdwavemedia.com/?p=7445</guid>

					<description><![CDATA[<p>Your Moodle site’s homepage sets the tone for the entire learning experience. The hero section is often the first thing learners see, so it’s worth making it look professional, on-brand, and welcoming. Our Moodle 5 theme Lumo now supports a &#8230; </p>
<p><a class="read-more" href="https://elearning.3rdwavemedia.com/blog/customize-moodle-5-hero-section-lumo-theme/7445/">Read more<i class="fa fa-long-arrow-right"></i></a> </p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/customize-moodle-5-hero-section-lumo-theme/7445/">Moodle 5 Theme Lumo Guide: Customize the Hero Section (Full-Width Background Option)</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Your Moodle site’s homepage sets the tone for the entire learning experience. The hero section is often the first thing learners see, so it’s worth making it look professional, on-brand, and welcoming.</p>

<p>Our <strong><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank">Moodle 5 theme Lumo</a></strong> now supports a <strong>brand-new layout option for the hero section</strong> – a <strong>full-width background image mode</strong>.</p>

<p><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/5/?redirect=0" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-hero-section-full-width-bg-mode.png" alt="moodle-theme-hero-section-full-width-bg-mode" width="1500" height="655" class="img-responsive shadow alignnone size-full wp-image-7504" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-hero-section-full-width-bg-mode.png 1500w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-hero-section-full-width-bg-mode-300x131.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-hero-section-full-width-bg-mode-1024x447.png 1024w" sizes="auto, (max-width: 1500px) 100vw, 1500px" /></a></p>

<p><a class="btn btn-primary" href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/5/?redirect=0" target="_blank">Lumo Full-width Background Demo</a></p>

<p><strong>Theme settings:</strong><br>
<a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings.png" alt="moodle-theme-lumo-full-width-background-settings" width="2000" height="688" class="img-responsive shadow alignnone size-full wp-image-7451" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings.png 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings-300x103.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings-1024x352.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings-1536x528.png 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a></p>

<p>This new option gives you even more flexibility when styling your homepage and makes it easier to create a modern, visually engaging hero area without any custom coding.</p>

<p>In this guide, we’ll walk you through:</p>

<ul>
  <li><a href="#section-fullwidth">New: Full-Width Background Image Mode</a></li>
  <li><a href="#section-sideimage">Side-Image Layout (Existing Option)</a></li>
  <li><a href="#section-examples">Real Design Examples for Different Organization Types</a></li>
  <li><a href="#section-layouts">What Each Layout Helps You Achieve</a></li>
  <li><a href="#section-tips">Tips for Designing a Professional Hero Section</a></li>
  <li><a href="#section-creative">Creative Hero Design Options</a></li>
  <li><a href="#section-latest">Get the Latest Version of Lumo</a></li>
</ul>


<h3 id="section-fullwidth">New: Full-Width Background Image Mode</h3>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-examples-scaled.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-examples-scaled.png" alt="moodle-theme-lumo-full-width-background-examples" width="2560" height="1378" class="img-responsive shadow alignnone size-full wp-image-7448" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-examples-scaled.png 2560w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-examples-300x162.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-examples-1024x551.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-examples-1536x827.png 1536w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-examples-2048x1103.png 2048w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a></p>

<p>The full-width background mode displays your uploaded slide image as a <strong>full-width background</strong> behind the text on desktop. This layout is bold, modern, and ideal for organizations that want their Moodle homepage to make a strong first impression.</p>

<p><strong>Recommended image size:</strong> 1920 × 1080 px (minimum width 1600 px)</p>

<p><strong>Theme settings:</strong><br>
<a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings-2-scaled.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings-2-scaled.png" alt="moodle-theme-lumo-full-width-background-settings-2" width="2560" height="617" class="img-responsive shadow alignnone size-full wp-image-7460" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings-2-scaled.png 2560w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings-2-300x72.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings-2-1024x247.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings-2-1536x370.png 1536w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-full-width-background-settings-2-2048x494.png 2048w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a></p>


<h3 id="section-sideimage">Side-Image Layout (Existing Option)</h3>

<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-examples-scaled.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-examples-scaled.png" alt="moodle-theme-lumo-hero-side-image-examples" width="2560" height="1231" class="img-responsive shadow alignnone size-full wp-image-7453" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-examples-scaled.png 2560w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-examples-300x144.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-examples-1024x492.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-examples-1536x738.png 1536w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-examples-2048x985.png 2048w" sizes="auto, (max-width: 2560px) 100vw, 2560px" /></a></p>

<p>The side-image layout remains available and continues to be a great fit for organizations that prefer a structured, balanced design. Your uploaded image appears on the <strong>right-hand side</strong> on desktop, alongside clear and readable headline text on the left.</p>

<p><strong>Recommended size:</strong> 1000 × 1000 px square</p>

<p><strong>Side-image features include:</strong></p>

<ul>
  <li>Background color mode</li>
  <li>SVG background patterns</li>
  <li>Custom pattern colors</li>
  <li>Optional circular cropping</li>
</ul>

<p><p><strong>Theme settings:</strong><br>
<a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-settings.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-settings.png" alt="moodle-theme-lumo-hero-side-image-settings" width="2000" height="1006" class="img-responsive shadow  alignnone size-full wp-image-7455" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-settings.png 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-settings-300x151.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-settings-1024x515.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-hero-side-image-settings-1536x773.png 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></a>
</p>


<h3 id="section-examples">Real Design Examples for Different Organization Types</h3>

<p>These examples show how organizations can style their Lumo hero section using only the built-in settings. They’re not rules — any layout can work for any Moodle site.</p>


<h5>1. For Everyone (General Learning Sites)</h5>
<br>
<p><strong>Full-Width Example:</strong></p>
<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-everyone-example-girl-guitar.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-everyone-example-girl-guitar.png" alt="Lumo-for-everyone-example-girl-guitar" width="1600" height="915" class="img-responsive shadow alignnone size-full wp-image-7466" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-everyone-example-girl-guitar.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-everyone-example-girl-guitar-300x172.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-everyone-example-girl-guitar-1024x586.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-everyone-example-girl-guitar-1536x878.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></p>

<p class="mb-2"><strong>Side-Image Example:</strong></p>
<p><a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-everyone-side-image-example-1.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-everyone-side-image-example-1.png" alt="Lumo-for-everyone-side-image-example-1" width="1997" height="1039" class="img-responsive shadow alignnone size-full wp-image-7474" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-everyone-side-image-example-1.png 1997w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-everyone-side-image-example-1-300x156.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-everyone-side-image-example-1-1024x533.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-everyone-side-image-example-1-1536x799.png 1536w" sizes="auto, (max-width: 1997px) 100vw, 1997px" /></a></p>

<h5>2. For Businesses (Corporate Training)</h5>
<br>
<p><strong>Full-Width Example:</strong><br>
<a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-business-example-team-meeting.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-business-example-team-meeting.png" alt="Lumo-for-business-example-team-meeting" width="1800" height="1024" class="img-responsive shadow  alignnone size-full wp-image-7479" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-business-example-team-meeting.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-business-example-team-meeting-300x171.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-business-example-team-meeting-1024x583.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-business-example-team-meeting-1536x874.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a>
</p>
<p><strong>Side-Image Example:</strong><br>
<a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-business-side-image-example-1.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-business-side-image-example-1.png" alt="Lumo-for-business-side-image-example-1" width="1800" height="938" class="img-responsive shadow alignnone size-full wp-image-7482" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-business-side-image-example-1.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-business-side-image-example-1-300x156.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-business-side-image-example-1-1024x534.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-business-side-image-example-1-1536x800.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a>
</p>

<h5>3. For Governments &#038; Public Sector</h5>
<br>
<p><strong>Full-Width Example:</strong><br>
<a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-gov-example-1.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-gov-example-1.png" alt="Lumo-for-gov-example-1" width="1800" height="1048" class="img-responsive shadow  alignnone size-full wp-image-7485" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-gov-example-1.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-gov-example-1-300x175.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-gov-example-1-1024x596.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-gov-example-1-1536x894.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a>
</p>
<p><strong>Side-Image Example:</strong><br>
<a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-gov-side-image-example-1-1.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-gov-side-image-example-1-1.png" alt="Lumo-for-gov-side-image-example-1" width="1800" height="938" class="img-responsive shadow alignnone size-full wp-image-7488" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-gov-side-image-example-1-1.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-gov-side-image-example-1-1-300x156.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-gov-side-image-example-1-1-1024x534.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-gov-side-image-example-1-1-1536x800.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a>
</p>

<h5>4. For Universities &#038; Higher Education</h5>
<br>
<p><strong>Full-Width Example:</strong><br>
<a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-uni-example-3.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-uni-example-3.png" alt="Lumo-for-uni-example-3" width="1600" height="894" class="img-responsive shadow alignnone size-full wp-image-7489" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-uni-example-3.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-uni-example-3-300x168.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-uni-example-3-1024x572.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-uni-example-3-1536x858.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a>
</p>
<p><strong>Side-Image Example:</strong><br>
<a class="lightbox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-uni-side-image-example-1.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-uni-side-image-example-1.png" alt="Lumo-for-uni-side-image-example-1" width="1800" height="992" class="img-responsive shadow alignnone size-full wp-image-7491" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-uni-side-image-example-1.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-uni-side-image-example-1-300x165.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-uni-side-image-example-1-1024x564.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/Lumo-for-uni-side-image-example-1-1536x847.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a>
</p>

<h3 id="section-layouts">What Each Layout Helps You Achieve</h3>
<br>
<h5>Side-Image Layout Works Well When You Want:</h5>
<ul>
  <li>A structured, tidy homepage</li>
  <li>Predictable alignment across slides</li>
  <li>Clear, accessibility-friendly text</li>
  <li>A minimal look with subtle patterns</li>
</ul>

<h5>Full-Width Background Layout Works Well When You Want:</h5>
<ul>
  <li>Immersive, high-impact visuals</li>
  <li>A modern website feel</li>
  <li>Strong lifestyle or workplace photography</li>
  <li>A more atmospheric and emotional design</li>
</ul>

<h5 id="section-tips">Tips for Designing a Professional Hero Section</h5>
<ul>
  <li>Use high-resolution images (1600 px+ wide)</li>
  <li>Keep headlines short and scannable</li>
  <li>Enable gradient overlay for busy photos</li>
  <li>Use consistent call-to-action buttons</li>
  <li>Test designs on both desktop and mobile</li>
  <li>Ensure color contrast meets accessibility guidelines</li>
</ul>


<h3 id="section-creative">Want Even More Creative Design Ideas?</h3>

<p>For advanced side-image layouts (such as layered PNGs, tutor grids, and custom compositions), see our companion guide: <a href="https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-side-image-hero-layout-guide/7524/" target="_blank">Moodle Theme Lumo Guide: Creative Ways to Use the Side Image Hero Layout</a></p>


<h3 id="section-latest">Get the Latest Version of Lumo</h3>

<p>The full-width background image mode is available in the <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank"><strong>Moodle 5.1+ version of Lumo</strong></a>.</p>
<p>Lumo is designed to help Moodle sites look clean, modern, and professional without any coding.</p>

<h5>Explore the Lumo Theme Demos:</h5>
<div class="theme-post-grid row text-center">
         
         <div class="col-xs-6 col-md-6">
             <div ><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/1/?redirect=0" target="_blank"><img loading="lazy" decoding="async" class="shadow"  style="margin-bottom:10px" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-for-online-learning.jpg" alt="moodle-theme-lumo-for-online-learning" width="1000" height="662" class="img-responsive alignnone size-full wp-image-6399" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-for-online-learning.jpg 1000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-for-online-learning-300x199.jpg 300w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></a></div>
             <p class="color-scheme-title" style="margin-bottom:0"><strong>For Everyone</strong></p>
         </div>
         <div class="col-xs-6 col-md-6">
            <div><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/2/?redirect=0" target="_blank"><img loading="lazy" decoding="async" class="shadow"  style="margin-bottom:10px"  src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-for-businesses.jpg" alt="moodle-theme-lumo-for-businesses" width="1000" height="662" class="img-responsive alignnone size-full wp-image-6397" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-for-businesses.jpg 1000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-for-businesses-300x199.jpg 300w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></a></div>
           <p class="color-scheme-title" style="margin-bottom:0"><strong>For Businesses</strong></p>
         </div>
         <div class="col-xs-6 col-md-6">
             <div><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/3/?redirect=0" target="_blank"><img loading="lazy" decoding="async" class="shadow" style="margin-bottom:10px"  src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-for-governments.jpg" alt="moodle-theme-lumo-for-governments" width="1000" height="662" class="img-responsive alignnone size-full wp-image-6398" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-for-governments.jpg 1000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-for-governments-300x199.jpg 300w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></a></div>
             <p class="color-scheme-title" style="margin-bottom:0"><strong>For Governments</strong></p>
         </div>
         <div class="col-xs-6 col-md-6">
            
            <div><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/4/?redirect=0" target="_blank"><img loading="lazy" decoding="async"  class="shadow" style="margin-bottom:10px" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-for-universities.jpg" alt="moodle-theme-lumo-for-universities" width="1000" height="662" class="img-responsive alignnone size-full wp-image-6400" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-for-universities.jpg 1000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/moodle-theme-lumo-for-universities-300x199.jpg 300w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></a></div>
            <p class="color-scheme-title" style="margin-bottom:0"><strong>For Universities</strong></p>
         </div>
</div><!--//row--> 


<p>The hero section plays an important role in shaping how learners feel when they arrive on your Moodle site. With the new full-width background image option, Lumo gives you more creative freedom to design a homepage that fits your organization’s identity.</p>

<p>Whether you prefer the structured side-image layout or a bold full-width design, you can customize the hero section in just a few clicks.</p>

<p><a class="btn btn-primary" href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank">Try Lumo Theme</a></p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/customize-moodle-5-hero-section-lumo-theme/7445/">Moodle 5 Theme Lumo Guide: Customize the Hero Section (Full-Width Background Option)</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://elearning.3rdwavemedia.com/blog/customize-moodle-5-hero-section-lumo-theme/7445/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Use Simple HTML to Add Content in Moodle (Lumo Theme Examples)</title>
		<link>https://elearning.3rdwavemedia.com/blog/how-to-use-simple-html-add-content-moodle-lumo-theme/7401/</link>
					<comments>https://elearning.3rdwavemedia.com/blog/how-to-use-simple-html-add-content-moodle-lumo-theme/7401/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Sat, 15 Nov 2025 01:51:42 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://elearning.3rdwavemedia.com/?p=7401</guid>

					<description><![CDATA[<p>Many Moodle sites include theme settings that allow you to add your own text, links, and footer content. Our premium Moodle 5 theme Lumo works the same way and uses simple HTML for these content areas. In this guide, we’ll &#8230; </p>
<p><a class="read-more" href="https://elearning.3rdwavemedia.com/blog/how-to-use-simple-html-add-content-moodle-lumo-theme/7401/">Read more<i class="fa fa-long-arrow-right"></i></a> </p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/how-to-use-simple-html-add-content-moodle-lumo-theme/7401/">How to Use Simple HTML to Add Content in Moodle (Lumo Theme Examples)</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Many Moodle sites include theme settings that allow you to add your own text, links, and footer content. Our premium Moodle 5 theme <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank"><strong>Lumo</strong></a> works the same way and uses simple HTML for these content areas. In this guide, we’ll show you how to format text, create links, and build structured footer blocks in Lumo using clean HTML markup.</p>

<p>The examples below use the Lumo theme, but the same HTML works in any Moodle theme, and also in Moodle course pages if you switch TinyMCE editor to <strong>&#8220;Source code&#8221;</strong> mode.</p>


<h3>Why You Might Need HTML</h3>

<p>Simple HTML is useful when you want to:</p>

<ul>
  <li>add footer menu links or custom footer content</li>
  <li>format contact details (address, phone, email)</li>
  <li>create calls-to-action or small link lists</li>
  <li>add line breaks, spacing, or inline icons</li>
  <li>structure text in homepage sections like the hero or featured blocks</li>
</ul>

<p>Lumo uses plain textarea fields instead of rich-text editors in most theme settings <strong>to improve performance and reduce loading time</strong>. Adding simple HTML is the easiest way to control formatting.</p>

<h3>A Helpful Tool for Beginners</h3>

<p>If you&#8217;re not comfortable writing HTML manually, you can use this free converter:</p>
<p><a href="https://www.syncfusion.com/free-tools/online-text-to-html-converter/" target="_blank" rel="noopener">https://www.syncfusion.com/free-tools/online-text-to-html-converter/</a></p>
<p>Type your text, click “Convert,” and paste the generated HTML into the Lumo footer block.</p>

<h3>Basic HTML Tags You Need</h3>

<p>Here are the HTML tags you’ll use the most:</p>

<h5>Paragraphs</h5>
<pre><code>&lt;p&gt;Your text here&lt;/p&gt;</code></pre>
<br>
<h5>Line breaks</h5>
<pre><code>&lt;br&gt;</code></pre>
<br>
<h5>Links</h5>
<pre><code>&lt;a href=&quot;#&quot;&gt;Read more&lt;/a&gt;</code></pre>
<br>
<h5>Bold text</h5>
<pre><code>&lt;b&gt;Important:&lt;/b&gt;</code></pre>
<br>
<h5>Lists (<code>&lt;ul&gt;</code> and <code>&lt;li&gt;</code>)</h5>

<p>Lists are useful for menus, quick link groups, and structured footer content. 
Each item must be wrapped in a <code>&lt;li&gt;</code> tag.</p>
<pre><code>&lt;ul&gt;
  &lt;li&gt;First item&lt;/li&gt;
  &lt;li&gt;Second item&lt;/li&gt;
  &lt;li&gt;Third item&lt;/li&gt;
&lt;/ul&gt;</code></pre>
<br>
<h5>Non-breaking space (<code>&amp;nbsp;</code>)</h5>

<p>HTML collapses normal spaces, especially between inline elements like <code>&lt;b&gt;</code> and <code>&lt;a&gt;</code>. You can use a non-breaking space to force a visible space that will not disappear:</p>

<pre><code>&lt;b&gt;Email:&lt;/b&gt;&amp;nbsp;&lt;a href=&quot;mailto:info@example.com&quot;&gt;info@example.com&lt;/a&gt;</code></pre>

<p>These simple tags are enough to build clean and structured footer content.</p>

<h2>Footer HTML Examples for the Lumo Theme</h2>

<p>Below are five ready-to-use footer content examples you can paste directly into the Lumo footer content blocks.</p>

<p>These examples cover:</p>

<ul>
  <li>Two “Contact Us” layouts</li>
  <li>One “About Us” layout</li>
  <li>One “Get Involved” layout</li>
  <li>One menu-style footer block (from our original guide)</li>
</ul>

<p>You can easily customize the text to suit your site.</p>

<h4>1. Contact Us (with icons + compact layout)</h4>
<p>This version uses icons for a modern, compact look.</p>
<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-html-options-contact-us-1.png" alt="moodle-theme-lumo-footer-html-options-contact-us-1" width="690" height="714" class="shadow alignnone size-full wp-image-7410" style="max-width: 260px" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-html-options-contact-us-1.png 690w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-html-options-contact-us-1-290x300.png 290w" sizes="auto, (max-width: 690px) 100vw, 690px" /></p>
<pre class="brush: xml; title: ; notranslate">
&lt;h4 class=&quot;footer-block-title&quot;&gt;Contact Us&lt;/h4&gt;
&lt;p&gt;123 Learning Street 
New York
United States 
10001&lt;/p&gt;
&lt;i class=&quot;fa-solid fa-phone me-2&quot;&gt;&lt;/i&gt;+123 4567 890&lt;br&gt;
&lt;i class=&quot;fa-solid fa-envelope me-2&quot;&gt;&lt;/i&gt;&lt;a href=&quot;mailto:info@example.com&quot;&gt;info@example.com&lt;/a&gt;
</pre>



<h4>2. Contact Us (basic text layout, no icons)</h4>
<p>Good for a clean and neutral footer layout.</p>
<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-html-options-contact-us-2.png" alt="moodle-theme-lumo-footer-html-options-contact-us-2" width="691" height="714" class="shadow alignnone size-full wp-image-7411" style="max-width: 260px" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-html-options-contact-us-2.png 691w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-html-options-contact-us-2-290x300.png 290w" sizes="auto, (max-width: 691px) 100vw, 691px" /></p>
<pre class="brush: xml; title: ; notranslate">
&lt;h4 class=&quot;footer-block-title&quot;&gt;Contact Us&lt;/h4&gt;
&lt;p&gt;123 Learning Street 
New York
United States 
10001&lt;/p&gt;
&lt;b&gt;Phone:&lt;/b&gt;
+123 4567 890 
&lt;b&gt;Email:&lt;/b&gt;&lt;br&gt;
&lt;a href=&quot;mailto:info@example.com&quot;&gt;info@example.com&lt;/a&gt;
</pre>

<h4>3. About Us (paragraph + single link)</h4>
<p>Ideal for introducing your organisation with one clear call-to-action link.</p>
<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-html-options-about-us.png" alt="moodle-theme-lumo-footer-html-options-about-us" width="703" height="714" class="shadow alignnone size-full wp-image-7409" style="max-width: 260px" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-html-options-about-us.png 703w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-html-options-about-us-295x300.png 295w" sizes="auto, (max-width: 703px) 100vw, 703px" /></p>
<pre class="brush: xml; title: ; notranslate">
&lt;h4 class=&quot;footer-block-title&quot;&gt;About Us&lt;/h4&gt;
&lt;p&gt;We are a modern learning platform offering online courses for 
professionals and students. Lorem ipsum dolor sit amet, consectetur adipiscing elit. &lt;/p&gt;
&lt;p&gt;
&lt;i class=&quot;fa-solid fa-caret-right&quot;&gt;&lt;/i&gt;&amp;nbsp;&lt;a href=&quot;#&quot;&gt;Learn more about us&lt;/a&gt;
&lt;/p&gt;
</pre>

<h4>4. Get Involved (paragraph + list of links)</h4>
<p>A good choice when you want to mix descriptive text with a small list of useful links.</p>
<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-html-options-mixed.png" alt="moodle-theme-lumo-footer-html-options-mixed" width="727" height="714" class="shadow alignnone size-full wp-image-7412" style="max-width:260px" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-html-options-mixed.png 727w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-html-options-mixed-300x295.png 300w" sizes="auto, (max-width: 727px) 100vw, 727px" /></p>
<pre class="brush: xml; title: ; notranslate">
&lt;h4 class=&quot;footer-block-title&quot;&gt;Get Involved&lt;/h4&gt;
&lt;p&gt;Join our learning community and explore our latest activities. Lorem ipsum dolor sit amet, consectetur adipiscing elit. &lt;/p&gt;
&lt;ul class=&quot;footer-links list-unstyled&quot;&gt;
  &lt;li class=&quot;link-item&quot;&gt;&lt;i class=&quot;fa-solid fa-caret-right&quot;&gt;&lt;/i&gt;&amp;nbsp;&lt;a href=&quot;#&quot;&gt;Events&lt;/a&gt;&lt;/li&gt;
  &lt;li class=&quot;link-item&quot;&gt;&lt;i class=&quot;fa-solid fa-caret-right&quot;&gt;&lt;/i&gt;&amp;nbsp;&lt;a href=&quot;#&quot;&gt;Newsletter&lt;/a&gt;&lt;/li&gt;
  &lt;li class=&quot;link-item&quot;&gt;&lt;i class=&quot;fa-solid fa-caret-right&quot;&gt;&lt;/i&gt;&amp;nbsp;&lt;a href=&quot;#&quot;&gt;Forums&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>


<h4>5. Footer Menu Block (from our original Lumo guide)</h4>
<p>You can also create a footer column that works as a simple menu. This example comes from our original tutorial:</p>
<p><a href="https://elearning.3rdwavemedia.com/blog/lumo-moodle-theme-footer-menus-guide/6719/" target="_blank" rel="noopener">Lumo Moodle Theme Guide: How to Add a Custom Footer Menu Using Footer Blocks</a></p>
<p>This creates a clean, professional set of footer links that match the style used on many university and corporate learning portals.</p>
<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-menu-style-links.png" alt="moodle-theme-lumo-footer-menu-style-links" width="2000" height="389" class="shadow img-responsive alignnone size-full wp-image-7414" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-menu-style-links.png 2000w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-menu-style-links-300x58.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-menu-style-links-1024x199.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-theme-lumo-footer-menu-style-links-1536x299.png 1536w" sizes="auto, (max-width: 2000px) 100vw, 2000px" /></p>
<pre class="brush: xml; title: ; notranslate">
&lt;h4 class=&quot;footer-block-title&quot;&gt;Categories&lt;/h4&gt;
&lt;ul class=&quot;footer-links list-unstyled&quot;&gt;
  &lt;li class=&quot;link-item&quot;&gt;&lt;a href=&quot;#&quot;&gt;Business&lt;/a&gt;&lt;/li&gt;
  &lt;li class=&quot;link-item&quot;&gt;&lt;a href=&quot;#&quot;&gt;Technology&lt;/a&gt;&lt;/li&gt;
  &lt;li class=&quot;link-item&quot;&gt;&lt;a href=&quot;#&quot;&gt;Design &amp; Creativity&lt;/a&gt;&lt;/li&gt;
  &lt;li class=&quot;link-item&quot;&gt;&lt;a href=&quot;#&quot;&gt;Health &amp; Wellness&lt;/a&gt;&lt;/li&gt;
  &lt;li class=&quot;link-item&quot;&gt;&lt;a href=&quot;#&quot;&gt;Language Learning&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
</pre>


<h2>Where to Add the HTML in Lumo</h2>

<p>To add these in Lumo:</p>

<ol>
  <li>Go to <strong>Site administration → Appearance → Themes → Lumo → Footer</strong></li>
  <li>Open <strong>Footer Block 1–4</strong></li>
  <li>Paste your HTML into the content field</li>
  <li>Save and refresh your site</li>
</ol>


<h2>Summary</h2>

<p>Using simple HTML in Lumo’s footer blocks gives you full control over how your footer looks and feels. Whether you need contact details, menu-style links, or a short description about your organization, the examples in this guide provide ready-made layouts you can copy, paste, and customise.</p>

<p>For more footer examples, see our original guide:<br>
<a href="https://elearning.3rdwavemedia.com/blog/lumo-moodle-theme-footer-menus-guide/6719/" target="_blank" rel="noopener">Lumo Moodle Theme Guide: How to Add a Custom Footer Menu Using Footer Blocks</a></p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/how-to-use-simple-html-add-content-moodle-lumo-theme/7401/">How to Use Simple HTML to Add Content in Moodle (Lumo Theme Examples)</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://elearning.3rdwavemedia.com/blog/how-to-use-simple-html-add-content-moodle-lumo-theme/7401/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lumo Theme Guide: How to Install the Lumo Theme for Moodle 5</title>
		<link>https://elearning.3rdwavemedia.com/blog/install-lumo-theme-moodle-5/7384/</link>
					<comments>https://elearning.3rdwavemedia.com/blog/install-lumo-theme-moodle-5/7384/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 12 Nov 2025 14:26:21 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://elearning.3rdwavemedia.com/?p=7384</guid>

					<description><![CDATA[<p>Lumo is a premium Moodle 5 theme designed for modern learning portals, universities, and professional training providers. Built on the latest Boost base theme and Bootstrap 5 framework, it offers a clean, elegant design with generous white space, flexible layouts, &#8230; </p>
<p><a class="read-more" href="https://elearning.3rdwavemedia.com/blog/install-lumo-theme-moodle-5/7384/">Read more<i class="fa fa-long-arrow-right"></i></a> </p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/install-lumo-theme-moodle-5/7384/">Lumo Theme Guide: How to Install the Lumo Theme for Moodle 5</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank" rel="noopener">Lumo</a> is a premium Moodle 5 theme designed for modern learning portals, universities, and professional training providers. Built on the latest <a href="https://docs.moodle.org/501/en/Boost_theme" target="_blank">Boost base theme</a> and <a href="https://getbootstrap.com/" target="_blank">Bootstrap 5 framework</a>, it offers a clean, elegant design with generous white space, flexible layouts, and a strong visual hierarchy that enhances learner engagement.</p>

<p>Its polished, professional look makes Lumo ideal for higher education institutions, corporate training platforms, and online academies that want to present their courses and programs with credibility and style.</p>

<p>In this guide, you’ll learn how to install and activate the Lumo theme on your Moodle 5 site step by step.</p>

<h3>Step 1</h3>
<p>After purchasing the theme, you will receive an email containing a download link. Download the theme zip file to your computer and extract it.</p>

<p>You should see one folder and one ReadMe file. The <strong>“lumo”</strong> folder is the actual theme folder you will upload to your Moodle site. The <strong>ReadMe-Moodle-Theme-Lumo.txt</strong> file contains quick setup instructions and additional notes about the theme.</p>

<p><strong>Zip file contents:</strong></p>
<ul>
  <li>lumo (theme folder)</li>
  <li>ReadMe-Moodle-Theme-Lumo.txt (readme file)</li>
</ul>

<p><img loading="lazy" decoding="async" width="1221" height="722" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-lumo-zip-file-folder.png" alt="moodle-5-theme-lumo-zip-file-folder" style="max-width: 700px" class="img-responsive shadow alignnone size-full wp-image-7385" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-lumo-zip-file-folder.png 1221w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-lumo-zip-file-folder-300x177.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-lumo-zip-file-folder-1024x606.png 1024w" sizes="auto, (max-width: 1221px) 100vw, 1221px" /></p>


<h3>Step 2</h3>
<p>Upload the <strong>“lumo”</strong> folder to your server via an FTP program.</p>

<p><strong>Important path note (for Moodle 5.x users):</strong></p>

<p><strong>If you are running Moodle 5.1 or later</strong>, upload the “lumo” folder to:</li></p>

<pre><code>YOUR_MOODLE_INSTALLATION_ROOT/public/theme/lumo
</code></pre>

<p>This folder structure was <a href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-guide-public-folder-structure/7321/" target="_blank" rel="noopener noreferrer">introduced in Moodle 5.1</a> and applies to all Moodle versions from 5.1 upwards. In this setup, only the <code>/public/</code> directory is web-accessible for better security and performance.</p>


<p><strong>If you are running Moodle 5.0</strong>, upload the “lumo” folder to:</p>

<pre><code>YOUR_MOODLE_INSTALLATION_ROOT/theme/lumo
</code></pre>

<p>If you upgrade your site from Moodle 5.0 to 5.1 or any later version, you’ll need to move the theme folder into the <code>/public/theme/</code> directory.</p>


<p>For more details about Moodle’s new directory structure, see our guide on <a href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-guide-public-folder-structure/7321/" target="_blank" rel="noopener noreferrer">Moodle’s public folder structure</a>.</p>

<div class="notice-block">
<p><em>Tip:</em> <a href="https://filezilla-project.org/" target="_blank">FileZilla</a> is a free FTP program for PC and Mac that makes file uploads simple.</p>
</div>

<h3>Step 3</h3>
<p>Log in to your Moodle site as an admin and go to the Themes page: <code>Site administration > Appearance > Themes</code></p>

<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2022/05/moodle-5-theme-installation-theme-selector-path.png" alt="moodle-5-theme-installation-theme-selector-path" width="1800" height="850" class="img-responsive shadow alignnone size-full wp-image-7372" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2022/05/moodle-5-theme-installation-theme-selector-path.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2022/05/moodle-5-theme-installation-theme-selector-path-300x142.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2022/05/moodle-5-theme-installation-theme-selector-path-1024x484.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2022/05/moodle-5-theme-installation-theme-selector-path-1536x725.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></p>

<p>Click the “Select theme” button located below the Lumo theme preview to activate it.</p>

<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-themes-select-theme-page-lumo.png" alt="moodle-5-themes-select-theme-page-lumo" width="1800" height="1295" class="img-responsive shadow alignnone size-full wp-image-7389" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-themes-select-theme-page-lumo.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-themes-select-theme-page-lumo-300x216.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-themes-select-theme-page-lumo-1024x737.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-themes-select-theme-page-lumo-1536x1105.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></p>

<p>To configure the theme, click the cog icon and go to the theme settings page (see figure below):</p>

<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-lumo-activated.png" alt="moodle-5-theme-lumo-activated" width="1800" height="810" class="alignnone size-full wp-image-7387" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-lumo-activated.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-lumo-activated-300x135.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-lumo-activated-1024x461.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-lumo-activated-1536x691.png 1536w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></p>

<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-edutor-theme-settings-page.png" alt="moodle-5-theme-edutor-theme-settings-page" width="1600" height="1029" class="img-responsive shadow alignnone size-full wp-image-7386" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-edutor-theme-settings-page.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-edutor-theme-settings-page-300x193.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-edutor-theme-settings-page-1024x659.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/11/moodle-5-theme-edutor-theme-settings-page-1536x988.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></p>


<h3>Summary</h3>
<p>That’s it! You’ve successfully installed and activated the Lumo theme for Moodle 5. Built on Boost and Bootstrap 5, Lumo remains fully compatible with the latest Moodle releases, giving you a reliable, modern, and customizable design for your learning platform.</p>

<p><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank" rel="noopener"> Explore the Lumo theme demo and features</a></p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/install-lumo-theme-moodle-5/7384/">Lumo Theme Guide: How to Install the Lumo Theme for Moodle 5</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://elearning.3rdwavemedia.com/blog/install-lumo-theme-moodle-5/7384/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Upgrade to Moodle 5.x: Step-by-Step Guide + New /Public/ Folder Structure Explained</title>
		<link>https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-guide-public-folder-structure/7321/</link>
					<comments>https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-guide-public-folder-structure/7321/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 29 Oct 2025 20:57:47 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://elearning.3rdwavemedia.com/?p=7321</guid>

					<description><![CDATA[<p>Applies to Moodle 5.1 and later (including 5.2, 5.3 LTS) From Moodle 5.1 onwards, Moodle introduces a new folder structure where only the /public/ directory is web-accessible. Core files, configuration, and system libraries now sit outside the web root, improving &#8230; </p>
<p><a class="read-more" href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-guide-public-folder-structure/7321/">Read more<i class="fa fa-long-arrow-right"></i></a> </p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-guide-public-folder-structure/7321/">How to Upgrade to Moodle 5.x: Step-by-Step Guide + New &lt;code&gt;/Public/&lt;/code&gt; Folder Structure Explained</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="notice-block">
  <strong>Applies to Moodle 5.1 and later (including 5.2, 5.3 LTS)</strong><br>
  <p>From Moodle 5.1 onwards, Moodle introduces a new folder structure where only the <code>/public/</code> directory is web-accessible. Core files, configuration, and system libraries now sit outside the web root, improving security and simplifying maintenance.</p>
</div>

<p>Upgrading to <strong>Moodle 5.1 or later</strong> is slightly different from previous versions, mainly due to the introduction of the <code>/public/</code> folder structure. If you’re wondering how to upgrade safely, this guide walks you through the process step by step.</p>

<p>This guide applies to upgrades from Moodle 4.x or 5.0 to Moodle 5.1 and later versions, where the new <code>/public/</code> folder structure requires changes to your hosting setup.</p>

<h3>What’s New in Moodle 5.x</h3>

<ul>
  <li><strong>New folder structure:</strong><br>
From Moodle 5.1 onwards, the <code>/public/</code> folder is the only directory served by the web server. Web-accessible code, including core components, themes, and third-party plugins, now resides under <code>/public/</code>, while sensitive or core directories such as <code>admin</code>, <code>lib</code>, and files like <code>config.php</code> are stored outside <code>/public/</code> for improved security.  
( <a href="https://docs.moodle.org/502/en/Upgrading#Code_directories_restructure" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle Docs</a> )</li>
  <br>

  <li><strong>Improved security:</strong><br>
  Separating public and private code paths helps prevent direct access to critical files.</li>
   <br>
  <li><strong>Cleaner upgrades and deployments:</strong><br>
  The new structure simplifies future updates and automated deployments by separating public code from private files — a change designed to support more flexible deployment and CI/CD setups.  
  ( <a href="https://docs.moodle.org/502/en/Upgrading#Code_directories_restructure" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle Docs</a> )</li>
  <br>
  <li><strong>Compatibility updates:</strong><br>
Moodle 5 supports modern PHP and database versions (for example PHP 8.3+ and recent MySQL / MariaDB releases), depending on the specific Moodle version.</li>
</ul>

<p>For a deeper look at new features, see our related posts:<br>
<a href="https://elearning.3rdwavemedia.com/blog/whats-new-in-moodle-5-1/7254/" target="_blank" rel="noopener"><i class="fa fa-solid fa-bookmark"></i> What’s New in Moodle 5.1 (UI and UX Improvements You’ll Notice)</a><br>
<a href="https://elearning.3rdwavemedia.com/blog/moodle-5-new-features-course-creators-bootstrap-5/6943/" target="_blank" rel="noopener"><i class="fa fa-solid fa-bookmark"></i> Moodle 5: What’s New for Course Creators and Why Bootstrap 5 Matters</a></p>

<h3>Step 1. Pre-Upgrade Preparation</h3>

<ol>
  <li><strong>Back up everything</strong>
    <ul>
      <li>Moodle database</li>
      <li>Full codebase</li>
      <li><code>moodledata</code> folder</li>
      <li><code>config.php</code> file</li>
    </ul>
  </li>

  <li><strong>Check requirements</strong><br>
  Confirm your server meets Moodle 5’s requirements (<strong>PHP 8.3+</strong>, <strong>MySQL 8.4 / MariaDB 10.6+</strong>, <strong>HTTPS</strong>).</li>
  <br>
  <li><strong>Switch to Moodle’s default theme (Boost) before upgrading</strong><br>
  Before replacing any files, log in as an administrator and switch your active theme to <strong>Boost</strong>, Moodle’s default theme, before upgrading. This prevents upgrade errors that can occur when a custom or outdated theme isn’t compatible with the new version.<br>
   <br>
  <div class="notice-block">For more details on safely updating themes, see our post: <a href="https://elearning.3rdwavemedia.com/blog/how-to-upgrade-premium-moodle-themes/5753/" target="_blank" rel="noopener">How To Upgrade Premium Moodle Themes</a></div>.
   </li>

  <li><strong>Remove or update non-core plugins</strong>
    <ul>
      <li>Delete any custom plugins you no longer need.</li>
      <li>Check the <a href="https://moodle.org/plugins/" target="_blank" rel="noopener">Moodle plugins directory</a> to ensure your remaining plugins are compatible with Moodle 5.1 and later versions.</li>
      <li>Only reinstall plugins <em>after</em> confirming compatibility.</li>
    </ul>
    <div class="notice-block">If your current theme or plugins haven’t been updated for Moodle 5.1 yet, this is a great opportunity to modernize. Our premium Moodle 5 themes <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank"><strong>Lumo</strong></a>, <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-maker/" target="_blank"><strong>Maker</strong></a>, and <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-edutor/" target="_blank"><strong>Edutor</strong></a> are fully compatible with Moodle 5.1 and later versions, including the new <code>/public/</code> folder structure.</div>


  </li>

  <li><strong>Set up a staging copy</strong><br>
  Always test the upgrade on a staging or development site before applying it to your live Moodle instance.<br><br>
    <div class="notice-block">
           <p><a href="https://elearning.3rdwavemedia.com/themes/" target="_blank"><strong>Note for customers using our premium Moodle themes</strong></a>:</em> <br> <a href="https://elearning.3rdwavemedia.com/licenses/" target="_blank">A single-application license</a> allows you to install the theme on both a staging/development site and your public-facing production site. This makes it easier to test your upgrade safely before applying changes to your live Moodle installation.</p>
    </div>
   </li>
</ol>

<h3>Step 2. Replace the Moodle Codebase</h3>

<ol>
  <li>Enable <strong>maintenance mode</strong>.</li>
  <li>Remove old Moodle files except for:
    <ul>
      <li><code>config.php</code></li>
      <li>Any plugins you’re keeping</li>
      <li>The <code>moodledata</code> directory</li>
    </ul>
  </li>
  <li>Upload or extract the new Moodle 5.x files.</li>
  <li>Move your existing <code>config.php</code> file back into place.</li>
</ol>

<h3>Step 3. Update the Folder Structure</h3>
<p>This structural change is the main difference when upgrading from Moodle 4.x or 5.0, and is often where configuration issues occur.</p>

<p>From Moodle 5.1 onwards, your site should be served from:</p>

<pre><code>/moodle/public/
</code></pre>
<br>
<p>not from the root Moodle directory. This step is required for most standard setups. If your document root isn’t updated, Moodle will not load correctly.  
( <a href="https://docs.moodle.org/502/en/Upgrading#Code_directories_restructure" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle Docs</a> )</p>

<div class="notice-block"><strong>Plugin locations in 5.1+:</strong><br>
If you previously kept third-party plugins in the old layout, move them into their equivalent locations under <code>/public</code> (for example, <code>/public/theme/...</code>, <code>/public/mod/...</code>, <code>/public/blocks/...</code>) so they continue to work after the restructure.</div>

<h3>How to Point Your Site to the <code>/public/</code> Folder</h3>

<p>After upgrading, Moodle 5.1 expects your web server to serve files from the new <code>/public/</code> directory instead of the root Moodle folder. How this is configured depends on your hosting setup.</p>

<h4>Managed VPS or University Servers</h4>
<p>If you have access to your web server configuration, update the document root to point directly to Moodle’s <code>/public/</code> folder. For example:</p>

<pre><code># Apache example
DocumentRoot /var/www/moodle/public

# Nginx example
root /var/www/moodle/public;
</code></pre>

<p>Restart Apache or Nginx after saving the changes.</p>

<h4>Shared or Managed Hosting</h4>
<p>On shared or managed hosting platforms where you can’t directly change the document root, there are a few supported options:</p>

<ul>
  <li><strong>Create a symbolic link (symlink)</strong> to Moodle’s <code>/public/</code> directory. Example:</li>
</ul>

<pre><code>ln -s /path/to/moodle/public /path/to/webroot/moodle</code></pre>

<p>This creates a link from your web-accessible directory to Moodle’s <code>/public</code> folder. You can then point your domain to the symlink path in your hosting control panel.</p>

<ul>
  <li><strong>Use a location-specific alias</strong> if your hosting control panel supports it.</li>
  <li><strong>Copy the contents of <code>/public/</code></strong> into your existing web root (<code>/public_html/</code>) as a last resort.</li>
</ul>

<p><em>Reference: <a href="https://docs.moodle.org/502/en/Upgrading#Shared_Hosting" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i>  Moodle Docs – Shared Hosting (Upgrading)</a></em></p>

<h4>Cloud Hosting (AWS, Azure, GCP)</h4>
<p>In cloud or containerised environments, set your deployment root (for example <code>/var/www/html</code>) to <code>/public</code>. This structure works seamlessly with CI/CD pipelines and automated deployments.</p>

<h4>Local Development</h4>
<p>In local setups such as MAMP Pro, point your site’s document root to the <code>/public/</code> folder so it mirrors production behavior.</p>

<div class="notice-block">
<strong>Tip:</strong> If you don’t have control over your hosting configuration, the simplest and safest option is to use a symlink to Moodle’s <code>/public/</code> directory. This approach is officially supported in Moodle’s upgrade documentation.  
In larger institutional environments, your IT team can usually make this change for you — just let them know Moodle 5.x now requires the web root to point to <code>/public/</code>.
</div>


<h3>Step 4. Run the Upgrade</h3>

<p>Once your files and folder structure are in place, you can start the upgrade process.</p>

<h4>Upgrade via the browser (recommended)</h4>
<ol>
  <li>Log in to your Moodle site as an administrator.</li>
  <li>Navigate to <strong>Site administration → Notifications</strong>, or visit:<br><code>https://yourmoodlesite.com/admin/</code></li>
  <li>Moodle will automatically detect the new version and guide you through the upgrade steps.</li>
  <li>When the process is complete, purge caches via:<br><strong>Site administration → Development → Purge all caches</strong></li>
</ol>

<p><em>For large or automated deployments, Moodle also provides a command-line upgrade option.</em><br>
See the official documentation for details: <a href="https://docs.moodle.org/502/en/Upgrading" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle Docs</a></p>

<h3>Step 5. Verify the Upgrade</h3>

<ul>
  <li>Log in and confirm course pages load correctly.</li>
  <li>Check file uploads, messaging, and cron jobs.</li>
  <li>Ensure your chosen theme displays correctly across devices.</li>
</ul>

<div class="notice-block">If layout issues appear, your current theme may not be fully compatible with Moodle 5. Our <a href="https://elearning.3rdwavemedia.com/blog/best-moodle-5-themes/6750/" target="_blank">Moodle 5 themes</a> are tested on the new folder structure and ready to use out of the box.</div>

<h3>Step 6. Troubleshooting Quick Reference</h3>

<table class="table">
  <thead>
    <tr><th>Issue</th><th>Likely Cause</th><th>Solution</th></tr>
  </thead>
  <tbody>
    <tr><td>Blank page / 500 error</td><td>Web root not updated</td><td>Point to <code>/moodle/public/</code></td></tr>
    <tr><td>Plugins not detected after upgrade</td><td>Plugins left outside the new <code>/public</code> tree</td><td>Move each third-party plugin to its relative path under <code>/public</code>, then purge caches</td></tr>
    <tr><td>Database collation warning</td><td>Legacy Antelope format</td><td>Convert to Barracuda utf8mb4</td></tr>
    <tr><td>Theme broken</td><td>Outdated or incompatible theme</td><td>Update to a Moodle 5-compatible theme</td></tr>
  </tbody>
</table>

<h3>Step 7. Prepare for Future Releases</h3>

<p>The new <code>/public/</code> structure is here to stay. Keep your site upgrade-ready by:</p>
<ul>
  <li>Maintaining a staging site for testing.</li>
  <li>Keeping all plugins up to date.</li>
  <li>Using Git or version control.</li>
  <li>Monitoring <a href="https://moodledev.io/general/releases" target="_blank" rel="noopener">Moodle release updates</a>.</li>
</ul>

<h3>Bonus Tip: Modernize Your Site While You Upgrade</h3>

<p>Upgrading to Moodle 5 is the perfect opportunity to refresh your LMS design. Our <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank"><strong>Lumo</strong></a>, <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-maker/" target="_blank"><strong>Maker</strong></a>, and <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-edutor/" target="_blank"><strong>Edutor</strong></a> themes are built on <strong>Bootstrap 5</strong>, fully compatible with Moodle 5.1+ and optimized for accessibility and mobile learning.</p>


<div class="notice-block">
  All our Moodle theme demo sites have already been upgraded to Moodle 5.1+ using the new <code>/public/</code> folder structure — so what you see in the demos reflects exactly how your upgraded site will run in production.<br><br>
  <a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/1" target="_blank" rel="noopener"><strong>Lumo Theme Demo</strong></a> | 
  <a href="https://elearning.3rdwavemedia.com/moodle/edutor/moodle-5/1" target="_blank" rel="noopener"><strong>Edutor Theme Demo</strong></a> | 
  <a href="https://elearning.3rdwavemedia.com/moodle/maker/moodle-5/1" target="_blank" rel="noopener"><strong>Maker Theme Demo</strong></a>
</div>



<p>The post <a href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-guide-public-folder-structure/7321/">How to Upgrade to Moodle 5.x: Step-by-Step Guide + New &lt;code&gt;/Public/&lt;/code&gt; Folder Structure Explained</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-guide-public-folder-structure/7321/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What’s New in Moodle 5.1 (UI and UX Improvements You’ll Notice)</title>
		<link>https://elearning.3rdwavemedia.com/blog/whats-new-in-moodle-5-1/7254/</link>
					<comments>https://elearning.3rdwavemedia.com/blog/whats-new-in-moodle-5-1/7254/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 13 Oct 2025 15:35:16 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://elearning.3rdwavemedia.com/?p=7254</guid>

					<description><![CDATA[<p>Moodle 5.1 continues the gradual design improvements introduced in Moodle 5.0. Built on Bootstrap 5, the Moodle 5 series brings a cleaner, more flexible front-end framework that makes the interface easier to use and maintain. It is not a complete &#8230; </p>
<p><a class="read-more" href="https://elearning.3rdwavemedia.com/blog/whats-new-in-moodle-5-1/7254/">Read more<i class="fa fa-long-arrow-right"></i></a> </p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/whats-new-in-moodle-5-1/7254/">What’s New in Moodle 5.1 (UI and UX Improvements You’ll Notice)</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://moodledev.io/general/releases/5.1" target="_blank">Moodle 5.1</a> continues the gradual design improvements introduced in Moodle 5.0. 
Built on <a href="https://getbootstrap.com/" target="_blank"><strong>Bootstrap 5</strong></a>, the Moodle 5 series brings a cleaner, more flexible front-end framework that makes the interface easier to use and maintain.</p>

<p>It is not a complete redesign, but it does feel more polished and modern for both educators and learners. 
If your university, company, or training organization is still using Moodle 4.x, Moodle 5.1 is worth exploring. 
It offers a smoother user experience and runs on a more up-to-date code base, setting the stage for future improvements.</p>

<p>In this post, we will look at some of the key UI and UX updates in Moodle 5.1 and how these small but meaningful changes can make a real difference in daily teaching and learning.</p>


<p>All our <a href="https://elearning.3rdwavemedia.com/themes/" target="_blank">premium Moodle 5 themes</a>, <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank"><strong>Lumo</strong></a>, <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-edutor/" target="_blank"><strong>Edutor</strong></a>, and <strong>Maker</strong>, work perfectly with Moodle 5.1.</p>

<div class="notice-block">
    <p><strong>If you&#8217;re working with Moodle 5.x, these related guides may also be useful:</strong></p>
    <ul style="margin-bottom: 0">
        <li><a href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-benefits-themes/7153/" target="_blank">Why Upgrade to Moodle 5?</a></li>
        <li><a href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-guide-public-folder-structure/7321/" target="_blank">Moodle 5 Upgrade Guide (New Public Folder Structure Explained)</a></li>
        <li><a href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-benefits-themes/7153/" target="_blank">Moodle 5: What’s New for Course Creators and Why Bootstrap 5 Matters</a></li>
    </ul>
</div>

<h2>Content Index</h2>
<ul>
  <li><a href="#feature-1">New “Add Activity or Resource” Modal Window Design</a></li>
  <li><a href="#feature-2">Improved Course Activities Overview Page</a></li>
  <li><a href="#feature-3">AI Integration (Deepseek Added)</a></li>
  <li><a href="#feature-4">TinyMCE Editor Improvements</a></li>
  <li><a href="#feature-5">Other Small but Handy Improvements</a></li>
  <li><a href="#feature-6">Major Change for Site Admins: Directory Restructure</a></li>
  <li><a href="#feature-7">Final Thoughts</a></li>
</ul>

<h3 id="feature-1">1. A Fresh “Add Activity or Resource” Modal Window Design</h3>
<p>Moodle 5.1 has given the <strong>Add Activity or Resource</strong> window a significant UX update. 
The interface is now clearer, better organized, and faster to navigate, especially for course editors who add activities regularly.</p>

<div class="row">
    <div class="col-xs-12 col-md-6">
        <h4 class="text-center">New<br><small>(Moodle 5.1+)</small></h4>
        <div><a class="fancybox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Add-Activities-Or-Resource-New-Design.png" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Add-Activities-Or-Resource-New-Design.png" alt="Moodle-5-Add-Activities-Or-Resource-New-Design" width="1600" height="1020" class="img-responsive shadow rounded alignnone size-full wp-image-7262" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Add-Activities-Or-Resource-New-Design.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Add-Activities-Or-Resource-New-Design-300x191.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Add-Activities-Or-Resource-New-Design-1024x653.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Add-Activities-Or-Resource-New-Design-1536x979.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></div>
    </div><!--//col-->
    <div class="col-xs-12 col-md-6">
        <h4 class="text-center">Old<br><small>(Moodle 5.0 &amp; 4.x)</small></h4>
        <div><a class="fancybox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Add-Activities-Or-Resource-Old-Design.png" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Add-Activities-Or-Resource-Old-Design.png" alt="Moodle-5-Add-Activities-Or-Resource-Old-Design" width="1600" height="1092" class="img-responsive shadow rounded alignnone size-full wp-image-7263" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Add-Activities-Or-Resource-Old-Design.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Add-Activities-Or-Resource-Old-Design-300x205.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Add-Activities-Or-Resource-Old-Design-1024x699.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Add-Activities-Or-Resource-Old-Design-1536x1048.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></div>
    </div><!--//col-->
</div><!--//row-->

<p><strong>Key improvements include:</strong></p>
<ul>
  <li>New purpose categories to make browsing easier ( <a href="https://tracker.moodle.org/browse/MDL-85654" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle docs</a>)</li>
  <li>Related activities added to categories ( <a href="https://tracker.moodle.org/browse/MDL-85598" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle docs</a>)</li>
  <li>A more intuitive selection process ( <a href="https://tracker.moodle.org/browse/MDL-85597" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle docs</a>)</li>
  <li>Extra information such as whether an activity is gradable ( <a href="https://tracker.moodle.org/browse/MDL-86036" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle docs</a>)</li>
  <li>A new details panel for richer activity information ( <a href="https://tracker.moodle.org/browse/MDL-85651" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle docs</a>)</li>
</ul>

<p><a href="https://moodledev.io/general/releases/5.1#activity-chooser-user-experience-improvements" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle Docs: Activity chooser improvements</a></p>



<h3 id="feature-2">2. Improved Course Activities Overview Page</h3>
<p>The <strong>Activities overview</strong> page, also known as the centralised course overview, was first introduced in Moodle 5.0. In Moodle 5.1 it has been expanded and polished to support more activity types and present course information in a clearer, more unified way.</p>

<p><strong>To access it:</strong></p>
<ul>
  <li>Open a course.</li>
  <li>Click the <strong>Activities</strong> tab in the course navigation.</li>
  <li>You will see an overview of course activities grouped by activity type.</li>
</ul>

<p><a class="fancybox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Course-Activities-Overview.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Course-Activities-Overview.png" alt="Moodle-5-Course-Activities-Overview" width="1800" height="2135" class="img-responsive shadow rounded alignnone size-full wp-image-7270" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Course-Activities-Overview.png 1800w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Course-Activities-Overview-253x300.png 253w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Course-Activities-Overview-863x1024.png 863w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Course-Activities-Overview-1295x1536.png 1295w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Course-Activities-Overview-1727x2048.png 1727w" sizes="auto, (max-width: 1800px) 100vw, 1800px" /></a></p>


<p><strong>What is new in Moodle 5.1:</strong></p>
<ul>
  <li>The overview now supports many more activity types, including quiz, lesson, H5P, forum, workshop, choice, SCORM, glossary, database, and more.</li>
  <li>Teachers can view due dates and submission or grading status for activities like assignments and workshops.</li>
  <li>Students can quickly see due dates, completion requirements, and submission status in one place.</li>
  <li>The layout has been improved with better alignment and clearer date formatting.</li>
</ul>

<p>This centralised view makes it easier for students to stay on top of their work and for teachers to track activity progress, especially in larger courses.</p>

<p>
<a href="https://docs.moodle.org/en/Activities_overview" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle Docs: Activities overview</a> |
<a href="https://moodledev.io/general/releases/5.1#new-centralised-course-overview-page" target="_blank" rel="noopener">Moodle 5.1 release notes</a> |
<a href="https://www.youtube.com/watch?v=_VM_HFubJJE" target="_blank" rel="noopener">Moodle HQ YouTube video</a>
</p>

<h3 id="feature-3">3. AI Integration (Deepseek Added)</h3>
<p>Moodle 5.1 expands its built-in AI provider options by adding <a href="https://www.deepseek.com/en" target="_blank"><strong>Deepseek</strong></a> to the list. 
This means institutions can integrate AI tools more flexibly, alongside providers like OpenAI.</p>

<p><a href="https://www.deepseek.com/en" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/deepseek-homepage.png" alt="deepseek-homepage" width="1600" height="901" class="img-responsive shadow rounded alignnone size-full wp-image-7276" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/deepseek-homepage.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/deepseek-homepage-300x169.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/deepseek-homepage-1024x577.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/deepseek-homepage-1536x865.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></p>

<p><strong>AI features in Moodle 5.x can support:</strong></p>
<ul>
  <li>Text summarisation</li>
  <li>Generating draft content for activities</li>
  <li>Translation and language assistance</li>
  <li>Enhancing feedback workflows</li>
</ul>

<p>While these features may not be relevant to every organisation yet, they are part of Moodle’s steady move toward intelligent learning environments.</p>

<p><a href="https://moodledev.io/general/releases/5.1#ai-new-features-and-improvements" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle Docs: AI new features and improvements</a></p>

<h3 id="feature-4">4. TinyMCE Editor Improvements</h3>
<p>Moodle continues to modernise its editing experience. TinyMCE remains a key text editor in Moodle, and 5.1 brings several usability improvements for both teachers and students.</p>

<p>These include better formatting controls, cleaner toolbars, and a smoother writing experience overall. 
This makes it easier to add rich content in assignments, forums, pages, and other activity types.</p>

<p><a href="https://moodledev.io/general/releases/5.1#tinymce-text-editor" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle Docs: TinyMCE improvements</a></p>

<h3 id="feature-5">5. Other Small but Handy Improvements</h3>
<p>Moodle 5.1 also introduces a number of smaller UI and UX enhancements that make daily use more convenient.</p>

<h4> Permalink option in activity menus</h4>
<p>When editing mode is on, you can now <strong>copy a direct link</strong> to any activity from the action menu. 
This makes it easy to share links in announcements, messages, or forums.</p>

<p><a class="fancybox" href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Activity-Resource-Permalink-Option.png"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Activity-Resource-Permalink-Option.png" alt="Moodle-5-Activity-Resource-Permalink-Option" width="1600" height="777" class="img-responsive shadow rounded alignnone size-full wp-image-7272" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Activity-Resource-Permalink-Option.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Activity-Resource-Permalink-Option-300x146.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Activity-Resource-Permalink-Option-1024x497.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/Moodle-5-Activity-Resource-Permalink-Option-1536x746.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></p>

<h4>Assignments and Report Builder updates</h4>
<p>Moodle 5.1 also includes updates to Assignments and Report Builder, making reporting and grading workflows smoother. 
Rather than listing everything here, you can read the full details in the release notes:</p>
<ul>
  <li><a href="https://moodledev.io/general/releases/5.1#assignment" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle Docs: Assignments improvements</a></li>
  <li><a href="https://moodledev.io/general/releases/5.1#report-builder" target="_blank" rel="noopener"><i class="fa fa-solid fa-external-link"></i> Moodle Docs: Report builder improvements</a></li>
</ul>

<h3 id="feature-6">6. Major Change for Site Admins: Directory Restructure</h3>
<p>A significant technical change in Moodle 5.1 is the introduction of a new <code>/public</code> directory and related file structure updates. This improves maintainability and helps Moodle follow more modern web application standards.</p>

<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/moodle-5.1-public-folder-new-server-folder-structure.png" alt="moodle-5.1-public-folder-new-server-folder-structure" width="1600" height="1100" class="img-responsive shadow rounded alignnone size-full wp-image-7289" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/moodle-5.1-public-folder-new-server-folder-structure.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/moodle-5.1-public-folder-new-server-folder-structure-300x206.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/moodle-5.1-public-folder-new-server-folder-structure-1024x704.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/10/moodle-5.1-public-folder-new-server-folder-structure-1536x1056.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></p>

<p>If you manage a Moodle site:</p>
<ul>
  <li>Check any custom plugins or themes for compatibility.</li>
  <li>Review the <a href="https://moodledev.io/general/releases/5.1#directory-restructure" target="_blank" rel="noopener">directory restructure notes</a>.</li>
  <li>Test on a staging site before upgrading your production instance.</li>
</ul>

<p>This is a backend change, so it does not affect the day-to-day user experience but <strong>is important for administrators</strong>.</p>



<h3 id="feature-7">Final Thoughts</h3>
<p>Moodle 5.1 is not a radical redesign, but it is a thoughtful step forward. 
The new activity chooser design, the expanded activities overview page, AI integration, and smaller UX enhancements all add up to a more modern and efficient Moodle experience.</p>

<p>For universities, companies, and training providers still on Moodle 4.x, now is a good time to plan the upgrade.</p>

<p>The post <a href="https://elearning.3rdwavemedia.com/blog/whats-new-in-moodle-5-1/7254/">What’s New in Moodle 5.1 (UI and UX Improvements You’ll Notice)</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://elearning.3rdwavemedia.com/blog/whats-new-in-moodle-5-1/7254/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Create a Lead Generation Form Page for Your Moodle 5 Site (Free HTML Templates Included)</title>
		<link>https://elearning.3rdwavemedia.com/blog/moodle-5-lead-generation-form-template/7190/</link>
					<comments>https://elearning.3rdwavemedia.com/blog/moodle-5-lead-generation-form-template/7190/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Mon, 04 Aug 2025 09:16:10 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://elearning.3rdwavemedia.com/?p=7190</guid>

					<description><![CDATA[<p>Adding a lead generation form to your Moodle 5 site is a simple and effective way to collect inquiries, promote your offerings, and grow your audience. Whether you&#8217;re running an online course, a professional training program, or a higher education &#8230; </p>
<p><a class="read-more" href="https://elearning.3rdwavemedia.com/blog/moodle-5-lead-generation-form-template/7190/">Read more<i class="fa fa-long-arrow-right"></i></a> </p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/moodle-5-lead-generation-form-template/7190/">How to Create a Lead Generation Form Page for Your Moodle 5 Site (Free HTML Templates Included)</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Adding a lead generation form to your Moodle 5 site is a simple and effective way to collect inquiries, promote your offerings, and grow your audience. Whether you&#8217;re running an online course, a professional training program, or a higher education platform, a dedicated lead form page helps turn visitors into potential learners or customers.</p>

<p>In this tutorial, we’ll show you how to create a custom lead generation form page for offering a free brochure download of a learning program using our ready-made HTML template, along with Moodle’s  <a href="https://moodle.org/plugins/local_staticpage" target="_blank">Static Pages</a> and <a href="https://moodle.org/plugins/local_contact" target="_blank">Contact Form</a> plugins. You can easily tailor the HTML content and lead gen form to suit your specific use case, such as offering a free brochure, eBook, or prospectus to encourage prospective learners to submit their details.</p>

<p>No design work is needed if you&#8217;re using one of our <a href="https://elearning.3rdwavemedia.com/themes/" target="_blank"><strong>premium Moodle 5 themes</strong></a>. The form template is ready to use and fully styled for <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank"><strong>Lumo</strong></a>, <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-edutor/" target="_blank"><strong>Edutor</strong></a>, and <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-maker/" target="_blank"><strong>Maker</strong></a>. If you’re using Moodle’s Boost theme or another Boost-based theme, you’ll need to <a href="https://elearning.3rdwavemedia.com/blog/how-to-customize-boost-based-moodle-theme-styling/4308/" target="_blank">apply your own CSS styling</a> to match your site design.</p>

<div class="row">
    <div class="col-xs-12 col-md-4">
        <h4>Lumo</h4>
        <div><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/1/local/staticpage/view.php?page=lead-form" rel="noopener" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-lumo-lead-gen-form-page.png" alt="moodle-theme-lumo-lead-gen-form-page" width="1600" height="2228" class="img-responsive shadow alignnone size-full wp-image-7208" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-lumo-lead-gen-form-page.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-lumo-lead-gen-form-page-215x300.png 215w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-lumo-lead-gen-form-page-735x1024.png 735w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-lumo-lead-gen-form-page-1103x1536.png 1103w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-lumo-lead-gen-form-page-1471x2048.png 1471w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></div>
    </div><!--//col-->
    <div class="col-xs-12 col-md-4">
        <h4>Edutor</h4>
        <div><a href="https://elearning.3rdwavemedia.com/moodle/edutor/moodle-5/1/local/staticpage/view.php?page=lead-form" rel="noopener" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-edutor-lead-gen-form-page.png" alt="moodle-theme-edutor-lead-gen-form-page" width="1600" height="2204" class="img-responsive shadow alignnone size-full wp-image-7209" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-edutor-lead-gen-form-page.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-edutor-lead-gen-form-page-218x300.png 218w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-edutor-lead-gen-form-page-743x1024.png 743w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-edutor-lead-gen-form-page-1115x1536.png 1115w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-edutor-lead-gen-form-page-1487x2048.png 1487w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></div>
    </div><!--//col-->
    <div class="col-xs-12 col-md-4">
        <h4>Maker</h4>
        <div><a href="https://elearning.3rdwavemedia.com/moodle/maker/moodle-5/1/local/staticpage/view.php?page=lead-form" rel="noopener" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-maker-lead-gen-form-page.png" alt="moodle-theme-maker-lead-gen-form-page" width="1600" height="2271" class="img-responsive shadow alignnone size-full wp-image-7211" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-maker-lead-gen-form-page.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-maker-lead-gen-form-page-211x300.png 211w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-maker-lead-gen-form-page-721x1024.png 721w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-maker-lead-gen-form-page-1082x1536.png 1082w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-theme-maker-lead-gen-form-page-1443x2048.png 1443w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></div>
    </div><!--//col-->
</div><!--//row-->


<h3>Step 1 – Install the Required Plugins</h3>

<p>You&#8217;ll need to install two free Moodle plugins to follow this tutorial:</p>
<ul>
  <li><a href="https://moodle.org/plugins/local_staticpage" target="_blank"><strong>Static Pages</strong></a> – allows you to upload and display custom HTML pages</li>
  <li><a href="https://moodle.org/plugins/local_contact" target="_blank"><strong>Contact Form</strong></a> – adds a working contact form to your static page</li>
</ul>

<p>To install:</p>
<ol>
  <li>Download the plugin ZIP files</li>
  <li>Upload the extracted folders to your Moodle site’s <code>/local/</code> directory</li>
  <li>Complete the installation via the Moodle admin panel</li>
</ol>

<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-contact-form-static-pages-server-location.png" alt="moodle-contact-form-static-pages-server-location" width="1367" height="592" class="img-responsive shadow alignnone size-full wp-image-7199" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-contact-form-static-pages-server-location.png 1367w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-contact-form-static-pages-server-location-300x130.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-contact-form-static-pages-server-location-1024x443.png 1024w" sizes="auto, (max-width: 1367px) 100vw, 1367px" /></p>

<h3>Step 2 – Set the Contact Form Recipient Email</h3>

<p>Before the form can send submissions, you need to set the email address that will receive the messages.</p>

<p>Go to:<br>
<code>Site administration &gt; Server &gt; Support contact</code></p>

<p>In the <strong>Support email</strong> field, enter the email address where you want form submissions to be sent.</p>

<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-support-email-config.png" alt="moodle-support-email-config" width="1600" height="448" class="img-responsive shadow alignnone size-full wp-image-7197" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-support-email-config.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-support-email-config-300x84.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-support-email-config-1024x287.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-support-email-config-1536x430.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></p>

<h3>Step 3 – Upload and Add the Page to Your Moodle Site</h3>

<p>We’ve created a free responsive HTML lead form template that works out of the box with <a href="https://elearning.3rdwavemedia.com/themes/" target="_blank">our Moodle 5 themes</a>.</p>


<div>
    <h5>For Moodle 5.x Sites</h5>
   <a class="download-link btn btn-cta-primary" title="Version 1.0" href="https://elearning.3rdwavemedia.com/download/7216/?tmstv=1781440723" rel="nofollow"><i class="fa fa-download"></i>
	Free Download	(4302 downloads)
</a>

</div>

<p>Once your content is ready, follow the steps below to upload and publish the page:</p>
<ol>
  <li>Go to:<br>
  <code>Site administration &gt; Plugins &gt; Local plugins &gt; Static Pages &gt; Documents</code></li>
  <li>Upload your customized HTML file</li>
  <li>Once uploaded, you’ll see the new file listed under <strong>List of static pages</strong></li>
  <li>Copy the page URL</li>
  <li>Add the link to your Moodle site’s <a href="https://elearning.3rdwavemedia.com/blog/how-to-add-a-responsive-custom-menu-in-moodle/5325/" target="_blank">custom menu</a> or footer so learners can find it easily</li>
</ol>

<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-static-pages-documents-upload-settings.png" alt="moodle-static-pages-documents-upload-settings" width="1600" height="832" class="img-responsive shadow alignnone size-full wp-image-7201" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-static-pages-documents-upload-settings.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-static-pages-documents-upload-settings-300x156.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-static-pages-documents-upload-settings-1024x532.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/08/moodle-static-pages-documents-upload-settings-1536x799.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></p>

<h4>How to Customize</h4>

<p>To edit the content of the template:</p>
<ul>
  <li>Open the HTML file using a text editor such as:
    <ul>
      <li><a href="https://apps.microsoft.com/detail/9msmlrh6lzf3?hl=en-US&#038;gl=US" target="_blank">Notepad</a> (Windows)</li>
      <li><a href="https://support.apple.com/en-gb/guide/textedit/txted0b6cd61/mac" target="_blank">TextEdit</a> (Mac)</li>
      <li><a href="https://code.visualstudio.com/" target="_blank">VS Code</a> or <a href="https://www.sublimetext.com/" target="_blank">Sublime Text</a> (free code editors)</li>
    </ul>
  </li>
  <li>Replace all placeholder text, form fields, links, and images with your own content</li>
  <li><strong>Important:</strong> Keep all HTML tags and class names unchanged to preserve the layout and styling</li>
  <li>Keep the following form code unchanged for the form to function correctly with the Moodle contact form plugin:<br>
<pre class="brush: xml; title: ; notranslate">
&lt;div class=&quot;form-code-holder&quot;&gt;
    &lt;input type=&quot;hidden&quot; id=&quot;sesskey&quot; name=&quot;sesskey&quot; value=&quot;&quot;&gt;
    &lt;script&gt;document.getElementById('sesskey').value = M.cfg.sesskey;&lt;/script&gt;
    &lt;input type=&quot;hidden&quot; id=&quot;referrer&quot; name=&quot;referrer&quot; value=&quot;&quot;&gt;
    &lt;script&gt;document.getElementById('referrer').value = document.location.href;&lt;/script&gt;
&lt;/div&gt;
</pre>
  </li>
  <li>For advanced customization options, refer to the <a href="https://github.com/michael-milette/moodle-local_contact/blob/master/README.md" target="_blank">Moodle Contact Form Plugin Documentation</a>.</li>

  <li>Save the file with the <code>.html</code> extension</li>
</ul>

<div class="notice-block">
<h4>Important</h4>

<p>To ensure the template displays correctly in our Moodle themes, your file name must start with <code>lead</code>. For example:</p>
<ul>
  <li><code>lead-form.html</code></li>
  <li><code>lead-gen.html</code></li>
  <li><code>lead-request.html</code></li>
</ul>
</div>

<h3>Why Add a Lead Generation Form to Your Moodle Site?</h3>

<p>A lead generation page helps you:</p>
<ul>
  <li>Collect course interest or inquiries from potential learners</li>
  <li>Capture contact details for future follow-up</li>
  <li>Promote specific courses, webinars, or programs</li>
  <li>Streamline your marketing and sales process</li>
</ul>

<p>Instead of relying on external landing pages, you can keep everything on your Moodle site, fully branded and easy to manage.</p>

<h3>Optimized for Our Moodle 5 Themes (<a href="https://elearning.3rdwavemedia.com/themes/" target="_blank">Lumo, Edutor &amp; Maker</a>)</h3>

<p>This lead form template is fully styled and tested with all of our premium Moodle 5 themes:</p>

<ul>
  <li><a href="https://themes.3rdwavemedia.com/moodle/lumo/" target="_blank"><strong>Lumo</strong></a> – modern, professional design ideal for corporate training and continuing education</li>
  <li><a href="https://themes.3rdwavemedia.com/moodle/edutor/" target="_blank"><strong>Edutor</strong></a> – academic-focused theme designed for schools and universities</li>
  <li><a href="https://themes.3rdwavemedia.com/moodle/maker/" target="_blank"><strong>Maker</strong></a> – clean and flexible layout perfect for online course creators and training companies</li>
</ul>

<p><strong>Key features:</strong></p>
<ul>
  <li>Built with Bootstrap 5</li>
  <li>Fully responsive and mobile-friendly</li>
  <li>Works perfectly with the Static Pages and Contact Form plugins</li>
  <li>Easy to customize using theme settings</li>
</ul>

<p>See a working example in our <a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/1/local/staticpage/view.php?page=lead-form" target="_blank">Lumo theme demo</a>.</p>

<h3>Final Thoughts</h3>

<p>Adding a lead generation form page to your Moodle 5 site is an easy way to <strong>improve engagement and grow your audience</strong>.With our free HTML template and step-by-step guide, you can set up a custom lead form that looks great and functions smoothly, with no need to start from scratch.</p>

<p><strong>Download the free template </strong>and try it out on your site today.</p>
<div>
    <h5>For Moodle 5.x Sites</h5>
   <a class="download-link btn btn-cta-primary" title="Version 1.0" href="https://elearning.3rdwavemedia.com/download/7216/?tmstv=1781440723" rel="nofollow"><i class="fa fa-download"></i>
	Free Download	(4302 downloads)
</a>

</div>

<p>Looking to take your Moodle site to the next level?<br>
<a href="https://themes.3rdwavemedia.com/moodle/" target="_blank">Explore our Moodle 5 themes</a> to find the perfect match for your project.</p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/moodle-5-lead-generation-form-template/7190/">How to Create a Lead Generation Form Page for Your Moodle 5 Site (Free HTML Templates Included)</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://elearning.3rdwavemedia.com/blog/moodle-5-lead-generation-form-template/7190/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why Upgrade to Moodle 5? Key Benefits and How Our Theme Makes the Transition Smoother</title>
		<link>https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-benefits-themes/7153/</link>
					<comments>https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-benefits-themes/7153/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Wed, 23 Jul 2025 13:34:12 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://elearning.3rdwavemedia.com/?p=7153</guid>

					<description><![CDATA[<p>Upgrading a Moodle site isn’t a one-click job. It takes planning, testing, and careful execution to make sure everything runs smoothly afterward. If you&#8217;re wondering whether it’s worth moving to Moodle 5, this post will walk you through the key &#8230; </p>
<p><a class="read-more" href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-benefits-themes/7153/">Read more<i class="fa fa-long-arrow-right"></i></a> </p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-benefits-themes/7153/">Why Upgrade to Moodle 5? Key Benefits and How Our Theme Makes the Transition Smoother</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-4-to-5-upgrade-banner.png" alt="Moodle 5 - why upgrade" width="1600" height="600" class="img-responsive shadow alignnone size-full wp-image-7162" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-4-to-5-upgrade-banner.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-4-to-5-upgrade-banner-300x113.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-4-to-5-upgrade-banner-1024x384.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-4-to-5-upgrade-banner-1536x576.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></p>
<p>Upgrading a Moodle site isn’t a one-click job. It takes planning, testing, and careful execution to make sure everything runs smoothly afterward. If you&#8217;re wondering whether it’s worth moving to <a href="https://moodledev.io/general/releases/5.0" target="_blank"><strong>Moodle 5</strong></a>, this post will walk you through the key benefits of the latest version and show you how using the right theme can make the transition much easier.</p>
<p>If you&#8217;re planning your upgrade, check out our step-by-step guide: <a href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-guide-public-folder-structure/7321/" target="_blank">How to Upgrade to Moodle 5.1 (With the New Public Folder Structure Explained)</a>.</a>

<div class="notice-block">
<p><i class="fa fa-info-circle"></i> <strong>For a detailed look at the latest UI and UX improvements in Moodle 5.x, check out our post:</strong> <a href="https://elearning.3rdwavemedia.com/blog/whats-new-in-moodle-5-1/7254/">What’s New in Moodle 5.1 (UI and UX Improvements You’ll Notice)</a></p>
</div>

<h3>What’s New in Moodle 5?</h3>

<p>If you&#8217;re not yet familiar with Moodle 5, it introduces several updates that improve performance, usability, and long-term support. Some of the biggest changes include:</p>

<ul>
    <li><a href="https://getbootstrap.com/" target="_blank"><strong>Bootstrap 5</strong></a> support for modern frontend development</li>
    <li>Improved performance and accessibility for all users</li>
    <li>AI integration with the new Moodle AI features, including generative tools that can assist educators with content creation and feedback (<a href="https://www.youtube.com/watch?v=LTIrjm6fNL4" target="_blank">watch video</a>) </li>
    <li>UX enhancements for course creators and learners, including streamlined interfaces and better activity workflows (<a href="https://www.youtube.com/watch?v=_VM_HFubJJE&#038;list=PLxcO_MFWQBDfp_RQtDtl3Q5pjGSY0iqUf" target="_blank">watch video</a>) </li>
</ul>

<p>We’ve covered these features in more detail here:<br>
<strong><a href="https://elearning.3rdwavemedia.com/blog/moodle-5-new-features-course-creators-bootstrap-5/6943/" target="_blank">Moodle 5: What’s New for Course Creators and Why Bootstrap 5 Matters</a></strong></p>

<p>And if you&#8217;re a course creator or designer, don’t miss this practical follow-up post:<br>
<strong><a href="https://elearning.3rdwavemedia.com/blog/bootstrap-5-components-moodle-5-course-design/6782/" target="_blank">How to Use Bootstrap 5 Components in Moodle 5 to Improve Course Design</a></strong></p>

<h3>Why the Theme You Choose Matters</h3>
<p>Upgrading your Moodle version without a compatible theme can lead to:</p>
<ul>
    <li>Broken layouts or UI glitches</li>
    <li>Inconsistent branding or missing components</li>
    <li>Admin frustration trying to fix front-end issues</li>
</ul>

<p>A theme designed for Moodle 5 and Bootstrap 5 will give you a smoother experience and allow you to take full advantage of <a href="https://www.youtube.com/watch?v=_VM_HFubJJE&#038;list=PLxcO_MFWQBDfp_RQtDtl3Q5pjGSY0iqUf" target="_blank">what Moodle 5 offers</a>.</p>

<h3>How Our Moodle Themes Help with the Upgrade</h3>

<p>All of <a href="https://elearning.3rdwavemedia.com/themes/" target="_blank">our Moodle themes</a> are now fully compatible with Moodle 5. However, if you’re looking for the best options to support your upgrade or build a new site, our <strong>top three recommended themes</strong> are <strong><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank">Lumo</a></strong>, <strong><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-edutor/" target="_blank">Edutor</a></strong>, and <strong><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-maker/" target="_blank">Maker</a></strong> — each offering a strong balance of design flexibility, modern UX, and ease of setup.</p>

<h4>Lumo – Built for Moodle 5 and Bootstrap 5</h4>
<p><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank"><strong>Lumo is our newest theme</strong></a>, developed from the ground up for Moodle 5. It’s sleek, modern, and takes full advantage of Bootstrap 5.</p>
<p><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/lumo-moodle-5-promo.jpg" alt="lumo-moodle-5-promo" width="1500" height="1430" class="img-responsive shadow alignnone size-full wp-image-6571" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/lumo-moodle-5-promo.jpg 1500w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/lumo-moodle-5-promo-300x286.jpg 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/lumo-moodle-5-promo-1024x976.jpg 1024w" sizes="auto, (max-width: 1500px) 100vw, 1500px" /></a></p>
<p><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/lumo-blog-post-inpost-promo-banner.jpg" alt="Best Moodle 5 Theme Lumo" width="1600" height="800" class="img-responsive shadow alignnone size-full wp-image-6581" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/lumo-blog-post-inpost-promo-banner.jpg 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/lumo-blog-post-inpost-promo-banner-300x150.jpg 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/lumo-blog-post-inpost-promo-banner-1024x512.jpg 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/04/lumo-blog-post-inpost-promo-banner-1536x768.jpg 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></p>

<p><strong>Key benefits:</strong></p>
<ul>
<li>Designed specifically for Moodle 5</li>
<li>Clean, modern frontend with excellent UI and UX</li>
<li>Supports homepage section reordering via the theme admin settings &#8211; no coding needed</li>
<li>Includes a flexible pricing table section to promote course plans or subscription tiers:<br>
<a href="https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-pricing-table-section/7128/" target="_blank">How and Why to Use the New Pricing Table Section</a></li>

<li>Offers WordPress blog integration to dynamically show external blog posts on the Moodle homepage:<br>
<a href="https://elearning.3rdwavemedia.com/blog/moodle-5-wordpress-blog-posts-lumo-theme/6879/" target="_blank">Show WordPress Blog Posts in Moodle 5 Using the Static Pages Plugin (Lumo Theme)</a></li>

<li>Fully supports ready-styled static pages using the Static Pages plugin, including:<br>
    <ul>
      <li><a href="https://elearning.3rdwavemedia.com/blog/step-by-step-guide-create-a-udemy-style-moodle-course-landing-page/6218/" target="_blank">Course landing page (Udemy-style)</a></li>
      <li><a href="https://elearning.3rdwavemedia.com/blog/how-to-add-an-effective-course-landing-page-in-moodle-5-and-moodle-4-html-template-included/5986/" target="_blank">Course landing page (standard)</a></li>
      <li><a href="https://elearning.3rdwavemedia.com/blog/moodle-course-catalog-page-template/7006/" target="_blank">Course catalog page</a></li>
      <li><a href="https://elearning.3rdwavemedia.com/blog/how-to-create-blog-page-moodle-5-static-pages-plugin/6853/" target="_blank">Static Blog page</a></li>
      <li><a href="https://elearning.3rdwavemedia.com/blog/moodle-5-wordpress-blog-posts-lumo-theme/6879/" target="_blank">WordPress Blog page</a></li>
      <li><a href="https://elearning.3rdwavemedia.com/blog/how-to-add-a-contact-form-page-to-your-moodle-site/4526/" target="_blank">Contact form page</a></li>
      <li><a href="https://elearning.3rdwavemedia.com/blog/how-to-add-pages-to-moodle-using-the-static-pages-plugin/3277/" target="_blank">About, FAQs and Contact pages</a></li>
    </ul>
</li>
</ul>

<h4>Edutor and Maker – Moodle 4.x Ready and Moodle 5 Compatible</h4>
<p>Still using Moodle 4.x? <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-edutor/" target="_blank"><strong>Edutor</strong></a> and <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-maker/" target="_blank"><strong>Maker</strong></a> are great options if you&#8217;re not quite ready to upgrade but want a theme that will carry you into Moodle 5 when the time is right.</p>

<div class="row">
    <div class="col-xs-12 col-md-6">
        <h4>Edutor</h4>
        <div><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-edutor/" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2018/04/edutor-moodle-theme-screenshot-1.jpg" alt="edutor-moodle-theme-screenshot-1" width="1200" height="820" class="img-responsive shadow alignnone size-full wp-image-6538" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2018/04/edutor-moodle-theme-screenshot-1.jpg 1200w, https://elearning.3rdwavemedia.com/wp-content/uploads/2018/04/edutor-moodle-theme-screenshot-1-300x205.jpg 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2018/04/edutor-moodle-theme-screenshot-1-1024x700.jpg 1024w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></a></div>
    </div><!--//col-->
    <div class="col-xs-12 col-md-6">
        <h4>Maker</h4>
        <div><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-maker/" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2018/04/maker-moodle-theme-screenshot-1.jpg" alt="maker-moodle-theme-screenshot-1" width="1200" height="820" class="img-responsive shadow alignnone size-full wp-image-6540" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2018/04/maker-moodle-theme-screenshot-1.jpg 1200w, https://elearning.3rdwavemedia.com/wp-content/uploads/2018/04/maker-moodle-theme-screenshot-1-300x205.jpg 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2018/04/maker-moodle-theme-screenshot-1-1024x700.jpg 1024w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></a></div>
    </div><!--//col-->
</div><!--//row-->

<p><strong>Key benefits:</strong></p>
<ul>
    <li>Fully compatible with both Moodle 4.x and Moodle 5.x</li>
    <li>Actively maintained and tested on the latest Moodle releases</li>
    <li>Support the use of the <strong>Static Pages plugin</strong><a href="https://moodle.org/plugins/local_staticpage" target="_blank"></a> to create attractive, ready-styled pages including:</li>
    <li><a href="https://elearning.3rdwavemedia.com/blog/step-by-step-guide-create-a-udemy-style-moodle-course-landing-page/6218/" target="_blank">Course landing page (Udemy-style)</a></li>
      <li><a href="https://elearning.3rdwavemedia.com/blog/how-to-add-an-effective-course-landing-page-in-moodle-5-and-moodle-4-html-template-included/5986/" target="_blank">Course landing page (standard)</a></li>
      <li><a href="https://elearning.3rdwavemedia.com/blog/moodle-course-catalog-page-template/7006/" target="_blank">Course catalog page</a></li>
      <li><a href="https://elearning.3rdwavemedia.com/blog/how-to-create-blog-page-moodle-5-static-pages-plugin/6853/" target="_blank">Static Blog page</a></li>
     <li><a href="https://elearning.3rdwavemedia.com/blog/how-to-add-pages-to-moodle-using-the-static-pages-plugin/3277/" target="_blank">Contact form pages and more</a></li>
</ul>

<h3>Planning to Upgrade?</h3>
<p>If you&#8217;re preparing to upgrade to Moodle 5, here are a few quick tips:</p>

<ul>
    <li><strong>Set up a staging site</strong><br>
    Test the upgrade process and compatibility before applying changes to your live Moodle site.</li>
    <li><strong>Use a Moodle 5-ready theme</strong><br>
    Avoid issues with outdated themes that aren&#8217;t built for the new Bootstrap 5 structure.</li>
    <li><strong>Review plugin compatibility</strong><br>
    Not all plugins may be Moodle 5-ready. Be sure to check the plugin directory or developer notes.</li>
</ul>

<h3>Final Thoughts</h3>
<p>Moodle 5 is a solid upgrade that brings real performance and usability improvements, including new AI tools, enhanced accessibility, and modern frontend flexibility. But to take full advantage of it and avoid headaches during the transition, you’ll need a theme that’s up to date and built for the new structure.</p>

<p>Whether you’re already on Moodle 5 or planning to upgrade soon, our Moodle themes can help:</p>

<ul>
   <li><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank"><strong>Lumo</strong></a> is the ideal choice for new Moodle 5 sites with homepage layout control, pricing sections, WordPress blog integration, and custom static pages.</li>
   <li><a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-edutor/" target="_blank"><strong>Edutor</strong></a> and <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-maker/" target="_blank"><strong>Maker</strong></a> are reliable options for Moodle 4.x sites preparing to upgrade, with support for modern layouts and pre-designed content pages.</li>
</ul>

<h5><a href="https://elearning.3rdwavemedia.com/themes/" target="_blank">Explore our Moodle themes</a> and find the right fit for your upgrade</h5><p>The post <a href="https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-benefits-themes/7153/">Why Upgrade to Moodle 5? Key Benefits and How Our Theme Makes the Transition Smoother</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://elearning.3rdwavemedia.com/blog/moodle-5-upgrade-benefits-themes/7153/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Lumo Moodle Theme: How and Why to Use the New Pricing Table Section</title>
		<link>https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-pricing-table-section/7128/</link>
					<comments>https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-pricing-table-section/7128/#respond</comments>
		
		<dc:creator><![CDATA[Admin]]></dc:creator>
		<pubDate>Tue, 15 Jul 2025 13:24:25 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://elearning.3rdwavemedia.com/?p=7128</guid>

					<description><![CDATA[<p>If you’re using Moodle to sell courses or run a professional training site, having a clear and flexible pricing section on your front page can make a big difference. With our latest update, the Lumo Moodle theme now includes a &#8230; </p>
<p><a class="read-more" href="https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-pricing-table-section/7128/">Read more<i class="fa fa-long-arrow-right"></i></a> </p>
<p>The post <a href="https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-pricing-table-section/7128/">Lumo Moodle Theme: How and Why to Use the New Pricing Table Section</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you’re using Moodle to sell courses or run a professional training site, having a clear and flexible pricing section on your front page can make a big difference. With our latest update, the <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/">Lumo Moodle theme</a> now includes a built-in <strong>pricing table section</strong> that helps you present your course plans or subscription options in a more engaging and user-friendly way.</p>

<p>In this post, we’ll walk you through why this feature matters and how you can enable and customise it for your own Moodle site.</p>

<h3>Why Add a Pricing Table to Your Moodle Site?</h3>
<p>Whether you’re offering paid courses, business training plans, or educational subscriptions, a pricing table makes it easier for learners to understand what you offer and how much it costs. It brings clarity, encourages conversions, and gives your site a more polished, professional look.</p>
<p>With Lumo’s new pricing table section, you can:</p>

<ul>
    <li>Show up to <strong>four custom plans</strong> side by side</li>
    <li>Add a <strong>summary</strong> and list of <strong>key features</strong> for each plan</li>
    <li>Include <strong>clear pricing and CTAs</strong> to drive sign-ups or purchases</li>
    <li>Link CTA buttons to <strong>external platforms</strong> like Stripe, PayPal, Gumroad, Paddle, or your Moodle course catalog.</li>
</ul>

<p>It’s an ideal feature for Moodle sites used by training providers, course creators, or universities offering professional learning options.</p>

<h3>What You Can Do with the New Pricing Section</h3>
<p>The section is designed to be flexible and easy to set up. You can:</p>

<ul>
    <li>Choose between 2, 3, or 4 columns for the layout (on desktop)</li>
    <li>Add a plan name, summary, price, price description, and call-to-action button</li>
    <li>Include an optional plan content field, where you can add a list of features or other details using HTML</li>
</ul>

<p>Here’s an example of what you can add in the plan content field:</p>

<pre class="brush: xml; title: ; notranslate">
&lt;div class=&quot;intro&quot;&gt;What's included:&lt;/div&gt;
&lt;ul class=&quot;list-unstyled plan-feature-list&quot;&gt;
  &lt;li&gt;&lt;i class=&quot;bi bi-check-lg&quot;&gt;&lt;/i&gt; Feature one lorem ipsum&lt;/li&gt;
  &lt;li&gt;&lt;i class=&quot;bi bi-check-lg&quot;&gt;&lt;/i&gt; Feature two lorem ipsum&lt;/li&gt;
  &lt;li&gt;&lt;i class=&quot;bi bi-check-lg&quot;&gt;&lt;/i&gt; Feature three lorem ipsum&lt;/li&gt;
  &lt;li&gt;&lt;i class=&quot;bi bi-check-lg&quot;&gt;&lt;/i&gt; Feature four lorem ipsum&lt;/li&gt;
  &lt;li&gt;&lt;i class=&quot;bi bi-check-lg&quot;&gt;&lt;/i&gt; Feature five lorem ipsum&lt;/li&gt;
&lt;/ul&gt;

</pre>

<p>The output will look clean and consistent with the rest of the theme.</p>

<p><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/1/?redirect=0#home-plans-section" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.1.png" alt="moodle-theme-lumo-pricing-section-example-1.1" width="1590" height="1171" class="img-responsive shadow alignnone size-full wp-image-7132" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.1.png 1590w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.1-300x221.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.1-1024x754.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.1-1536x1131.png 1536w" sizes="auto, (max-width: 1590px) 100vw, 1590px" /></a></p>

<h3>How to Enable the Pricing Table in Lumo</h3>
<p>Log in as a site administrator and go to: <code>Site administration > Appearance > Themes > Lumo Settings > Home Pricing Section</code></p>
<p>There, you can:</p>

<ul>
    <li>Enable the section using the checkbox</li>
    <li>Choose how many plans (columns) to show</li>
    <li>Enter all plan details, including pricing, summaries, and CTAs</li>
    <li>Add HTML to the plan content area if needed</li>
</ul>
<p>By default, the pricing section appears above the FAQs section on the front page.</p>

<p>If you upgraded the Lumo theme from an earlier version, make sure to manually add the new pricing section to the list in:</p>
                                                       
<p><code>Lumo Settings > Home Section Order</code></p>

<p>This field uses a comma-separated list to define the order of homepage sections. If pricing section is missing from the list, the section won&#8217;t appear &#8211; even if it&#8217;s enabled.</p>

<p>Make sure to include <code>fp_pricing</code> in the comma-separated list to ensure the pricing section appears on the homepage.</p>
<p><a href="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-order.png" class="fanycbox"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-order.png" alt="moodle-theme-lumo-pricing-section-order" width="1600" height="802" class="img-responsive shadow alignnone size-full wp-image-7134" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-order.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-order-300x150.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-order-1024x513.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-order-1536x770.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></p>

<h3>Showcasing Different Use Cases</h3>
<p>Lumo’s pricing table is flexible and works for different types of Moodle sites. Below are example layouts from our live demos to give you some inspiration.</p>

<h4>1) General Use (Demo 1 – For Everyone)</h4>
<p>This layout features four pricing plans — Essentials, Premium, Academy, and Enterprise — making it ideal for sites offering a range of course tiers or access levels. It works well for public-facing portals with diverse learner needs.</p>

<p><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/1/?redirect=0#home-plans-section" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.10.png" alt="moodle-theme-lumo-pricing-section-example-1.10" width="1600" height="976" class="img-responsive shadow alignnone size-full wp-image-7148" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.10.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.10-300x183.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.10-1024x625.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.10-1536x937.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></p>
<br>
<br>
<h4>2) Business Training Portal (Demo 2 – For Business)</h4>
<p>Designed for internal staff training or commercial learning platforms. This version emphasizes value, features, and clear call-to-actions.</p>

<p><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/2/?redirect=0#home-plans-section" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.2.png" alt="moodle-theme-lumo-pricing-section-example-1.3" width="1600" height="882" class="img-responsive shadow alignnone size-full wp-image-7145" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.2.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.2-300x165.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.2-1024x564.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.2-1536x847.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></p>
<br>
<br>
<h4>3) Government Learning Portal (Demo 3 – For Governments)</h4>
<p><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/3/?redirect=0#home-plans-section" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.3.png" alt="moodle-theme-lumo-pricing-section-example-1.3" width="1600" height="1052" class="img-responsive shadow alignnone size-full wp-image-7146" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.3.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.3-300x197.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.3-1024x673.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.3-1536x1010.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></p>
<br>
<br>
<h4>4) Higher Education Site (Demo 4 – For Universities)</h4>

<p>A great layout for showcasing course bundles, school/faculty-specific pricing, or discounts for students and staff.</p>
<p><a href="https://elearning.3rdwavemedia.com/moodle/lumo/moodle-5/4/?redirect=0#home-plans-section" target="_blank"><img loading="lazy" decoding="async" src="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.4.png" alt="moodle-theme-lumo-pricing-section-example-1.4" width="1600" height="939" class="img-responsive shadow alignnone size-full wp-image-7147" srcset="https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.4.png 1600w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.4-300x176.png 300w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.4-1024x601.png 1024w, https://elearning.3rdwavemedia.com/wp-content/uploads/2025/07/moodle-theme-lumo-pricing-section-example-1.4-1536x901.png 1536w" sizes="auto, (max-width: 1600px) 100vw, 1600px" /></a></p>

<br>
<br>

<h3>Final Thoughts</h3>
<p>This new pricing section is a great way to promote your learning plans more effectively, especially if you’re running a commercial Moodle site or want to highlight different course tiers.</p>

<p>We’ve kept the setup simple and flexible, so you can make it work for your unique needs, whether you&#8217;re a solo course creator or a large training provider.<p>

<p>Ready to give it a try? <a href="https://elearning.3rdwavemedia.com/themes/moodle-theme-lumo/" target="_blank">Explore the Lumo theme</a> or check out our <a href="https://elearning.3rdwavemedia.com/themes/" target="_blank">full Moodle theme collection</a> to find the right fit for your site.</p>




<p>The post <a href="https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-pricing-table-section/7128/">Lumo Moodle Theme: How and Why to Use the New Pricing Table Section</a> appeared first on <a href="https://elearning.3rdwavemedia.com">eLearning Themes</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://elearning.3rdwavemedia.com/blog/moodle-theme-lumo-pricing-table-section/7128/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
