JR+ W3TC - Resumes and Company Logos doesn't get uploaded to CDN.
Hey Guys,
The problem I am having with JR + W3TC is, when I'm using CDN feature to serve static files for the whole site, the CDN upload function doesn't recognise the custom upload paths used by JR for resumes and company_logos.
It keep expecting to find the uploaded logo e.g.
in
Code:
wp-content/uploads/2012/08/01/company_logo.png
(using the
wp convention) instead of
Code:
wp-content/uploads/company_logos/2012/08/01/company_logo.png
.
The possible solutions I can think of is to
- to throw them altogether in the
Code:
wp-content/uploads/year/month/etc...
path instead of having separate subdir OR
- to manually tell W3TC to upload the files as custom files on every file upload/modification.
However, theorising is as much as I could get to solve the problem. Please help.