Dan Rossiter
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsOk. If you are able to get a setup where I can actually see what’s happening I may be of more help, but working blind I’m about out of things for you to try.
Since I’ve not heard of issues like this arising before, I’m inclined to believe you have something else (plugin/theme) that is not playing nicely with DG. Have you tried disabling all plugins except DG, switching to a default theme, and checking if the issue persists?
-Dan
Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsHi nicovideo,
In answer to your previous question, yes that could absolutely be the cause. Which JS script is resulting in that error? If you disable plugins other than DG does it go away?
Is the error still present after the upgrade?
-Dan
Forum: Plugins
In reply to: [Document Gallery] Problem since update wordpress 4.6.1 and DG 4.2.5Hi epolet,
I would recommend touching base with Business Directory developers. I will also take a look and see if I can reproduce the issue, but we have yet to encounter a plugin conflict issue where DG was to blame so I’m leaning toward BD being the culprit (though I’m admittedly a bit biased ;)).
-Dan
Forum: Plugins
In reply to: [Document Gallery] Option to select by author(s)Andrew,
What if you limit the policies included to just files uploaded to that page? Same for any similar galleries. Just include the
id=-1attribute in your shortcode. That should prevent matching attachments with the correct category, but on the wrong page.-Dan
Forum: Plugins
In reply to: [Document Gallery] Option to select by author(s)Hi Andrew,
That’s an interesting question. This wouldn’t be easy, but not impossible.
Can you describe the use case you have where only uploads from certain editors would make sense? If I understand more what you’re trying to achieve I may be able to come up with another way to approach your end goal.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Something still fishy with order/order byThanks for the further analysis, Bjarne.
I’m planning to find time to address this in the coming weekend. I’ll update this thread once I have an update.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Can´t uninstall Document GalleryHi Frank,
Any update on whether this resolved your issue? Here is another instance of this happening with some more details on why it happens: https://wordpress.org/support/topic/are-you-sure-you-want-to-do-this-image-trouble/
-Dan
Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsOk. The thumbnails are only added to the list in thumbnail management after a gallery fully loads on the front end. After the page loads, AJAX requests are sent for any thumbnails not yet generated in the gallery.
I’m wondering if you’ve got a JavaScript error resulting in these AJAX requests never being sent. If you open the browser console (generally hitting F12 will do this), then load a page with a gallery, what if anything is logged in the console?
-Dan
Forum: Plugins
In reply to: [Document Gallery] WordPress 4.6 compatible?Hmm… No, still not able to reproduce.
The shortcode would not have default values in it. The point of the defaults was to allow for shorter shortcodes (was most useful back when shortcodes were only enterable manually). The default value is used if no value is set for an attribute that could be used in the shortcode.
If you want me to take a closer look, you could send credentials to my email and I can take a closer look (if you feel comfortable doing so) (http://danrossiter.org/contact). Other than that, not really sure what else to ask you to try since I can’t reproduce the problem.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Thumbnails not being auto-generated anymoreFantastic! Glad you got this sorted! 🙂
-Dan
Forum: Plugins
In reply to: [Document Gallery] Icon Arrangement and Shortcode IssuesJust to close out this issue, the resolution for the broken progress bar was addressed here.
Regarding the columns & descriptions, I completely agree that the current limitation is not ideal. We’ve actually got some CSS floating around somewhere (can’t get my hands on it at this very moment) that was intended to be integrated into DG, but that just has not yet happened. On the todo list! 🙂
-Dan
Forum: Plugins
In reply to: [Document Gallery] Thumbnails manager doesn't see my documentsnicovideo,
Hmm… can you link me to a page where you’ve got a gallery setup? I have an idea, but I’ll need to look at the gallery to confirm.
-Dan
Forum: Plugins
In reply to: [Document Gallery] WordPress 4.6 compatible?Hi reason8,
I’m glad to hear that your preview is now working.
Regarding the
orderbyissue, that is a bit odd. I’ve tried to reproduce the issue on my install of DG and cannot.Would you mind walking me through exactly the steps you are taking and the results you are expecting?
-Dan
Forum: Plugins
In reply to: [Document Gallery] Can´t uninstall Document GalleryHi Frank,
There is nothing in Document Gallery that should prevent uninstallation. Can you please try disabling all other plugins and switching to a default WP theme, then try uninstall again? The only thing I can think of is that some other plugin is doing something odd preventing DG from being able to uninstall cleanly.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Auto-generating Gallery?Hi Brian,
The first part is easy 🙂
You’re going to want something like
[dg limit=1]&[dg skip=1]to get the featured newsletter and the “other” newsletters. In addition to the above, both shortcodes will need to be ordered and have the correct category. Which brings us to second part.For categories, DG does not have built in category support so if you’re setting categories on your newsletters, presumably you’ve got a third-party plugin setting these up for you. So a few questions… What plugin are you using? What does your configuration look like exactly?
-Dan