When I look to the source code of my pages I see a generated div: <div id="ct-extra-css" style="display:none;" aria-hidden="true"> /* ----------------------------------------- loads of comments ----------------------------------------- */</div> .
This code seems very unnecessary. I do wonder however why this code is added, and is it possible to remove from the page source? Since it uses bandwidth of the users I prefer no loading it if it's not necessary.
This seems to be related to our custom css for content template. I believe this is loaded because you may have some custom css using our content template.
However it should just load a script tag.
Could you let me know what version of our views plugin you are using ?
It's not vissible on the front-end indeed. But it still is in the source code and I'd prefer to get rid off it. I can't find any custom css in the content templates nor in the layouts/view section.
But do I understand you correct that it is impossible to get rid of this line code in the page source?
When I disable non-toolset plugins the code still seems to be loaded in the page source code.
You are right about it doesn't take a lot of bandwidth, but if we think about that often enough it will eventually get cluttered. I prefer not to load code when it's not necessary.
I can send you over the url, is it possible to do that somewhere private?
Also you will find the line: <div id="ct-extra-css" style="display:none;" aria-hidden="true">commented content</div> on line 17 of the source code. That was the line I meant. It looks like it is added by the toolset plugins.
I believe we mean the same tag, It is on line 17 of the source code; it's not a script as far as i can see. It ís after a </script> tag which means the script part is closed.
I used the term "commented content" because the content in that div is commented out.