Dan Rossiter
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] Ghostscript Installed – Still Greyed OutHi Blake,
If you go to the Advanced tab, do you see a notice indicating that
exec()is not available on your server?-Dan
Forum: Plugins
In reply to: [Document Gallery] Thumbnails not workingHi John,
The two things are actually unrelated.
The issue you are encountering is a result of not having Imagick or GD installed, one of which must be installed in order for WordPress to function. Instructions on how to resolve this can be found here: https://wordpress.org/support/topic/wp_get_image_editor-isnot-active?replies=3
-Dan
Forum: Plugins
In reply to: [Document Gallery] DG has stopped generating thumbnailsHi brekhusr,
This is related to this notice. We’re working on some alternatives, but there will unfortunately not be an immediate replacement.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Removing the description under the iconHi lfenney,
I’m going to mark this as resolved for now, be please feel free to let us know if you have any further issues.
Thanks,
Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Show icons differently – Risen ThemeThanks for the review and glad I could help! π
-Dan
Forum: Plugins
In reply to: [Document Gallery] Multiple Galleries on a single pageHi John,
For point #1, I’m not sure I understand the question. Can you please clarify what you are tying to achieve?
And point #2, there is not currently, but this is an interesting proposal. We’re now looking into some options that would involve exposing this functionality from the Document Gallery Settings Thumbnail Management tab. If we find a clean way to integrate that functionality then you can expect to see it in a future release!
-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Show icons differently – Risen ThemeHi Jorup,
It looks like you have descriptions enabled, which causes only one document to be displayed per row.
With your shortcode, try this: [dg descriptions=false]
Please let me know if 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] Tutorial videoOh yes, absolutely. You or a colleague are more than welcome to download the video and reuse as you like.
-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Tutorial videoIt is only available on YouTube at this time. Are you having issues viewing due to firewall? You could try accessing through a proxy possibly: https://tx.proxfree.com/permalink.php?url=s54aaHA%2FaGsaD5vHs0QZLcUclS%2FcUxrnNZwEMCiA0I9deoZDESU5kn1JNGVnIni%2FHQcxOBpU3h0aHZjT%2Bp73iQ%3D%3D&bit=1
Forum: Plugins
In reply to: [Document Gallery] Removing the description under the iconHi lfenney,
My colleague just pointed out that if you would rather not change all of the titles for your attachments, you could also achieve the same goal with CSS which will be less work for you.
If you navigate to
Dashboard -> Settings -> Document Gallery -> Custom CSSand enter this then the titles should be gone:div.document-icon > a { visibility: collapse; } div.document-icon > a > img { visibility: visible; }-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Removing the description under the iconHi lfenney,
The easiest solution to remove titles is to clear the title attribute for whichever attachments you are displaying.
If you go to the Edit Page window for the page with the gallery and go to Insert Media, you can select the attachments in your gallery and for each one in the right sidebar there is a Title field. Clear that field for all of your attachments and voila!
Please let me know if that works for you!
-DanPS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Space between linesSorry. Typo in the above CSS. Should be:
div.document-icon-wrapper{ margin-bottom: 50px !important } div.document-icon-wrapper:last-child, div.descriptions.document-icon-wrapper { margin-bottom: auto !important; }PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Space between linesHi John,
I would do something like this (in the custom CSS box located at Dashboard -> Settings -> Document Gallery):
div.document-icon-wrapper{ margin-bottom: 50px !important } div.document-icon-wrapper:last, div.descriptions.document-icon-wrapper { margin-bottom: auto !important; }^ That creates an extra 50 pixels of empty space below each row only when descriptions are not being included. You can obviously play with the 50px to get something you like.
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Integrate with other plugins?No, not a problem at all.
The
single-download.phpfile would go into your theme. It’s the template used when displaying a “download” post type. There is more information on what that means here.Does that help at all? WordPress templates are a lot to pick up at one time, but that link contains pretty much everything.
-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] DG has stopped generating thumbnailsHi brekhusr,
Let’s do a quick test to see what’s happening.
1. Go to Dashboard -> Settings -> Document Gallery Settings -> Thumbnail Management and delete the associated broken thumbnails for both documents.
2. Go to the advanced tab and enable logging.
3. Navigate to the page where thumbnails are failing.
4. Go back to DG Settings and look for any Warnings or Errors in the Logging tab.-Dan