Hi amamule,
I did a quick test adding two of your images to the plugin demo and the pdf generation is ok, so there is no problem with the images (file corrupted, special characters in file name…)
try to hide these image in the PDF using this shortcode:
http://wp.dinamiko.com/demos/dkpdf/doc/dkpdf-remove-shortcode/
try it and tell me,
Best.
I tried your suggestion [dkpdf-remove] but I do use a shortcode for the images that make them display like a carousel when clicked. If you go back to that link you’ll see it breaks the image shortcode but does remove them from the pdf. Any ideas would be helpful but I am guessing do away with the image shortcode and display the images in more plain html. Thanks again Emili
Hi amamule,
maybe doing a template customization will help you:
http://wp.dinamiko.com/demos/dkpdf/doc/how-to-use-dk-pdf-templates-in-your-theme/
once you have the template copied in your theme you can get whatever data from WordPress database in the template, like you do in theme templates.
I created a tutorial for encouraging users with little level of PHP and WordPress being able to do it:
http://www.dinamiko.com/dk-pdf-template-customization-woocommerce-tutorial/
Thanks
Found a band-aid fix since I am horrible at php. Since there are not many pics on the website I changed the /wp-content/upload/ to /file/ in the pictures src and now they show up in the pdfs but some have huge one/two page gaps but that I believe is sizing on my side which I will fix later. My only suggestion is the conflict I had using [dkpdf-remove] to hide my image shortcode ended up breaking it. Thanks again Emili!
P.S. I bought your DK PDF Generator plugin to use in the future and to show my support to a helpful plugin author which is hard to find WP world.
Hi amamule,
thank you very much, I really appreciate it 🙂
about [dkpdf-remove] may only works for normal content not for shortcodes,
maybe you can try to remove shortcodes, follow this documentation:
http://wp.dinamiko.com/demos/dkpdf/doc/remove-shortcodes-in-pdf/
you can add these code in your theme functions.php
Thanks