Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @suporteescoladeninja,

    You can follow instructions given in our documentation

    There is a bug in their plugin and I am posting a fix here for everyone who needs it.

    Open the certificate-customizer-for-tutor-lms.php file located in the wp-content / plugins / certificate-customizer-for-tutor-lms folder

    Change their array to

    
    $ templates ['dhoritry'] = array (
    'name' => __ ('Dhoritry', 'dhoritry-cert'),
    'orientation' => 'landscape', // landscape, portrait
    'path' => trailingslashit (plugin_dir_path (DHORITRY_FILE). 'templates / dhoritry'),
    'url' => trailingslashit (plugin_dir_url (DHORITRY_FILE). 'templates / dhoritry'),
    'preview_src' => trailingslashit (plugin_dir_url (DHORITRY_FILE). 'templates / dhoritry /'). 'preview.png',
    'background_src' => trailingslashit (plugin_dir_url (DHORITRY_FILE). 'templates / dhoritry'). 'background.png'
    ); 

    Their array is missing 2 lines of code.
    When you install it it is like this.
    https://prnt.sc/1290lyt

    After the change it needs to look like this.
    https://prnt.sc/1290n71

    This worked for us.

    Regards
    Flavio Henrique – Escola Ninja WP

    engulfer

    (@engulfer)

    Hey @suporteescoladeninja,
    this plugin provides no additional options for customisation in settings at all, actually.
    It’s just a bugged copy of a standard template of a certificate and its folder structure along with the default files, which’s meant to be developed further as a stand-alone plugin.

    The authors of this plugin should probably explain this in the plugin’s description.

    Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Customize the certificate’ is closed to new replies.