CSS path and url should both have filters
-
If I use the tf_css_get_css_file_path_{$namespace} filter to place the dynamic CSS somewhere other than the default location, the url generated for it will be wrong because there is no equivalent filter in MobileMenuCSS->getCSSFileURL(). Better still, MobileMenuCSS->getCSSFileURL() should build the url by calling MobileMenuCSS->getCSSFilePath() so the same filter change applies in both cases.
Reason I need to do this is because my site does not allow public access to the uploads directory, so I need to move the dynamic CSS file somewhere which is publicly accessible.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.