Exclude JS Problem

#1
Hi, i am trying to use excluding js&url feature under the tuning tab but it doesn't work properly in my website. I have already opened a topic in Wordpress Support but we couldn't find any solution so far. Here: https://wordpress.org/support/topic/exclude-url-problem/

I have a radio player in my three pages. I opened combine js and add js and html links of the player in “exclude url” and "exclude js" (in different times) from Tuning tab. When i did, players went to the bottom of the page.

Here is my settings:
Code:
https://pasteboard.co/GX1uNQW.png
https://pasteboard.co/GX1uSEn.png
https://pasteboard.co/GX1uWAu.png
https://pasteboard.co/GX1v4J1.png
And the URL’s: (Three different players in three different pages.)
Code:
https://public.radio.co/stations/s5da1dca31/status
https://embed.radio.co/js/embed.min.js
https://embed.radio.co/player/fd9821e.js
https://embed.radio.co/player/fd9821e.html
https://embed.radio.co/player/a17a953.html
https://embed.radio.co/player/a17a953.js
https://embed.radio.co/player/c49b1b4.js
https://embed.radio.co/player/c49b1b4.html
I've tried with attribute data-no-optimize="1" like this but still the same happens.
Code:
<script data-no-optimize=”1″ src=’https://embed.radio.co/player/fd9821e.js’></script>
 
Last edited by a moderator:
Top