-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Own Theme, Background etc. for IOS, Android #9983
Comments
So you want to use the theming-app (set colors, logo, ...) beside the old-theming folder where you have customized defaults.php and CSS-files? |
Hello @MariusBluem , I want the colors to be applied the same way as in the theming app. My config.php (Theme is enabled): I have created folder theme Huml under: themes. My defaults.php: '#ffa500', 'color-primary-element' => '#ffa500', 'color-primary-text' => 'black', 'color-main-text' => 'black', 'color-error' => '#990000', 'color-warning' => 'yellow', 'color-success' => '#207308', 'getMailHeaderColor' => '#ffa500', 'color-loading' => 'black']; } } ?>My CSS File under: /themes/Huml/core/css (server.css): #body-login input.primary, button.primary { .icon-confirm-white #header .logo { #header .logo-icon { Best regards Christian Huml |
Then use the theming app. We have built everything into the theming app. The plan is to remove themes itself completely, because they cause more issues than they solve. Also theming and themes can be used in parallel in the latest 13 release. For custom CSS use the theming_customcss app. |
Hello @MorrisJobke, There are some things I do not like about the Theming app. When using the Theming App, for example, the link to the same page is displayed (Footer). The adjustments themselves are very little in the Theming App. There are restrictions (Theming App). Best regards Christian Huml |
This is for some reason limited, because it broke so many instances in the past.
What do you mean? If there is a bug please report it. |
The idea of the theming app is to give the possibility to change the rough look, but not allow anymore to change the whole UI, because it causes more trouble than what it actually solve. |
Hello @MorrisJobke, Without Theming App: https://www.cloud.geonativ-energie.de/index.php/s/57WZqwfpBiNMHeL Edit: Shown screenshot is without href link. Best regards Christian Huml |
Our footer without theming app: www.cloud.geonativ-energie.de (Without link). |
Problem solved. Best regards Christian Huml |
How did you solved it? By enabling the app or by another tricks in the theme files? |
Hello,
I have already reported a problem see: #9865 .
I created my own theme (defaults.php, server.css etc.)
I would like to use this as it is possible with the theming app, how is this possible if you have your own theme? It's not about a complete branding!
Best regards
Christian Huml
The text was updated successfully, but these errors were encountered: