On CareCure I'm using CloudFront as our CDN. (VB 5.6.1pl1, FreeBSD, MariaDB) The CSS that is generated is generating attributes with broken styles. I'm not sure what I have set wrong, nor what to do to fix this.
In the main.css file (linked here), you can see an attribute for b-icon that looks like this:
Clearly that url() parameter is broken. The URL is repeated twice, once before and once after the doublequote. It is generated in the css_b_icon.css Style, but I haven't modified that style. I can't figure out what to do to stop this from being broken.
My CDN URL setting is https://d2qzim9a7sklbv.cloudfront.net with no trailing slash.
Store CSS Stylesheets and SVG Images as Files? is set to Yes
Virtually everything else works right.
What is causing these CSS stylesheets to be generated wrong, and how do I fix it?
A bit more data. Three other files have some weird things being inserted:
1596465207-content-entry.css:
1596465207-main.css:
1596465207-main.css:
Thanks!
In the main.css file (linked here), you can see an attribute for b-icon that looks like this:
Code:
.b-icon { display: inline-block; background: transparent url(https://d2qzim9a7sklbv.cloudfront.net/"https://d2qzim9a7sklbv.cloudfront.net/core/clientscript/vbulletin_css/style00046l/1596465207-sprite_icons_general.svg") no-repeat scroll 0 0; overflow: hidden; text-indent:-99999px }
My CDN URL setting is https://d2qzim9a7sklbv.cloudfront.net with no trailing slash.
Store CSS Stylesheets and SVG Images as Files? is set to Yes
Virtually everything else works right.
What is causing these CSS stylesheets to be generated wrong, and how do I fix it?
A bit more data. Three other files have some weird things being inserted:
1596465207-content-entry.css:
Code:
img{filter:url(https://d2qzim9a7sklbv.cloudfront.net/"data:image/svg+xml;utf8,<svg
Code:
1em;padding-left:.4em;cursorointer;min-height:0;list-style-image:url(https://d2qzim9a7sklbv.cloudfront.net/"data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu
Code:
.ui-progressbar-overlay{background:url(https://d2qzim9a7sklbv.cloudfront.net/"data:image/gif;base64,
Thanks!
Comment