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

Own Theme, Background etc. for IOS, Android #9983

Closed
hume1991 opened this issue Jun 25, 2018 · 11 comments
Closed

Own Theme, Background etc. for IOS, Android #9983

hume1991 opened this issue Jun 25, 2018 · 11 comments

Comments

@hume1991
Copy link

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

@nextcloud-bot
Copy link
Member

GitMate.io thinks possibly related issues are #9865 (Customize theme for IOS and Android), #5035 (Theming: Background image), #5780 (Allow to theme the iOS/Android app store links), #7652 (Slogan background on Safari in iOS), and #378 (Theming: coloring of folders and log in background).

@MariusBluem
Copy link
Member

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?

@hume1991
Copy link
Author

Hello @MariusBluem ,

I want the colors to be applied the same way as in the theming app.

My config.php (Theme is enabled):
'theme' => 'Huml',

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
{
background-image:none;
background-color:#ffa500;
}

input.primary, button.primary {
border:none;
background-color: #207308;
}

.icon-confirm-white
{
background-image:none;
}

#header .logo {
background-image: url('/themes/Huml/core/img/Logo.svg');
background-size:220px;
}

#header .logo-icon {
background-image: url('/themes/Huml/core/img/Logo-icon.svg');
background-size:30px;
}

Best regards

Christian Huml

@MorrisJobke
Copy link
Member

MorrisJobke commented Jun 25, 2018

I want the colors to be applied the same way as in the theming app.

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.

@hume1991
Copy link
Author

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

@MorrisJobke
Copy link
Member

The adjustments themselves are very little in the Theming App. There are restrictions (Theming App).

This is for some reason limited, because it broke so many instances in the past.

the link to the same page is displayed (Footer).

What do you mean? If there is a bug please report it.

@MorrisJobke
Copy link
Member

This is for some reason limited, because it broke so many instances in the past.

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.

@hume1991
Copy link
Author

hume1991 commented Jun 26, 2018

Hello @MorrisJobke,

Without Theming App: https://www.cloud.geonativ-energie.de/index.php/s/57WZqwfpBiNMHeL
with Theming App is shown as a link (New window back to homepage).

Edit: Shown screenshot is without href link.

Best regards

Christian Huml

@hume1991
Copy link
Author

@MorrisJobke

Our footer without theming app: www.cloud.geonativ-energie.de (Without link).
Demo with Link: https://demo.sieg-net.ch/index.php/login

@hume1991
Copy link
Author

Problem solved.

Best regards

Christian Huml

@seblu
Copy link

seblu commented Jan 14, 2020

How did you solved it? By enabling the app or by another tricks in the theme files?

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

No branches or pull requests

5 participants