Tagged: printing
Hi specialists,
one year in after setting up a page for a client with Enfold the overall performance is great and the client still happy. Unfortunaltely there now seems to be a problem with printing posts (all inthe category “Newsticker” – as they are more or less similar). While the first image (simple slider) does print the images further down the post (mansonry galeries) do not print.
Can you look into this?
Thank you,
Aljoscha
Here’s some more testing: just tested with chrome (instead of Firefox). When I change the settings in chrome print preview to “print background images” it shows and prints the images in the mansonry galery. When I apply the same setting in Firefox print preview before they wouldn’t print, though.
Cheers, A.
Hey!
Try adding this code to the Quick CSS:
@media print {
.av-fixed-size .av-masonry-image-container img {
display: block !important;
}
}
Cheers!
Josue
Hey thanks,
that did solve the problem and is a lot easier for the client.
Best,
Aljoscha
<close>
You are welcome, glad to help :)
Regards,
Josue