Free EspoCRM theme adjusted by devcrm.it

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • partomas
    commented on 's reply
    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" ...
    Last edited by partomas; 10-17-2021, 09:58 PM.

  • partomas
    replied
    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.
    Attached Files

    Leave a comment:


  • emillod
    replied
    partomas i've checked themes on version 7.0.1 or 2 and i didn't noticed any issues. If you have issue with our theme, you can report this here on forum, but please remember that you install all extensions on your own responsibility.

    Leave a comment:


  • partomas
    replied
    emillod Do you tested your themes in V7? Looks like upgrade from V6 to V7 can break a system as file system was changed?

    Leave a comment:


  • esforim
    commented on 's reply
    For future use, you can always right click or press F12 in your browser, from there you can use the Inspector tools and find out pretty much all the class name. And even do live editing, once you are happy you can make change permanently

  • esforim
    commented on 's reply
    Look like you been playing with theme.

  • shalmaxb
    replied
    Hi,

    .navbar-inverse {

    background-color: #5a5a5a;
    border-color: transparent;
    }

    Leave a comment:


  • timarebel
    replied
    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 aswell

    Leave a comment:


  • punkyard
    replied
    hi, it looks good!

    Leave a comment:


  • esforim
    commented on 's reply
    Free advertising. I want some too! Just joking.

  • esforim
    commented on 's reply
    Same. I don't really want to install an Emulator to test it either.

  • emillod
    commented on 's reply
    Thank you for kind words.

  • partomas
    commented on 's reply
    it's look great, but for customers it's a bit confusing. Idt can be anywhere in the bottom, but not near login window. Thank for advice how to remove and I'm waiting for our CRM updates to 6.1

  • shalmaxb
    commented on 's reply
    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.

  • emillod
    commented on 's reply
    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.
Working...