Dan Rossiter
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] Custom CSS not workingHi Sugah,
Can you link to a page on your site with a gallery on it and paste the CSS here that you are trying to use?
Thanks!
-DanForum: Plugins
In reply to: [Document Gallery] categories for media filesHi Jeff,
I actually hadn’t looked at the options for this in a while so I did a bit of digging and it looks like Media Library Categories would be your best bet at the moment. I had previously used Media Categories, but development seems to have stopped on that plugin.
That said, I am currently using Media Categories on my personal site, so either should do the trick.
All the best,
DanPS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Issue generating thumbnailHi Tom,
This bug is actually unrelated to Document Gallery. It is related to the TCPDF library, which is not used by Document Gallery. Do you have a plugin which allows creating/editing PDFs? That’s probably who you need to talk to.
Sorry I couldn’t be more help!
All the best,
DanPS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] ImageMagick greyed outHi haniball,
Yes, you can and in fact should use Ghostscript if it is an option. Conversions will be significantly faster, especially with larger documents.
In debugging the IMagick issues, if I send you a modified version of the WP file that will log where the failure happens, would you be willing to run that on your system? I can throw that together pretty quickly and it would tell us exactly where your IMagick is failing to meet WordPress tests.
All the best,
DanForum: Plugins
In reply to: [Document Gallery] ImageMagick greyed outHaniball, your website provider is mistaken.
It’s completely possible there is a bug, but it’s not in Document Gallery. That logic directly invokes WordPress core code so there’s no place for the issue to happen on our end.
If someone wants to give me access to their server then I can take a look at specifically what is happening, but if it is a bug you’ll have to file that with WordPress.
If one of you is comfortable giving me access to your server, you can email credentials here: http://dan.rossiters.org/contact-me/
-Dan
Forum: Plugins
In reply to: [Document Gallery] NOTICE: Google Drive Viewer Not WorkingHi haniball,
Nothing yet, I’m sorry to say.
We’ve given up on using Google Drive, but I have been working on a replacement that I’m hoping will be ready for a beta release in a few months — sooner if we’re lucky.
Thanks so much for your patience while we work on a solution to this issue!
-Dan
Forum: Plugins
In reply to: [Document Gallery] ImageMagick greyed outHi nortonagency,
That exception is due to the page being loaded directly (which is not the intended use). You could add a line at the top of that file to fix that issue:
include ABSPATH . 'wp-includes/class-wp-image-editor.php';You may run into other issues once that is fixed. You also don’t want to leave that change, but if you’re trying to test things, that should get you going. Beyond that, I really don’t know what to tell you. If WordPress is not finding Imagick, then Document Gallery will not either.
All the best,
DanForum: Plugins
In reply to: [Document Gallery] Attachment dateHi Per,
Firstly, I’m very glad that you like Document Gallery!
I’m actually quite keen on keeping the shortcode as lean as possible. The more cluttered it gets, the more difficult it is for users to figure out how to do the common use cases. For that reason, I don’t plan to add this functionality at this time.
That said, this is pretty straightforward to do using the filters that have been built into Document Gallery. Specifically, using the
dg_icon_templatefilter would allow you to insert the functionality you want (documented here).Please let me know if you have any further questions!
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] ImageMagick greyed outHi nortonagency,
All of the testing for whether Imagick is available is actually done within WordPress core (this is the method: https://github.com/WordPress/WordPress/blob/master/wp-includes/class-wp-image-editor-imagick.php#L42). The testing for whether Imagick is usable covers a lot of different aspects, so I can’t really help in narrowing down why the option is not available for you other than to suggest that you work through the various things being tested in the link above and see where it is failing.
I’m sorry I can’t be of more help! π
-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Dynamic gallery for all documents of a certain typeHi mepmepmep,
I just wanted to let you know that I’ve just published a beta version of Document Gallery 3.0, which contains this functionality (among a number of other changes). If you’re interested in trying it out, the beta version can be downloaded here: https://downloads.wordpress.org/plugin/document-gallery.3.0.0-beta.zip
To create a gallery with only certain filetypes, simply set the
mime_typesattribute to a comma-delimited list of the types you want included. For example, use[dg mime_types=application/pdf].-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] PDF Gallery with thumbnails and descriptionHi Zinki,
Try pasting the below CSS in the custom CSS textbox at Dashboard -> Settings -> Document Gallery. We believe this will achieve what you are looking for, but you can tweak it to meet your needs.
div.descriptions.document-icon-wrapper {
display: inline-block;
vertical-align: top;
max-width: 115px;
}
div.descriptions.document-icon-wrapper div.document-icon {
float: none;
width: 100%;
margin: 5px auto 0px;
display: block;
}
div.descriptions.document-icon-wrapper img {
max-width: 65px;
max-height: 65px;
}
.document-icon-wrapper.descriptions p {
font-size: xx-small;
text-align: justify;
}-Dan
Forum: Plugins
In reply to: [Document Gallery] PDF Gallery with thumbnails and descriptionHi Zinki,
We’re looking into some possible solutions for your question. Someone will be in touch soon!
-Dan
Forum: Plugins
In reply to: [Document Gallery] PDF Gallery with thumbnails and descriptionHi Zinki,
I’d be happy to help, but can you please clarify what you are trying to do? Would a picture or a screenshot help?
Thanks!
-DanPS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Ghostscript Installed – Still Greyed OutOk. It sounds like the full path to the Ghostscript executable is not set. That will also be in the advanced tab.
If Ghostscript is not in a place Document Gallery knows to look then it has to be manually set.
Let me know whether that solves your problem!
-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Thumbnail settings not savingHi bplewe,
Would you mind uninstalling and re-installing Document Gallery?
We have had a few issues similar to this related to a faulty upgrade process in a release a while back.
Let me know how that goes!
-Dan