Theme X Glocal CSS Location?

Hello Beautiful People,

So I have a beautiful website at nlfnlr.com built using the X Themes. I modified the styling at a few locations and its saved in the Global CSS under Theme Options. The website is hosted with SiteGround, and I use their All in One Caching plugin to minify + merge css/js and compress_lazyload images. The Plugin works perfectly fine on the default theme but not for the pages I have used my custom styling on.

I would be really grateful to anyone who could tell me the location of the Global CSS, so that I can exclude it from being combined by the plugin.

Thank you so much!!

Regards,
Jesse

Hi Jesse,

Thank you for writing in, the Global CSS is an Internal/Embedded CSS, so these should not be the issue unless you’re using a double slash // commenting on your CSS, that will cause a big trouble when your CSS is minified and combined.

These are the CSS file that loads by the theme

/wp-content/themes/x/framework/legacy/cranium/dist/css/site/integrity-light.css
/wp-content/themes/x/framework/dist/css/site/woocommerce/integrity-light.css
/wp-content/themes/x/framework/dist/css/site/stacks/integrity-light.css

And these are the JS file

/wp-content/plugins/cornerstone/assets/dist/js/site/cs-head.js
/wp-content/themes/x/framework/dist/js/site/x.js

Maybe you can use a wildcard to exclude the entire x theme directory instead /wp-content/themes/x/*, please see your caching documentation.

Cheers!

1 Like

Hey Friech,

Thanks mate… its all good now… it was just my lame coding skills… I didn’t pay attention to a conflicting styling class. It’s just a human error… haha… thanks for your prompt response :slight_smile:

Cheers,
Jesse

Hey Jesse,

It’s good to know that you have figured out the cause of the issue. We really appreciate for letting us know.
If you need anything else we can help you with, don’t hesitate to open another thread.

Best Regards.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.