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 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.

use

background="URL"

to set the certificate background in the shortcode.

You can override the introductory text with

introduction="Congratulations to ...."

You can override the accomplishment with

accomplishment="for successfully being really good at"
no_bloginfo="true"

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.'  
  1. Check that your type="courselist" is in your shortcode
  2. Check that your model="" matches that of your learning path.