Hi Ken,
Most probably it is an issue with the urls. The viewer is using http instead of https causing this problem. I will have a fix in the update this week.For now, you may update mediapress/templates/mediapress/default/gallery/media/views/doc.php
and change this line
$url = "http://docs.google.com/viewer?url=". urlencode( $src );
to this
$url = "https://docs.google.com/viewer?url=". urlencode( $src );
Thank you
Brajesh
Viewing 5 posts - 1 through 5 (of 5 total)
The topic ‘ [Resolved] Uploaded PDFs not displaying in viewer’ is closed to new replies.
This topic is: resolved