Hi:
I have read the text about Rocket Loader.
It’s written:
How can I have Rocket Loader ignore my script(s) in Automatic Mode?
You can have Rocket Loader ignore individual scripts by adding the data-cfasync=”false” attribute to the relevant script tag, for example:
<script data-cfasync=”false” src=”/javascript.js”></script>
Rocket Loader will still work for all other scripts.
Notes:
1. Adding this attribute within JS will not work to exclude the script from Rocket Loader.
2. The ‘data-cfasync’ attribute must be added before the ‘src’ attribute.
3. Rocket loader will recognize the tag when either single or double quotes are placed around the attribute value.
I turned off Rocket loader but the slider didn’t work. I don’t know where I should write that code exactly. I don’t know what else to do.
Thank you.
Regards.