One small thing in your css there are link to "http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic ,700italic,800italic,400,300,800,700,600" which creates a conflict:
/#:1 Mixed Content: The page at 'https://xxxx.com/#' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic ,700italic,800italic,400,300,800,700,600'. This request has been blocked; the content must be served over HTTPS.
In this case Login page is not loading. Please remove the protocol from your URL and let the browser determine it:
<link href="//fonts.googleapis.com/css?family=PT+Sans" ...
Free EspoCRM theme adjusted by devcrm.it
Collapse
X
-
There are few strange things I figured out today during my upgrade to version: 7.0.7
1. After installing the theme (Dark and Light newest) the login screen changes to the themes one even if it's not selected as default. Ideal scenario to change login screen only if theme is set as default.
2. in Light theme the Company Logo is not fitting to the login screen size, in dark - all good. -
Hi,
.navbar-inverse {
background-color: #5a5a5a;
border-color: transparent;
}Leave a comment:
-
hello
I have a question , if I want to change the color of the sidebar menu what class it is , i like the template alot i just want a lighter sidebar aswellLeave a comment:
-
I guessed, that you do not require that. But I think it could be helpful to have your company listed in my references. Without espoCRM and you as well as some other community members I never would have got my app to where it is now. So it is kind of gratitude to your commitments. -
partomas if you want to remove login screen, remove these files:
/application/Espo/Modules/DubasLightTheme/Resources/metadata/app/client.json /application/Espo/Modules/DubasLightTheme/Resources/metadata/clientDefs/App.json
/client/modules/dubas-light-theme/lib/css/loginPage.css
/client/modules/dubas-light-theme/lib/js/loginPage.js
/client/modules/dubas-light-theme/res/templates/login.tpl
/client/modules/dubas-light-theme/src/views/login.js
After that rebuild and clean cache
For now i don't see any reason to remove or change in any way login screen. If you want you can modify files of extension by yourself.
If you have any issues with login screen i'll be more than happy to assist you. For now there is no other user which have issues with that.Last edited by emillod; 01-29-2021, 12:06 PM.
Leave a comment: