• Resolved rdkumm

    (@rdkumm)


    Using 3.9.5 version of the plugin.
    ————————-
    Have a directory with 6 .png files.

    When using:
    [fileaway base=”4″ sub=”fb-party/7305-welcome” thumbnails=”transient” thumbsize=”small” thumbstyle=”squarerounded” size=”no” type=”table” mod=”no” customdata=”tags” metadata=”database” manager=true]

    The page renders, but no thumbnails are displayed.

    ————————-
    When using:
    [fileaway base=”4″ sub=”fb-party/7305-welcome” thumbnails=”permanent” thumbsize=”small” thumbstyle=”squarerounded” size=”no” type=”table” mod=”no” customdata=”tags” metadata=”database” manager=true]

    The page only loads the header, the HTML is not even generated for the body.

    ————————-
    When browsing a directory with .jpg file both shortcodes work as intended.

    https://www.ads-software.com/plugins/file-away/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author thomstark

    (@thomstark)

    It’s not an issue of file type, but of size and dpi, etc., of the images themselves. If the image is too large for your server to handle, it’s going to fail, trying to do so. In other words, it’s a server issue, not a File Away issue.

    Apart from modifying your php.ini to try to boost your memory, take out all but one of the pngs from the directory, and try them each one at a time. For all the problem ones, you can create the thumbnail yourself and save it using File Away’s prefixing schema, then upload the thumbs to the same directory. Setting it to permanent, it will then find the thumb you added and not try to create one, thus not maxing out your server’s memory.

    Thread Starter rdkumm

    (@rdkumm)

    Makes perfect sense because the images are rather large.

    Thread Starter rdkumm

    (@rdkumm)

    how do i suppress the thumbnail image?

    Plugin Author thomstark

    (@thomstark)

    Yup. It’s an intensive process as it is, creating thumbnails. Web servers aren’t typically designed with high-res image reprocessing in mind.

    All the best,
    T

    Plugin Author thomstark

    (@thomstark)

    Suppress?

    Plugin Author thomstark

    (@thomstark)

    What you need to do is check the dimensions of one of the jpg thumbnails that File Away generated, then create comparable png thumbs in Photoshop or something, then save them like this:

    original file: random-filename.png
    thumb file: _thumb_sq_random-filename.png
    or if wide: _thumb_wd_random-filename.png

    use sq (square) or wd (wide), depending on your setting in the shortcode.

    Then just upload those thumbs to the same directory as the originals, and File Away will use those instead of trying to create them.

    Thread Starter rdkumm

    (@rdkumm)

    yes it is doing that, but it also shows the thumbnail as a file.

    Plugin Author thomstark

    (@thomstark)

    Sorry, just saw your response. Are you in manager mode? Because that’s where it would show the thumbnail. I show them to you in manager mode so you can rename them if you’re renaming their source as well. You can probably hide them by adding: exclude="_thumb_" to your shortcode.

    Plugin Author thomstark

    (@thomstark)

    But if you are in manager mode, and others aren’t, then they won’t see the thumbnail file in the list.

    Thread Starter rdkumm

    (@rdkumm)

    perfect. that is the issue.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘thumbnails="permanent" causes page not to render’ is closed to new replies.