Page 1 of 1

Bookmark Event Trigger Issue

Posted: Wed Sep 25, 2019 1:53 am
by mdh
I've done a website which is an extensive modification of the Corporate template. I included bookmarks in each of the layout grids with events to trigger animations using onscroll. When previewing the website in Web Builder 15/64bit, everything performs correctly (each animation triggering as the bookmark point is revealed).

When I publish the site and view it with any web browser (chrome, firefox or opera) the animations seem to occur all at once. If I launch the page and scroll quickly down, I notice the animations are already in progress. Thoughts on what I'm doing wrong?

M

Re: Bookmark Event Trigger Issue

Posted: Wed Sep 25, 2019 5:56 am
by Pablo
There is no difference between local preview and the published page. In both cases the exact same files will be generated.
Maybe you did not pubslied all files?

What is the URL of the page?

Re: Bookmark Event Trigger Issue

Posted: Thu Sep 26, 2019 3:36 am
by mdh
That may be the case but I am getting different results. When I preview the website in Web Builder it works fine. Published to a folder on my desktop and viewed with any web browser, animations trigger on loading. The results are the same on a temporary server. The temporary server address is here:

http://timbre.byethost18.com/Index.html


Under what circumstances would Web Builder not publish all the files needed?

M

Re: Bookmark Event Trigger Issue

Posted: Thu Sep 26, 2019 6:09 am
by Pablo
The page has a form, but the file extension is not set to PHP.
This causes issues on the server side. Please set the the extension to 'php' in the page properties.

Re: Bookmark Event Trigger Issue

Posted: Thu Sep 26, 2019 6:24 am
by mdh
That was it. Thanks!

M