So I have switched to version on my intranet website. Same versions that I mentioned earlier. Now can you help?
Hello, I have the same issue on my YopPoll. I have a paid version of the plugin.
YopPoll- v5.8.3
Wordpress- v4.9.6
Can you please help me. This version works on my website (hosted online) but not on my intranet website.
DK PDF is a great plugin.
Edit includes/dkpdf-functions.php change font family to one of the available fonts on mpdf60
// font size
$dkpdf_font_size = get_option( ‘dkpdf_font_size’, ’12’ );
$dkpdf_font_family = ‘trebuchet‘;
You can use one of these font families defined in config_fonts.php under /mpdf60
‘times’ => ‘timesnewroman’,
‘courier’ => ‘couriernew’,
‘trebuchet’ => ‘trebuchetms’,
‘comic’ => ‘comicsansms’,
‘franklin’ => ‘franklingothicbook’,
‘ocr-b’ => ‘ocrb’,
‘ocr-b10bt’ => ‘ocrb’,
‘damase’ => ‘mph2bdamase’,