telecastg, oh okay thanks, in my case the landingpage is not the same. I will check it thanks a lot.
esforim thanks for the input. i will check it.
Tutorial - How to implement a custom (login) landing page
Collapse
X
-
You're welcome rem4332
If you want to modify the size of the logo on top of the navbar (side panel in my case) check this post
The idea of this thread is to create a "road map/guide" to help developers find where GUI sections or elements are defined within Espo code so customization projects can be implemented without having to spend a lot of time "finding your way around" the code (like many of us have done) whenever possible. -
hello all, one more question please.
Can you also populate the portals with a landing page ?
thanks a lot
rem4332 -
In reference to rem4332 question, how to change the logo size ?.
Without touching the theme css (highly recommended) you can change anything in the lading page template, like the size of the logo or even layout as long as you know HTML and CSS.
edit file: client/custom/res/templates/login.tpl then clear cache, rebuild and reload page.Leave a comment:
-
Thank you very much, great idea! I'll need to adjust login page in my themeLeave a comment:
-
Hi,
The image file path is incorrect.
Try putting the actual image file path as backgroundImage: 'client/img/testimage.jpg', in client/custom/src/views/login.js without the double {{ }} brackets.
These were meant to let the readers know that it is a placeholder but they are NOT to be included as part of the javascript file.
By the way, I suggest that you use a custom folder eg: client/custom/img to save your custom images, otherwise they might be overwritten in an update.Leave a comment:
-
Hey telecastg , I followed your steps and ran into an issue with the background image as well. I have attached this image here and it seems that an error is coming up with the portal trying to pull the image?
The portal URL is http://espocrm.ianbirch.me/ if you want to take a look youself. Any help on this is greatly appreciated.
Thanks!Leave a comment:
-
Hey Fehu , I modified the script in step 6, it was pointing to a "module/landing-page" namespace instead to the "custom" namespace (I prefer not to dump everything in the "custom" namespace and use the modules architecture available so I can easily troubleshoot and modify a module without having to worry about interfering with something else in the same namespace, but my examples always use the "custom" namespace to make things easier to implement for everyone).
It should work now. We are using version 5.9.3 without any problems.Leave a comment:
-
This guide should still be applicable to 5.9.3. Maybe your background location is missing/invalid/can't be found?
backgroundImage: '{{path to your background image file}}',
Should be something like this I believe:
backgroundImage: /espocrm/wallpaper.jpg/
---
These code should be working for a long while, I don't think Developer planning any changes to Landing page which wouldLast edited by esforim; 08-12-2020, 04:11 AM.Leave a comment:
Leave a comment: