Certificate Download and Printing fails. Student are not able to download or print certificates. The button next to the certificates fails to take actions. We have checked popup blocker etc, but still no resolution.
Hello any help here. ? I need to give students a reply. Also, the dates on the certificates somehow now displays 2020 for courses that are complete today. WP time setting is current.
thanks. So in the past this wplms pdf never worked right for me and it waste productive time. it is not user friendly. lots of issues. For the past few years with wplms 4.0. all worked well without it.
What changed that we have to back to wplms pdf certificate. To regenerate all course certificates is totally counter productive. I have gone through that already in the past. I like to continue using what worked without wplms pdf certificate. Can you check the script from the latest wplms update?
i have spent time doing what you said but the certificates still will-not print or download. yes, i have deactivated all third party plugins to check. https://www.adraceu.com/certificates/3656/?c=32171&u=3070#
i need this fixed. Is been a week since students cant print certificates.
Yes, that is why the certificate displays but cant be printed or downloaded. I really nee to get this fix. I have angry students who need to submit their certificate to the court.
Certificate Download and Printing fails. Student are not able to download or print certificates. The button next to the certificates fails to take actions. We have checked popup blocker etc, but still no resolution.
Hello any help here. ? I need to give students a reply. Also, the dates on the certificates somehow now displays 2020 for courses that are complete today. WP time setting is current.
Hi please use : https://wplms.io/downloads/wplms-pdf-certificates/
build template :
select this template in your courses settings where you set certificate percentage.the goto wp-admin -> lms -> settings-> functions -> sync areas -> regenerate certificate for all users .
thanks. So in the past this wplms pdf never worked right for me and it waste productive time. it is not user friendly. lots of issues. For the past few years with wplms 4.0. all worked well without it.
What changed that we have to back to wplms pdf certificate. To regenerate all course certificates is totally counter productive. I have gone through that already in the past. I like to continue using what worked without wplms pdf certificate. Can you check the script from the latest wplms update?
i have spent time doing what you said but the certificates still will-not print or download. yes, i have deactivated all third party plugins to check. https://www.adraceu.com/certificates/3656/?c=32171&u=3070#
i need this fixed. Is been a week since students cant print certificates.
did you select this template in your courses settings where you set certificate percentage ?
https://prnt.sc/vNp4IzRTuUw3
Yes, that is why the certificate displays but cant be printed or downloaded. I really nee to get this fix. I have angry students who need to submit their certificate to the court.
Can I please get some expert help on this instead of fast qunik remarks that does not work
fixed : http://screencast-o-matic.com/watch/c36IIqVt5oH
Hi Alex, What was the problem so i can make th fix myslef when it happens again
We have disabled the security for image check by adding this code in wplms-customizer.php file :
add_filter('wplms_certifiacte_image_skip_security',function($x){
return true;
});