Closed Abhi347 closed 8 years ago
Hi @Abhi347,
At the moment I haven't implemented an easy way to remove the splash screen and it will always be there by default. I will come up with a better solution in the following week to make this feature available easily for you.
I haven't tested this thoroughly, but you can try opening the cover.js
file and commenting out the following line:
if (CaffeineTheme.is("page", "home")) {
if (!CaffeineTheme.isOpen()) {
return _expandCover();
}
}
This may be good enough for now until I come up with a better solution.
Let me know if that helps!
Hi @kelyvin , I tried it, but it doesn't work. I can still see the splash. Let me know if there's any better way.
Hi @Abhi347,
Thanks a bunch for your patience. I have been away on vacation and finally had the chance to catch up on these issues. I have made a feature enhancement to resolve your issue. The documentation on how to do this is available in the following section of the README.
You can now get this feature from my latest v2.7.6 release.
Awesome!
Hey there, Thanks a lot for the theme. Just wanted to know, how can I remove the splash screen and move directly to the home?