Dan Rossiter
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] Integrate with AWSPotentially. DG does not directly support AWS content as that would just be out of scope for what we’re trying to do, however using an 2nd plugin (https://wordpress.org/plugins/amazon-s3-and-cloudfront/) *might* achieve what you need.
That plugin will offload all media to an S3 bucket and assuming it’s doing things in a sane manner, DG should just use the new S3 URLs. If you decide to be the guinea pig, I’d be curious to know how it works out!
-Dan
Forum: Plugins
In reply to: [Document Gallery] Using Custom URLHi slizWP,
The short answer is that DG cannot do what you describe. Not on its own, anyway. Can you describe to me more specifically what you are trying to accomplish? What are the images and what are the links in relation to each other?
-Dan
Forum: Plugins
In reply to: [Document Gallery] Switches documentationHi heyscotg,
If you navigate to
Dashboard -> Settings -> Document Gallery, each of the items under the Default Settings section is also a flag for the shortcode (attachment_pg, fancy, etc.).I hope that helps. Please let me know if you have any additional questions.
-Dan
Forum: Plugins
In reply to: [Document Gallery] 8 bit PNG or compression plugin integration?Hi Bjarne,
I spoke to the developer of EWWW today and it turns out DG should already work with EWWW. No change required π
-Dan
Forum: Plugins
In reply to: [Document Gallery] is DC compatible with visual composer?Hi Christian,
I apologize for letting this slip through the cracks. I forgot to respond to your additional information.
Have you gotten any further information from VC? If you still require assistance, any chance you could re-take the above screenshot in English? With more context I may have a better idea what VC is trying to do and maybe have an idea what you’d need to do to make DG happy.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Page fails to load throws errorsFantastic! Glad to help π
-Dan
Forum: Plugins
In reply to: [Document Gallery] Getting StartedHi thefraziers9,
Curious indeed.
I still have to strongly recommend that you switch to a default theme (keep in mind this is a temporary test step). Especially you telling me that the theme is “very in depth” makes me anxious. If we can rule it out, that’s one more data point to maybe help narrow down what’s going wrong.
Other than above, can you tell me what browser and operating system you are running? If you try different browsers does anything change?
-Dan
Forum: Plugins
In reply to: [Document Gallery] Document Gallery Custom TemplateHi EOSlover,
As promised, I am getting back to you with a sample usage of dg_icon_template. You’ll find a complete listing of tags (%keyword%) supported by this filter on the Installation tab.
/** Modify all DG icons to show filesize alongside title. */ function dg_icon_template($icon, $use_descriptions, $id) { return str_replace('%title%', '%title% (%size%)', $icon); } add_filter( 'dg_icon_template', 'dg_icon_template', 10, 3 );Please let me know if you would like any further information.
-Dan
Forum: Plugins
In reply to: [Document Gallery] Page fails to load throws errorsHi John,
I took a quick look and based on the error and the line number mentioned, I don’t believe you’re running DG
4.2.3. Can you please try uninstalling (and verifying that the “document-gallery” directory is removed from your wp-content/plugins, then re-install?-Dan
Forum: Reviews
In reply to: [Document Gallery] Author denies supportEOSlover,
I would direct you to my response to your question here. As indicated there, once I have a moment free I will provide the example you are asking for. But as I pointed out there, my paid job comes first and I have not had more than a few free minutes in weeks so please be patient.
-Dan
Forum: Plugins
In reply to: [Document Gallery] manual thumbnailsEOSlover,
You are not being ignored. Your support request is more involved and thus is not going to be answered until my paying job slows down enough for me to have time to answer your question.
Please keep in mind that this plugin is developed, maintained, and supported free of charge.
-Dan
Forum: Plugins
In reply to: [Document Gallery] manual thumbnailsHi clustersofinspiration,
Can you confirm that you have “fancy” thumbnails enabled? What you’re describing sounds like that may not be the case, in which case manually uploaded icons would not be displayed.
-Dan
Forum: Plugins
In reply to: [Document Gallery] manual thumbnailsHi clustersofinspiration,
If you go to
Dashboard -> Settings -> Document Gallery -> Advancedand enable logging, then go and attempt to upload an image again, then view the logging tab, are any errors visible?-Dan
Forum: Plugins
In reply to: [Document Gallery] Getting StartedHi thefraziers9,
Do you have any update on this issue?
-Dan
Forum: Plugins
In reply to: [Document Gallery] Problems generating thumbnails on Turnkey Linux WordPressGlad you got it sorted! π