• I’m using NextGen Gallery and would like to use the CDN to host the iamges. In the “Custom File List” I added “wp-content/gallery/*” and uploaded them with the button “Upload custom files” to the CDN (Amazon S3). Via the AWS Console I can see that all files are uploaded correctly.
    Unfortunately the images on the page still link to local filesystem of the blog.

    Did I forgot something? All over images from the media library are linked to the CDN, so the functionality seems to work. “Host custom files” is checked and all caches were cleared several times.

    http://wordpress.org/extend/plugins/w3-total-cache/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Frederick Townes

    (@fredericktownes)

    If the plugin doesn’t use src attribute in whatever scheme it uses for pagination, they won’t be rewritten to use the CDN automatically by W3TC. You can contact the plugin author about that case.

    Thread Starter michawen

    (@michawen)

    OK, this makes sense to me, the images are linked via href. I will try to solve this with a rewrite rule in the .htaccess.
    But there is one thing I don’t understand. The thumbs are also not linked to the CDN, even they use the src attribute:

    <div class="ngg-gallery-thumbnail" >
    <a href="http://michaelwenzl.de/wp-content/gallery/schwaben-classic-2010/100813204504.jpg" title=" " class="shutterset_set_1" >
    <img title="100813204504" alt="100813204504" src="http://michaelwenzl.de/wp-content/gallery/schwaben-classic-2010/thumbs/thumbs_100813204504.jpg" width="100" height="75" /> </a>
    </div>

    The corresponding url is http://michaelwenzl.de/museumsstucke/

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    Then your settings are not correct. You can submit a bug submission form if you wish.

    how do i include thumbnails created by timthumb?

    Plugin Contributor Frederick Townes

    (@fredericktownes)

    Unfortunately, it’s impossible. Timthumb is not a performant plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: W3 Total Cache] Custom Files transfered to the CDN but not used’ is closed to new replies.