Dan Rossiter
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] Compatibility with Enhanced Media LibrarySo glad to hear that everything got worked out!
I’ll work on updating the README to include EML so that others with the same question can easily find how to use the two plugins.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Compatibility with Enhanced Media LibraryHi Nick,
I’m happy to look into EML for compatibility with DG. It may be a week or so before I have time to do so due to paid work commitments, but I’ll do it as soon as I can find a bit of time π
-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Prezi Embedder] Prezi alignmentHi daniloespeleta,
I ended up having some free time so I implemented alignment for Prezi in version 2.0 (just released).
Enjoy! π
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Prezi Embedder] Prezi alignmentHi daniloespeleta,
What you describe is a good idea, but one that has not yet been implemented in the plugin.
I’ll add this to my TODO list and hopefully will find time to add it in the future π
-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] How to centre dg images on page?So glad that everything worked out, Hakim!
Forum: Plugins
In reply to: [Document Gallery] How to centre dg images on page?Hmm… To be honest, I didn’t test that second option before posting, but just tested now and it is working for me.
One thing that could be happening… When you’re editing the post, make sure you’re in “Text” rather than “Visual” mode. Visual mode sanitizes angle brackets to “<” and “>”. Does that help at all?
-Dan
Forum: Plugins
In reply to: [Document Gallery] How to centre dg images on page?Hey Hakim,
You’ll want to include this in your Custom CSS (bottom of Dashboard->Settings->Document Gallery):
.document-icon-wrapper { text-align: center !important }If you don’t want the same effect on all of the galleries on the site, you could also wrap the ones that you do want centered in a div (eg:
<div class="center">[dg category="category_name"]</div>) and then use the following in the custom CSS to have them all center while leaving the rest alone:
.center .document-icon-wrapper { text-align: center !important }Please let me know if that doesn’t do it for you or you have any further questions! π
-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Seeking TranslatorsThanks so much!
Forum: Plugins
In reply to: [Document Gallery] Seeking TranslatorsFYI, if you’d like to track the status of this issue you can see it’s status here. NOTE: If you create a GitHub account and add a comment to the issue then you’ll get updates when the status changes — if that’s something you would 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] Dynamic gallery for all documents of a certain typeThanks so much for the input! I’ll add the suggestion to our issue tracker π
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] Seeking TranslatorsThanks so much, mepmepmep!
I’ll put out a patch update today with your contributions π
Also, is there any chance you would be willing to develop an updated version of your translation for 2.2 which will be coming out *fingers crossed* in the near future? This release will be heavily focused on improvements to the admin side so there will be lots of things to translate that were not present in previous versions. The current POT file for 2.2 is available here if you are interested in taking this on — though no pressure if you do not have the time.
All the best!
-DanForum: Plugins
In reply to: [Document Gallery] Dynamic gallery for all documents of a certain typeHi mepmepmep,
Unfortunately no functionality like what you describe is currently provided in Document Gallery. I believe it has been proposed before and it may make it into a future release.
A not-so-elegant work-around might be to use custom taxonomies to group all of your filetypes. You would need to manually assign each attachment to a filetype, but doing this assignment would allow your galleries to dynamically expand as more of each filetype taxon is added. You can see more information on use of custom taxonomies in Document Gallery on the installation page.
I hope that helps and please do let me know if you have any additional questions!
-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [Document Gallery] How to remove file namesHi suchapro,
This is unfortunately not possible withe existing functionality.
That said, you could “bandaid” in the functionality your want or, preferably, use the
dg_doc_iconfilter documented on the installation page to tweak the HTML output to meet your needs. Using the filter rather than modifying the code directly means you will still be able to receive future updates.Please let me know if you have any questions about the filter and I’ll be happy to follow up with you π
-Dan
PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! π
Forum: Plugins
In reply to: [SlimStat Analytics] wp-slimstat/wp-slimstat.php on line 690Hmm… Yes, that could be plausible.
Anyway, thanks again. Great plugin!
-Dan
Forum: Plugins
In reply to: [SlimStat Analytics] wp-slimstat/wp-slimstat.php on line 690Great. Pulled those missing files out of the repo and everything seems to be working now. Still odd that the directory got wiped to begin with…
Thanks, camu!
-Dan