How instal Scrollify?

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
User avatar
Benefactor
 
 
Posts: 45
Joined: Sun Jul 19, 2020 8:50 pm
Contact:

How instal Scrollify?

Post by Benefactor »

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)
User avatar
Pablo
 
Posts: 23330
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: How instal Scrollify?

Post by Pablo »

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
Post Reply