0
Guys I put a Jquery plugin called nice scroll for the page to scroll slowly, but when I open the page on github pages it doesn’t work, the rest of the script and css are all working except them, anyone knows why?
0
Guys I put a Jquery plugin called nice scroll for the page to scroll slowly, but when I open the page on github pages it doesn’t work, the rest of the script and css are all working except them, anyone knows why?
3
Error in the debug
: The request has been blocked because the link does not come from a secure address.
Mixed Content: The page at 'https://fmm312.github.io/site/' was Loaded over HTTPS, but requested an insecure script 'http://areaaperta.com/nicescroll/js/jquery.nicescroll.min.js'. This request has been blocked; the content must be served over HTTPS.
needs to be a https
as an example:
https://cdnjs.cloudflare.com/ajax/libs/jquery.nicescroll/3.6.8/jquery.nicescroll.min.js https://cdnjs.cloudflare.com/ajax/libs/jquery.nicescroll/3.6.8/zoomico.png
<script
src="https://cdnjs.cloudflare.com/ajax/libs/jquery.nicescroll/3.6.8/jquery.nicescroll.min.js">
</script>
solved, thanks man !
Browser other questions tagged jquery github
You are not signed in. Login or sign up in order to post.
enter the address? have you seen the debug if there are any errors?
– novic
https://fmm312.github.io/site/ , this is the address
– blackbird312
test: put this one in place: https://cdnjs.cloudflare.com/ajax/libs/jquery.nicescroll/3.6.8/jquery.nicescroll.min.js (copy the address from https://cdnjs.com/libraries/jquery.nicescroll/3.6.6.8)
– novic
I tried man, nothing so far ...
– blackbird312
Look at the reply @blackbird312
– novic
debug points to 2 errors, but I’m a layman and I don’t know exactly what it is
– blackbird312
I just saw missed the https
– novic
Face look my answer needs to be that way with https
– novic