Dan Rossiter
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] New user, no results… :-(Dang.
Ok, next test is to put your MIME types in your settings back to the default. The
applicationyou have it set to right now should match PDFs which is your desired use case, but to debug I’d like to make sure we can match other types.So if you go to the DG Settings and update mime_types to be
application,video,text,audio,image, that should return everything across your attachments.-Dan
Forum: Plugins
In reply to: [Document Gallery] New user, no results… :-(Hmm… Nothing looks wrong with that configuration. On the Advanced tab again, can you please enable logging and visit a page with the gallery shortcode and tell me what (if anything is logged)?
-Dan
Hi Cathy,
If you hit F12, you should have a console pop up in your browser. Once you’ve done that, if you navigate to the post where you’re trying to insert a Document Gallery and then click the Add Media button, are any errors logged?
-Dan
Forum: Plugins
In reply to: [Document Gallery] New user, no results… :-(Hi David,
Can you please paste the contents on the textbox at the bottom of the Advanced tab in Document Gallery Settings? It’s located at
Dashboard -> Settings -> Document Gallery -> Advanced.I’m wondering if one of your settings is configured in such a way that none of your attachments are meeting the matching criteria…
-Dan
Forum: Plugins
In reply to: [Document Gallery] Support WPMLHi Daniel,
I’m speaking with WPML support and they are asking whether you ever filed a ticket with them.
Can you verify one way or the other?
Thanks,
DanHi Dianav,
We’re going to need more specifics if we’re going to be able to troubleshoot your problems. The issue presented in this topic has been resolved in the current version.
If you can provide information on what version of Document Gallery you have installed, what version of WordPress you are running, and what exactly the symptoms you are seeing then we’ll do our best to help.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Description underneath instead of alongsideHi Louis,
In the default output, descriptions output to the right of the icons. Are you perhaps thinking of the
title? The 3rd and 4th screenshot show examples of descriptions (enabled by using[dg descriptions=true]). If your descriptions really are appearing underneath, then your theme is likely using some strange styling and you’ll have to add custom CSS to counteract this behavior or change themes.Regarding CSS tutorials, we don’t really have any such documentation at this time, but if you have a specific change you are hoping to make we can sometimes assist.
-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! 🙂
Forum: Plugins
In reply to: [Document Gallery] Can I display the caption from the media library?Fantastic! I’m glad everything worked well for you.
Please don’t hesitate to ask if you have any further questions in the future.
-Dan
Forum: Plugins
In reply to: [Document Gallery] PDF Thumbnail PreviewHi Kennpenn,
I do see a few thumbnails with the default PDF icon, though it’s not the last 4… That shouldn’t matter for your question though.
Some PDFs simply fail to process due to the underlying software being used to perform the conversions. Can you tell me what thumbnail generation methods you are using? Ghostscript? IMagick?
Additionally, if you navigate to
Dashboard -> Settings -> Document Gallery ->Advancedand enable logging, then go to theThumbnail Managementtab and delete the thumbnails for the attachments where generation failed, then finally go back to the gallery and re-generate, do you get any warning or error messages logged?-Dan
Forum: Plugins
In reply to: [Document Gallery] Can I display the caption from the media library?Hi blackjaic,
Glad you like the plugin! 🙂
There is in fact a filter that will do exactly what you want. If you look at the Installation tab under the Developers section you’ll see the documentation for
dg_icon_templatealong with a few other filters that you may find helpful.Let me know if you have any additional questions!
-Dan
Forum: Plugins
In reply to: [Document Gallery] Multiple Categories with category_relation=AND not workingI’ve just done a bit of testing and am not able to replicate the issues you are seeing. To verify, you are using this WP Media Categories? Also, your casing for your categories matches the all lowercase you’re using in your shortcode?
If so, my guess is that you’ve got another plugin that is misbehaving which in turn is breaking DG. To test this theory, we’ve got a couple of steps to follow:
1) Disable all of your plugins except DG & switch to a default WP theme.
2) Test whether the issue is resolved. If it is, proceed to #3.
3) Re-enable your plugins/theme 1-by-1, each time re-testing #2. Whenever the test fails, whatever was re-activated last is the culprit.Please let me know how the tests go!
-Dan
Forum: Plugins
In reply to: [Document Gallery] Multiple Categories with category_relation=AND not workingHi r_imultimedia,
This is interesting. The syntax you’re using definitely looks correct on first glance.
I’m going to need to dig into this a bit before I’ll have an answer for you. I’ll probably need to setup a test system and try to replicate. So that I know we’re on the same page, what plugin are you using to create your categories?
Thanks,
DanForum: Plugins
In reply to: [Document Gallery] Integration with WP Media FolderGeorg,
The behavior you describe is the built in behavior for the browser when viewing a PDF file. Document Gallery doesn’t have any control over that.
If you wanted the behavior you describe then you’d need some third party plugin that renders the PDF bypassing the browser. Off the top of my head I don’t know of anything that would do what you’re looking for.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Integration with WP Media FolderSide by side? If I’m understanding correctly, no such layout is natively supported by Document Gallery. You could use some combination of modifying the
columnsattribute and custom CSS to make something like that though.The two natively supported layouts are your standard gallery and a layout with each document on its own line and descriptions along the right of each document. Both of these can be seen in the screenshots tab.
Does that answer your question?
-Dan
Forum: Plugins
In reply to: [Document Gallery] Integration with WP Media FolderHi Georg,
Just took a look and the issue is that since the attachments are not local to the page where you’re including the shortcode you additionally need to include
id=-1. This tells DG to search outside of local attachments for documents to be included.-Dan