Dan Rossiter
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] Changing Columns Attribute by Screen SizeNice work around! Glad you found something that’ll do the trick for you.
Forum: Plugins
In reply to: [Document Gallery] Server is not configured to run GhostscriptBonlaiyl,
You can’t have more than 1 column enabled if you also have descriptions enabled.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Change thumbnail sizeHi rarcher30,
There are two issues at play in icon sizing. The first is the size of the actual image. That is changed by way of the settings. Unfortunately there is a second part that is not tied into the settings — the CSS styling the thumbnails.
This is a long standing issue that I’ve been negligent in fixing. What needs to be done in order to get the new image files to show up at larger sizes is to modify the CSS. This can be done here: *Dashboard -> Settings -> Document Gallery -> Custom CSS*.
(“300” below would be replaced with the width you chose when modifying the setting for icon sizes)
.document-icon img { width: 300px !important; }Forum: Plugins
In reply to: [Document Gallery] Server is not configured to run GhostscriptHi bonlaiyl,
That depends a lot on what your hosting setup looks like. In a lot of cases, you won’t have the permission necessary to address not having the IMagick PHP module setup or Ghostscript installed. You’ll likely need to have a discussion with your hosting provider if those are things you want setup.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Pagination ProblemThe latest DG release (4.4.2) should address this enhancement request. Enjoy! 🙂
-Dan
Forum: Plugins
In reply to: [Document Gallery] add %author% tag?The latest DG release (4.4.2) should address this enhancement request. Enjoy! 🙂
-Dan
Forum: Plugins
In reply to: [Document Gallery] Dislay .eps and .ai filesI’m glad you found your answer! 🙂
Forum: Plugins
In reply to: [Document Gallery] Changing Columns Attribute by Screen SizeCollin,
I’m glad DG is proving useful for you! 🙂
Regarding changing columns based on screen size, there is no supported way to do this at this time. In theory, you could hijack the logic used to implement pagination within a gallery (https://plugins.svn.wordpress.org/document-gallery/trunk/assets/js/gallery.js, see
retrieveGallery()), however I can’t promise this interface won’t change in the future.EDIT: In retreiveGallery, the column count (along with many other values) is passed off to the server in the
attsvariable.-Dan
- This reply was modified 9 years ago by Dan Rossiter.
brunosalter,
IMagick is not necessarily capable of processing PDFs. It can be, but it depends how it was built and many builds cannot.
-Dan
Glen,
Can you repeat the same delete steps, but first hit F12 and go to the Console tab in the browser debugger. Does anything show up in the console when you perform the delete?
-Dan
Forum: Plugins
In reply to: [Document Gallery] Pagination Problembluemi,
Interesting proposal. This looks to be an easy enhancement to make so I’ll plan to get it integrated soon.
-Dan
When you refresh the thumbnail management tab it returns? Or when you refresh the page with the gallery in it?
-Dan
dtiwebmaster,
If you go to Dashboard -> Settings -> Document Gallery, in the Advanced tab enable logging, then in the thumbnail management tab delete the thumbnail for the failing icons, then visit the page again.
After this is done, you should have errors logged in the logging tab describing what the problem is.
_Dan
Forum: Plugins
In reply to: [Document Gallery] add %author% tag?Hi probabilistic,
Yes, this would be possible. I’ll add it to the TODO list 🙂
-Dan
Forum: Plugins
In reply to: [Document Gallery] DG won’t work with Elementor tabsHi Carl,
I will see what I can do. In the interim, there should be no issue just adding the shortcode.
-Dan