cachethq / cachet

🚦 The open-source status page system.
https://cachethq.io
MIT License
13.79k stars 1.55k forks source link

Fixed: Implement custom theme #4302

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi all, I am trying to implement this theme on my status page but no success I have applied the custom colours in theme, but anything else I can't. Link to theme(Cachet Material Dark)

welcome[bot] commented 2 years ago

:wave: Thank you for opening your first issue. I'm just an automated bot that's here to help you get the information you need quicker, so please ignore this message if it doesn't apply to your issue. If you're looking for support, you should try the Slack group by registering your email address at https://cachethq-slack.herokuapp.com. Alternatively, email support@alt-three.com for our Professional support service (please note, this a paid service.) If you're issue is with documentation, you can suggest edits by clicking the Suggest Edits link on any page, or open an issue at https://github.com/CachetHQ/Docs

pavog commented 2 years ago

Hi, so I just tried both ways:

  1. Adding the CSS code from the linked page. To do this, I inserted the code under .../dashboard/settings/stylesheet. I removed the rule

    @-moz-document domain("/*[[domain]]*/")
    {
    ...
    }

    and it worked fine.

  2. I set the colors in .../dashoard/settings/theme and it worked fine.

So I don't quite understand what your problem is? Could you explain in more detail what is not working?

ghost commented 2 years ago

Hi, pavog. Well yes, that works, I didn't knew I had to remove te moz-document rule, actually I did but I forgot the ending }. So, thank you so much.

pavog commented 2 years ago

Great, glad I could help :)

ghost commented 2 years ago

Hi, pavog, One more question, how do I get Cachet API token? Regards

pavog commented 2 years ago

Cachet API tokens are per user. You can view the API Token via the user profile. To do this, visit .../dashboard/user, click on a user and then on the API Token. You may have to regenerate the token.