• Hi, so I installed this. I made this work by copying all the CSS code from the plugin CSS to my child theme style.CSS. Doing so, despite outputting the relevant CSS calls exclusively on the pages where I want to use headroom using visual composer CSS input per each specific page, the headroom effect applies to every page in the site. In fact, the code for each specific page like: .headroom–unpinned { display: none; } does not seem work. Even if I don’t add this, copying the whole plugin CSS to the theme applies the standard headroom effect everywhere.

    In order to make it work on specific pages, I had to output the entire plugin CSS code on each specific page where I want the effect, still using visual composer CSS input page by page. In this way it works, but it doesn’t sound right to output all those many CSS lines on each page. It would be way more optimized to output the whole CSS on style.css and call the effect with minimal code in the pages where it is needed. Any idea what am I doing wrong? Thanks

The topic ‘Optimization’ is closed to new replies.