You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello -- Is there a way to set a specific floor as the home page? For example, my "home" page is floor [6,2], so that from "home" i can scroll up several floors.
I can get the site to always send to this page by adding this within my script where I initialize ascensor:
But it does not allow anyone to link back to any other page on the site, as any time the site loads it sends the user to home regardless. Is there a way to set a floor as the default home page, but still allow the functionality to link directly to other floors/pages in the site?
Thanks! Amazing plugin!
The text was updated successfully, but these errors were encountered:
Hello -- Is there a way to set a specific floor as the home page? For example, my "home" page is floor [6,2], so that from "home" i can scroll up several floors.
I can get the site to always send to this page by adding this within my script where I initialize ascensor:
$( document ).ready(function() {
location.hash = "home";
ascensorInstance.scrollToFloor('home');
});
But it does not allow anyone to link back to any other page on the site, as any time the site loads it sends the user to home regardless. Is there a way to set a floor as the default home page, but still allow the functionality to link directly to other floors/pages in the site?
Thanks! Amazing plugin!
The text was updated successfully, but these errors were encountered: