Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove the splash screen? #9

Closed
Abhi347 opened this issue May 30, 2016 · 4 comments
Closed

How to remove the splash screen? #9

Abhi347 opened this issue May 30, 2016 · 4 comments

Comments

@Abhi347
Copy link

Abhi347 commented May 30, 2016

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?

@kelyvin
Copy link
Owner

kelyvin commented Jun 1, 2016

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!

@Abhi347
Copy link
Author

Abhi347 commented Jun 5, 2016

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.

@kelyvin
Copy link
Owner

kelyvin commented Jun 27, 2016

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.

@kelyvin kelyvin closed this as completed Jun 27, 2016
@rudeyak
Copy link

rudeyak commented Jun 27, 2016

Awesome!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants