template: bright-learning-path-certificate

You can use this to generate a certificate for a learning path.

It should correspond to the page defined by the learning path in the certificate="" attribute in the learning path shortcode.

Important

Learning Path Certificate function identically, with the following exceptions:

  • the template name is bright-learning-path-certificate
  • the template type must be courselist
  • the template attributes accepts additional criteria like 'path=', 'model=', etc. as covered here: [template: bright-learning-path][8]

Your model MUST match the model used in the original learning path.

Bright Clean Page Template

Bright includes a page template called "Bright Clean Page". We recommend using this for certificates as it removes much of the theme cruft that can interfere with rendering for display and print.

Setting the Background

use

background="URL"

to set the certificate background in the shortcode.

Setting the Text Introduction

You can override the introductory text with

introduction="Congratulations to ...."

Setting the Accomplishment

You can override the accomplishment with

accomplishment="for successfully being really good at"

Suppress the blog info

no_bloginfo="true"

Setting the Criteria Comment

This shows up if success criteria has not been met

criteria_comment='You must finish the last set of your learning path to receive your certificate.'  

Debugging

  1. Check that your type="courselist" is in your shortcode
  2. Check that your model="" matches that of your learning path.