I am triyng to install Scrollify. I installed everything according to the instructions, but $.scrollify.move("#red"); doesn't work and I can't make the transition to the desired section when I click it.
This is demo wwb15 project with scrollify js file:
https://yadi.sk/d/Gal1-5HU7oWmbw
This is official manuals:
https://github.com/lukehaas/Scrollify
I would be grateful for any help in correctly installing this script)
How instal Scrollify?
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- Benefactor
-
- Posts: 45
- Joined: Sun Jul 19, 2020 8:50 pm
- Contact:
Re: How instal Scrollify?
First note that I cannot give support on third party scripts.
However, if it works elsewhere then it will also work in WWB.
But I think there are a few issues with your implementation:
- you did not include jQuery
- you did not attach the script to the page. So, when previewed or published, the script does not exist.
- you have used double quote in events, this breaks the HTML. Use single quotes instead.
- 'easeOutCubic' requires jQuery UI
However, if it works elsewhere then it will also work in WWB.
But I think there are a few issues with your implementation:
- you did not include jQuery
- you did not attach the script to the page. So, when previewed or published, the script does not exist.
- you have used double quote in events, this breaks the HTML. Use single quotes instead.
- 'easeOutCubic' requires jQuery UI