background-image: url('assets/img/svg/caret-bold.svg');
wpo-minify-header-style.min.css
got background-image:url(https://xxxx.de/wp-content/themes/mymobilehomes/assets/img/svg/caret-bold.svg)
However, seems like Cloudflare will cache the images too. Is there a way to prevent caching the images so that Optimole can serve them while CF serves everything else?
Also, should I minify the CSS and JS with another plugin to make sure CF caches the minified version or the minify options in the CF dashboard will do the same job?
post-align-center post-vertical-align-middle col-lg-4 col-md-4
I am also running WP Rocket, but it is not causing this minification issue as far as I can tell. I see that the Botiga theme automatically minifies CSS – is there a way to exclude this plugin from the minification/optimization?
When I initially navigate to the page, the content is squished, but if I select the Month View in the calendar and back again, it resolves itself. Not sure why it would do that.
]]>I have contact the theme developer (purchase from themeforest) to understand if a theme issue and the theme support answer:
Hello Gerardo
We checked the website and it seems that the option “CSS Minify” in the external third party plugin “LiteSpeed Cache” is minifying the CSS incorrectly on the site where the SVG fill value is being changed incorrectly from:
url(#svg-gradient-primary)!important
To:
url(/wp-content/uploads/wp-scss-cache/#svg-gradient-primary)!important
To prevent having the issue we recommend you disable the option from the site (please note that the theme css files are already optimized and minified), otherwise, if you want to enable the option on the site we recommend you to contact the used third party plugin support in order to check and solve the issue in their plugin.
—
I’m beginner and i don’t have idea how to do and if it’s possible exclude from the LiteSpeed Cache plugin the icons css.
Do you have an idea how what can I do to fix it or what can I do to exclude the icons format from the CSS Minify so i can active the CSS Minify?
My website is: gerardopandolfi.com
Thanks a lot
]]>I enabled CDN using my subdomain served by Cloudfront
I cleared all caches
Then when the page loads, I still see that my CSS files being served directly by server
When I deactivate plugin, all CSS files return to Cloudfront
Something wrong there?
]]>I was under the impression that comments are stripped out when CSS is minified.
Can you please assist?
Thanks!
]]>I have “X/framework/dist/css/site/stacks/icons.css” set to never minify the following CSS files but it is not doing this. When I turn off minification totally the layout shifts back to what it should be.
Are you able to look into/advise how to ensure X/framework/dist/css/site/stacks/icons.css does actually never minify?
]]>Here is the CSS before minification:
.wvrx-not-safari #container {
padding-left: calc( 0px + 0px );
padding-right: calc( 0px + 0px );
}
.wvrx-not-safari #container {
max-width: none;
width: calc( 100vw – 8px);
margin-left: calc( -1 * ( 0px ) – 0px );
margin-right: calc( -1 * ( 0px ) – 0px );
}
Here is the CSS after minification:
.wvrx-not-safari #container {
padding-left: calc( 0 + 0 );
padding-right: calc( 0 + 0 );
}
.wvrx-not-safari #container {
max-width: none;
width: calc( 100vw – 8px);
margin-left: calc( -1 * ( 0 ) – 0 );
margin-right: calc( -1 * ( 0 ) – 0 );
}
I made a simple site to demonstrate the error: https://ned-talks.com/
The container should span the width of the browser window, not be shifted. Note that this error is only noticeable when the viewport width is greater than 1100px.
If needed, I can make an admin account for a SiteGround tech to have access.
]]>When I deactivate Minify immediately my blog begins to receive errors that WordPress cannot find the JS & CSS files:
/wp-content/cache/minify/c50e7.js
/wp-content/cache/minify/8c122.js
/wp-content/cache/minify/51bfd.css
/wp-content/cache/minify/d089d.js
/wp-content/cache/minify/32208.css
/wp-content/cache/minify/c68c9.css
/wp-content/cache/minify/7f0d2.js
The same 7 files for each visit I have on the blog.
The funny thing is that if I re-enable Minify this problem is resolved.
Also immediately the CPU usage where my blog is hosted is more than triple when this situation arises.
Any suggestions on this? Thank you.
]]>