Leonid_Design
Forum Replies Created
-
Forum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Use my Own Font for the PDFis here: dk-pdf-generator/templates/dkpdfg-index.php
greetings
LeonidForum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Use my Own Font for the PDFYES i found it!!!
here ist the title tag included:
dkpdfg-index.php on line 65
<h1><?php the_title();?></h1>Greetings
LeonidForum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Use my Own Font for the PDFHello Dinamiko,
yes i have some problems: it will not show the bold style with the font Myriad Pro
then i made this in the dk-pdf/includes/mpdf60/config.php on line 433:'STRONG' => array( 'FONT-WEIGHT' => 'normal', 'FONT-FAMILY' => 'myriadprobold', ),
and use this code by config_fonts.php:
"myriadpro" => array( 'R' => "MyriadProLight.ttf", 'B' => "MyriadPro-SemiboldIt.ttf", 'I' => "MyriadPro-LightIt.ttf", 'BI' => "MyriadPro-SemiboldIt.ttf", ), "myriadprobold" => array( 'R' => "MyriadPro-SemiboldIt.ttf", 'B' => "MyriadPro-SemiboldIt.ttf", 'I' => "MyriadPro-SemiboldIt.ttf", 'BI' => "MyriadPro-SemiboldIt.ttf", ),
and ad the font here:
// Add fonts to this array if they contain characters in the SIP or SMP Unicode planes // but you do not require them. This allows a more efficient form of subsetting to be used. $this->BMPonly = array( "dejavusanscondensed", "myriadpro", "myriadprobold", "dejavusans", "helvetica_neueregular", "dejavuserifcondensed", "dejavuserif", "dejavusansmono", );
Hope that helps you…
my problem is not show the title, now i have delite the line in all templates that give but it shows, i have my own made theme, very small and now dont know what i can do more..
greetings
LeonidForum: Plugins
In reply to: [DK PDF - WordPress PDF Generator] Use my Own Font for the PDFThanks very much it function!
Next problem: in frontend of wordpress the title will not show but in the pdf, what can i do to not display it in the pdf?thanks for help
greetings
leonidHi,
thanks for your reply.
The problem is that it is an Intranet Gallery and not accessible from the internet.
Let me try to explain.
The “picture Thumbnails” (in the Gallery’s) are generated correctly.
Path:
<img width=”120″ height=”90″ title=”IMG_0732″ style=”max-width: none;” alt=”IMG_0732″ src=”https://SERVER/WORDPRESS/wp-content/gallery/GALLERY-NAME/thumbs/thumbs_IMG_0732.jpg”/>Only the “Album preview thumbnails” are not displayed. (you only see a red cross)
The linked picture path is:
<img class=”Thumb” alt=” GALLERY-NAME ” src=”https://SERVER/WORDPRESS/nextgen-image/195/91×68/crop/3be414635af116cdcd715fa42f3552dc”/>Is that a database problem?
Thanks for your help.