Home › Forums › Legacy Support › Support queries › Styling issues › Add Download PDF button Tagged: button, certificate, pdf This topic has 1 reply, 2 voices, and was last updated 5 years, 6 months ago by maximus. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 9, 2019 at 2:36 pm #208455 hilmanfSpectator Hi, I need an additional button or link below certificate card for user to download their certificate on PDF. Refer: http://prntscr.com/nmg3mj May 10, 2019 at 1:39 pm #208651 maximusMember Hello add this code in wp-admin->WPLMS->footer->Google Analytics Code <script> jQuery(document).ready(function (){ jQuery('.certifications ul.slides li a.pdf_view,.certifications ul.slides li a.ajax-certificate:not(.regenerate_certificate)').each(function (){ var $this = jQuery(this); $this.parent().append('<br><a href="'+$this.attr('href')+'" class="download_certi button" download="download">Download now</a>'); }); }); </script> Author Posts Viewing 2 posts - 1 through 2 (of 2 total) The topic ‘Add Download PDF button’ is closed to new replies.