AndreaPreston
-
Posts
6 -
Joined
-
Last visited
Content Type
Forums
Downloads
Store
Events
Blogs
Gallery
Profiles
Posts posted by AndreaPreston
-
-
I got it from this discussion:
The author doesn't say where they got it from
-
No problem, it's https://www.cutcopy.co.nz/#1
-
Is there a different code I could use?
Thanks BTW 🙂
-
This is the code
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/scrollify/1.0.19/jquery.scrollify.min.js"></script>
<script>
$(function() {
$.scrollify({
section : ".page-section",
});
});
</script> -
I've used the following code in my Code Injection to apply scroll snap effect to my site. It works great but it adds numbers to my URL. As you scroll, each section is #1, #2 etc.... I don't want my URL to change as you scroll, how do I fix this?
Scroll Snap adding numbers to my URL
in Customize with code
Posted
Thanks anyway