Voltora Academy for Divi

Description

Voltora Academy for Divi is a lightweight Learning Management System built exclusively for Divi 5.

Create unlimited free courses, lessons, and quizzes, track student progress, and give learners a simple portal — without WooCommerce or an external LMS account. SafeColor follows your Divi global colors and typography so the learning UI stays on-brand.

If you already use Divi 5, setup stays familiar: admin for curriculum; front end for catalog, course hub, lessons, and quizzes.

Demo: https://voltora-academy-lite.divi-power.com/

Core Features

  • Unlimited courses, lessons, and quizzes
  • Distraction-focused lesson view (video and PDF-friendly layout)
  • Interactive quizzes (true/false, single choice, multiple choice, fill-in-the-blank) with auto-grading
  • Course Hub with progress tracking
  • Course catalog with category filter and title sort
  • Native student registration
  • Student portal
  • Teacher-capable course and student management
  • SafeColor integration with Divi colors and fonts
  • Accessibility-minded UI. Full WCAG conformance depends on your content and theme.
  • Custom tables, repository-style data access, and caching

Why Voltora Academy for Divi?

  • Built for Divi 5 rather than retrofitted onto classic Divi
  • Free courses, lessons, quizzes, and progress with no paid requirement
  • Students register and enroll on your site
  • Capability checks, on-site data, and uninstall cleanup of plugin tables
  • Suited to free training, lead magnets, and internal academies

Development

The Visual Builder scripts in includes/modules/dp-lms-course-catalog/visual-builder/build/ and includes/modules/dp-lms-welcome/visual-builder/build/ are webpack builds.

The uncompiled source for those scripts is included in this plugin:

  • includes/modules/dp-lms-course-catalog/visual-builder/src/index.jsx
  • includes/modules/dp-lms-welcome/visual-builder/src/index.jsx

Those files are the React module entry points. The src/index.jsx files are the uncompiled source; webpack config is used locally to regenerate build/.

Screenshots

Installation

  1. Go to Plugins Add New.
  2. Search for Voltora Academy for Divi, or upload the .zip.
  3. Install and activate.
  4. Open the Voltora Academy menu to create your first course.

On activation the plugin can create the Courses, Register, and Welcome pages. Confirm they are published.

FAQ

Does this require Divi 5?

Yes. It is built for Divi 5.0+ only and is not supported on older Divi or non-Divi themes.

Does it work with any Divi 5 site?

SafeColor reads the active Divi’s primary/accent colors and global fonts and applies them to the LMS UI. Change those globals and the LMS follows.

Do I need WooCommerce?

No. Free courses use built-in registration and enrollment.

If WooCommerce is already active, enrolled students can still use the normal account area; the learning portal is added alongside it. They do not need a second account.

Can I offer only free courses?

Yes. Unlimited free courses, lessons, and quizzes are included.

Is there a paid version?

Yes. An optional paid edition from the author adds extras such as certificates and paid-course checkout. It is not required. Everything listed on this page works in the free plugin.

What happens when I delete the plugin?

Delete (not just Deactivate) runs uninstall and removes this plugin’s custom database tables. Deactivate leaves data in place.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Voltora Academy for Divi” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.0.0

  • Initial public release
  • Courses, lessons, quizzes, progress, catalog, and portal
  • Native registration and free enrollment
  • Divi 5-oriented UI and SafeColor integration
  • Accessibility-minded interface
  • Repository and service architecture