Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Of course, because compression does nothing but break CSS and JS. It merges all the files together then it obfuscates them. That is horrible practice as CSS often uses relative URLs (relative to the location their file is at) and if the compression can't generate those relative paths to absolute paths properly then alter the CSS to use those new URLs properly it will not work. It's fine to use JS compression, but I do not recommend using CSS compression as you will absolutely have problems (not just with CB Connect, but with anything that has relative paths).I did mention that it works fine without compression but my site is really big and without css or js process or compression it takes several seconds to load a page.
Below is an example from with CSS placed in Joomlas default template.Could you please guide me on the css, probably a small add-on code would be needed, please.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.