Dinamiko / dk-pdf

WordPress to PDF made easy
https://wordpress.org/plugins/dk-pdf
26 stars 23 forks source link

Images Showing Up With Red Cross #11

Closed Dinamiko closed 8 years ago

Dinamiko commented 8 years ago

https://wordpress.org/support/topic/images-showing-up-with-red-cross

01 show image errors in .../plugins/dk-pdf/includes/mpdf60/config.php in line 132 change this: $this->showImageErrors = false; for this: $this->showImageErrors = true;

...

Dinamiko commented 8 years ago

see related tickets and responses: https://wordpress.org/support/plugin/dk-pdf

tnchuntic commented 5 years ago

I've encountered this issue also and found out that its cause by unveil lazy load plugin. I am still testing on how to unhook the lazy load if on pdf creation.