Dan Rossiter
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] Display description field in multi column layoutHi @becktowery,
Glad to hear the plugin is mostly doing what you need out of the box.
Can confirm what you’re seeing is a current limitation. Was designed that way with thought that for most cases description would not fit cleanly with multiple columns, but I can certainly see how for some use cases you still might want both descriptions and multi-column layout.
I’ll add to roadmap for consideration in future release!
-Dan
Forum: Plugins
In reply to: [Document Gallery] PDF not visible to pluginHi @-andrew-,
Would love to help, but you’d need to be a bit more clear about what exactly you are trying to do. I presume you’ve followed the setup instructions provided on the plugin page?
Please provide the exact steps you are following.
-Dan
- This reply was modified 3 months, 3 weeks ago by Dan Rossiter.
Hi @rubanok1982,
That screenshot implies you have custom CSS, likely from your theme, preventing the document titles from wrapping. That in turn is forcing your 4-column gallery to overflow rows into multiple rows.
If you change themes, you should find it looks the way it should.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Error using Document Gallery block after update@cu3a Since this looks to be related to other plugin behavior and we haven’t heard anything in a few days I’m closing out this ticket for now. If you have any further issues feel free to open a new ticket!
-Dan
Forum: Plugins
In reply to: [Document Gallery] Ver 5.0 — Not Using Block Editor@joekoday Excellent to hear!! Please do let me know if anything looks out of place.
I did notice some weird editor behavior in classic while testing this release, but the same behavior was in 4.4.4 so didn’t want to delay this release for that. But it is on my list to investigate and resolve.
Forum: Plugins
In reply to: [Document Gallery] Ver 5.0 — Not Using Block EditorOk – version 5.1 just released should restore compatibility with the classic editor. If you notice any regressions in functionality following upgrade, please let me know here and we’ll get it figured out!
-Dan
Forum: Plugins
In reply to: [Document Gallery] Ver 5.0 — Not Using Block EditorHi @joekoday,
We removed support for the classic editor since the block editor (Gutenberg) has been the default in WordPress since 2018. With this release manual use of the
[dg]shortcode would be necessary in order for use within the classic editor.That said, based on feedback from both of y’all it sounds like more people are relying on the classic editor than expected. We can re-introduce support for it. Look for a new release re-adding support today or tomorrow. In the meantime, suggest downgrading back to version 4.4.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Error using Document Gallery block after updateHi @cu3a,
That error implies that an extra parameter is being passed to the Document Gallery block named
openPopupIdwhich is not valid. As an initial troubleshooting step, I suggest you disable all other plugins and retry.-Dan
Forum: Plugins
In reply to: [Document Gallery] Is this product still supported@wimorrison – Supported as real life schedule allows, yes. Been on my todo list for quite some time to update for compatibility with new WP blocks editor. Major rewrite of big chunks of the code, unfortunately.
Forum: Plugins
In reply to: [Document Gallery] Imagick is installed but plugin says not installedHi @wpninja3 and @solmicro – Document Gallery leverages the underlying WordPress built-in IMagick detection. Speficially, this is what we call under the hood to determine if IMagick is available: https://developer.ww.wp.xz.cn/reference/classes/wp_image_editor_imagick/test/
Please note that IMagick is not the same as ImageMagick. IMagick is the PHP bindings to interface with ImageMagick. Other plugins may interface with ImageMagick by way of the command line if IMagick is not available. Document Gallery removed this functionality many years ago in favor of the WordPress native approach.
Forum: Plugins
In reply to: [Document Gallery] Adpoptive on mobilesMarking as resolved for now, but please feel free to follow up if any further questions!
-Dan
Forum: Plugins
In reply to: [Document Gallery] CSS Question@joekoday Nice! Glad to hear.
Forum: Plugins
In reply to: [Document Gallery] Adpoptive on mobilesHi @bashmao –
Thanks for this question – there are a few way to go about this.
First, note that the icons per row is a concrete restriction – it is all calculated on the backend in PHP before screen size is even known.
You can view the installation page for a combination of PHP-based and CSS-based approaches to enhancing the DG display based on your specific needs. You have options all the way from the most extreme of completely rewriting the HTML output from DG to just modifying the CSS.
Hope this helps!
-Dan
Hi @digispaceno –
Please try again with 4.4.4 upgrade. This should resolve your issues and apologies for the inconvenience!
-Dan
Hi @jbalyo –
Apologies! Yes, 4.4.4 has the desired fixes, but I made an oopsie publishing and it’s only just now (10 ish minutes ago) available for public consumption.
-Dan