Replies: 2 comments
-
|
Hello @sgaist , thanks for your feedback! The anonymous landing page has a custom layout with an unusual structure since the In general, we didn't put much effort into updating the components for the custom content. Happy to hear someone is using that feature! Currently, we sanitize the markdown/HTML, but we shouldn't do that since the content is set by an admin and it makes sense to let e.g., classes be used for customizing the content. I will create an issue to improve that. We are in the middle of a build cycle, so it might take a few weeks before we work on this. If you wish to speed up the process and work on this firsthand, please let me know and we can touch base about the changes. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We are currently in the process of providing our own landing page.
From the tests we made, we saw that there's a header and a footer that are kept at all times and the content is put in between them (which is fine).
The footer has a dark background however the header has a transparent one which shows the background image through it. This currently means that when activating the custom content, a white based background is shown an thus the header only shows the Renku frog as the rest of the content is also white based. The buttons / menus are still there, just not properly visible.
I would suggest to make the header follow the footer in terms of styles and have it use the
bg-navyclass so they are kept in sync.Side note, from a quick check, the header does not span the full window like the footer does. Thus adding the
bg-navyclass to theheaderobject under thedivrk-anon-home-herois not enough however adding it to that div makes the whole block change which is not ideal either.Beta Was this translation helpful? Give feedback.
All reactions