How do I remove loader system in navigation, I want to click any link on the menu and the page refresh or load without any transition. How can I do this?
Remove loader
4 replies · opened Aug 21, 2017
Hello,
Simply find and comment/delete the following code in the js/functions.js File:
SEMICOLON.initialize.pageTransition();This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
I did what you said but when I do so, no pages can be load any more the whole site is completly blank just a white page nothing else, any other idea?
Hello,
Please make sure that you also use the following CSS Code along with the Instructions provided above:
body:not(.no-transition) #wrapper { opacity: 1; }This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
This last code worked fine, thanks again.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard