Featured Image for mla_viewer
-
I’ve installed the latest version of Media Library Assistant 2.02 to fix the issue where pdfs do not show up on the viewer on webpages. I’m happy to see a pdf icon there now. However, I want to use a “featured image” for each pdf as I’ve seen you discuss on other posts on this topic. However, I don’t know how to add the featured image and I reviewed your help docs in WP and still don’t get it. I wasn’t the original designer who worked on the site and this plug-in is new to me. Could you tell me how to add a featured image to a pdf file within Media Assistant Manager?
Thank you.
-
Thank you for your question and for your patience while I was travelling.
I am currently working on a new
mla_viewerfeature to restore the thumbnail images for PDF documents, and this new feature includes the “Featured Image” support you’ve seen in the earlier support topics:mla_galery thumbnails are too small.
The new features are not included in the current MLA version (2.02); you can download and work with the Development Version to use them until my next official version.
You can find step-by-step instructions for using the Development Version in this earlier topic:
I will leave this topic unresolved until the new features are released in the next MLA version. If you get a chance to try the Development Version, let me know if it meets your needs. Thanks for your interest in the plugin.
Thank you, David. I’m a new outside consultant for the client and because they pay by the hour, I’ll wait for your next major release to fix the problem. For now, there is the pdf image that looks better than a broken image. I’ll inform them that on the next major release the problem will be fixed using a different viewer.
Thank you for your support on this product and I hope you had a wonderful trip.
I have released MLA version 2.10, which contains the mla_viewer support this topic requires. Please note that the new viewer requires Imagick/Imagemagick and Ghostscript to be installed on the site’s server.
I am marking this topic resolved, but please update it if you have any problems or further questions regarding thumbnail generation for PDF documents.
Thanks, David. I appreciate your great support for your plugin. Is Imagick and Imagemagick the same software or are they separate?
Thanks for the kind words and for your question.
Ghostscript is the software that converts PDF and Postscript files (or a specific page in the file) to an image file in JPG or PNG format.
Imagemagick is the software that processes image files to resize them, compress them and so forth.
Imagick is the software that makes Imagemagick accessible to PHP programs; a connector between Imagemagick and PHP.
All three components must be installed for the mla_viewer thumbnail generation to work.
You can find some installation help here:
WordPress, by the way, will also use Imagemagick for its own image-processing features if it is present. For more information:
We installed Imagemagick and Ghostscript on the web server. I was told by the web host that Imagick is bundled into Imagemagick. On the webpage where the MLA Viewer use to show the first page of pdfs we still only see the Adobe PDF universal icon and not the first page of the pdfs. Are there any other steps that I have to take to get that to work?
I tried using the “Featured Image” for a pdf through MLA to show the thumbnail on the website front end. The thumbnail jpg image will show up if I’m logged into the backend as the WP admin. However, it will not show up if I’m logged out. If logged out I only see the universal Adobe PDF icon. Is that a bug or am I missing something?
Thank you in advance for your assistance.
Thanks for your questions.
Regarding Imagick, it is not part of Imagemagick. Their web site says:
IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
I remember having a terrible time finding a compatible Imagick implementation for my (Microsoft Windows) development system.
When I first asked my production hosting company about support I was told:
You can add a php.ini file to your account and add the following line to it
extension=imagick.so
If the modules are not available on your particular server we can see about adding them but will need to be evaluated by an administrator.
After I created a php.ini file with the above line, it still didn’t work. I reported that and they fixed it.
So, you may have to create/edit your
php.inifile to bridge the gap or get some other assistance from your hosting company. Do you know how to get thephpinfoconfiguration listing for your site? That would tell you if Imagick is present.Regarding the Featured Image issue, I have just run a quick test on my system and (of course) the Featured Image shows up even if I am not logged in. I know of at least one other
mla_vieweruser that uses Featured Images without this problem.MLA uses a standard WordPress function,
<a href="https://codex.ww.wp.xz.cn/Function_Reference/get_the_post_thumbnail">get_the_post_thumbnail()</a>, for this feature. That function takes a$sizeargument, which comes from thesizeshortcode parameter. You can try addingsize=mediumorsize=fullto your[mla_gallery]shortcode or verifying that “thumbnail” is in the registered size array for the image. As an experiment, you can also assign the image as the Featured Image for a post or page and verifying that it is working for them. Make sure your theme supports Featured Images as well (most do).If you can try those experiments and tell me the results I can be more specifically helpful. I regret the trouble and I thank you for your understanding and patience.
I have uploaded a new MLA Development Version dated 20150625 that includes a new “Thumbnail Generation” capability. The Media/Assistant “Thumbnail” Bulk Action lets you select one or more non-image items and generate new thumbnail image items you can use as the Featured Image for those items. That lets
mla_viewerdisplay the thumbnails without re-generating them each time the gallery is composed. You can find step-by-step instructions for using the Development Version in this earlier topic:I am very interested in feedback on this new feature. If you get a chance to try the Development Version please let me know how it works for you. Thanks for your interest in the plugin.
The topic ‘Featured Image for mla_viewer’ is closed to new replies.