Forum Replies Created

Viewing 15 replies - 661 through 675 (of 1,016 total)
  • Plugin Author Dan Rossiter

    (@danrossiter)

    Great idea! I’m actually surprised we didn’t think of manual overrides sooner. We’ll try to get this feature into a release soon.

    -Dan

    Plugin Author Dan Rossiter

    (@danrossiter)

    Exactly! πŸ™‚

    EDIT: Depending on your specific use case, you’ll likely want to set localpost=false.

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi anguyen,

    If you want descriptions, you’ll just need to navigate to your attachments (Dashboard -> Media) then click on each attachment you want a description for and fill the description field.

    Then just use [dg descriptions=true...] (where the ellipsis is any further attributes you chose to include, as documented in the installation tab.

    -Dan

    PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! πŸ™‚

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi Andy,

    Your question actually has the exact same answer as this other post I just answered: https://wordpress.org/support/topic/searching-documents

    Does that make sense?

    Please let me know if you have any further questions. Thanks!

    -Dan

    PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! πŸ™‚

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi Jake,

    What you describe could definitely be done with Document Gallery at its core, but you would need additional code to tie all of the functionality together.

    It actually should be quite straightforward. Take a look at do_shortcode() for details on how you can invoke the dg shortcode from your template. Then all you need to do is use the documented taxonomy support to load whatever category you want on the given page.

    I hope that helps and please do let me know if you have any further questions!

    -Dan

    PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! πŸ™‚

    Plugin Author Dan Rossiter

    (@danrossiter)

    Glad that helped, sandrobird! Don’t hesitate to ask if you run into any further questions!

    -Dan

    Plugin Author Dan Rossiter

    (@danrossiter)

    Thanks for your patience and understanding, Mario!

    PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! πŸ™‚

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi sandrobird,

    How the attachment is uploaded front/backend should have no bearing on whether the attachment shows up in the gallery. What you are likely running into is that whatever you are using to upload on the front end is not attaching the attachment to the post you want it to show up on, which means you would either need to configure the front end uploaded to correctly attach to a post or set localpost equal to false (eg: [dg localpost=false]).

    Does that make sense?

    -Dan

    Plugin Author Dan Rossiter

    (@danrossiter)

    Interesting. So hang on a minute, there are currently no generators enabled at all? We’re there previously? At minimum you should have had the Audio/Video method enabled by default. Did you manually disable that or did the plugin do that on its own?

    -Dan

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hmm… So the next thing we can try is uninstalling Document Gallery and then re-installing. It’s possible that something in the DB was corrupted and a full uninstall would fix the issue of that’s the case.

    -Dan

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi sandrobird,

    Firstly, thanks for using Document Gallery! πŸ™‚

    With your first question, I think I need a bit of clarification in terms of what you are wanting. Currently you could in theory get the gallery output anywhere you like through use of the [do_shortcode](http://codex.wordpress.org/Function_Reference/do_shortcode) method and regular Document Gallery syntax (ie: [dg...]). That said, it sounds like you are looking to access just the image for a given attachment without the gallery surrounding it. Is that correct? If so there are currently some undocumented ways to do what you want, but all of those would be subject to change. One option would be for me to document an official API for DG that would ensure the methods opened up would stay consistent.

    For the second half, that’s a bit of a challenge. The only option I can think of to bypass that file security would be generate a randomly-named, but publicly-accessible copy of the file that we want to generate a thumbnail for, pass that random URL to google long enough for it to do its thing, then remove the copy. This would mean you’re slightly less secure for a second or two, but the chances of someone finding a random file name in that time would be nearly ziltch.

    -Dan

    PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! πŸ™‚

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi dice2dice,

    Addressing your second issue first, Document Gallery will not presume that underscores should be spaces. If you want spaces then you need to use spaces.

    For the second part, changing the size that thumbnails are generated won’t do anything if you do not also modify the CSS to display the new size.

    -Dan

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi brekhusr,

    Let’s see if we can figure out what’s happening.

    Firstly, which version of Document Gallery are you running?

    Additionally…

    • Is any error displayed at the top of the page after the save fails?
    • Are there any log entries in the Logging tab? (If so, can you post them here?)
    • If you try to enable logging in the Advanced tab, does that save work (it’s possible that the same thing preventing your save when adding Google Drive Viewer will prevent this too, but worth a shot).

    Thanks!

    -Dan

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi Mario,

    I apologize for taking so long to respond. Dealing with remodeling my home and work so haven’t had a ton of time to spare.

    The issue you are running into is that relationships are currently only handled between different taxons. For example, if your shortcode was [dg category="affcareact" category2="yr2011" relation=AND localpost=false] then you would get exactly what you are expecting.

    All of that said, this will be changing with the next release. The other person working on this plugin, Demur, developed a solution that will instead utilize the relation parameter across multiple taxons and across multiple terms for a single taxon (the latter being your situation).

    This code is not yet released, but if you are interested in testing out the functionality (feedback definitely appreciated) then you can copy the code from here and copy the contents (File->Save As in your browser) and paste to your server (through FTP) at WP_ROOT/wp-content/plugins/document-gallery/inc/class-gallery.php.

    Failing that, we’ll have the official release out as soon as possible. Documentation needs to be updated before we can push the changes out.

    Thanks for your patience!

    -Dan

    PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! πŸ™‚

    Plugin Author Dan Rossiter

    (@danrossiter)

    Hi villevetela,

    We’ve tracked down the issue and are working on a solution that should be released in a patch version within the next day or two.

    Thanks for bringing this to our attention!

    -Dan

    PS: If you’ve found this plugin useful, please take a moment to rate it. Thanks! πŸ™‚

Viewing 15 replies - 661 through 675 (of 1,016 total)