u/th00ht
Cannot add sports, app bug
Can some app dev see this and vibecode a solution?
Posts collapses to no height
Adding Posts / Card and removing everything but the (featured) image collapses the height of the element to height:100% which collapses in mobile and is overlayed with the footer. Adding Custom CSS selector { min-height: 543px; } restores the height. Is this a bug or by design?
Switching between posts or pages
Occasionally I need to quickly switch between multiple pages/posts. There is the "Recent used" list at the top and <kbd>Ctrl</kbd>+<kbd>e</kbd> to find other pages/posts but normally takes a while. Is there a faster way? Or a list of all the content in Elementor?
hover elementor Portfolio
Read this: https://elementor.com/help/portfolio-widget-pro/ It does not mention how to customize / disable the hover. where is that?
How to make this layout
As post loop, with the featured image as image (Elementor Pro license activ) We've tried Posts and Portfolio but they seem to be vertical not horizontal.
Copy
How do i prevent jellyfin to copy the complete media folder.
I know this is actually a gnu issue and has very little to do with linux. But I guess the peeps here also say "linux" when they actually mean GNU/Linux.
Anyway that is not my question. About 20-25% of the male pop is a deuteranopia. Red on black is next to unreadable. How do you survive working with the cli? My fellow and help AT states that for journalctl or dmesg it is not possible to change the output colors. It can be changed to nocolor but I'm not color_blind_ my rentinas happen to be red insensitive. (I can however see way more shades of blue but that is another topic). Is it indeed not possible to tweak the gnu applications? For reference this is what deepseek says:
<quote> You're right—this is a real accessibility issue. Red text on a black background is a common problem, especially for people with colorblindness (where red can appear very dark) and even for users with normal vision, as it simply strains the eyes .
The fundamental problem is that journalctl, dmesg, and many other Linux tools have ANSI color codes (like 31m for red) hardcoded into their source code . Unfortunately, there is no global "make red readable" switch. You have to choose between adjusting your terminal emulator (which is usually the best solution) or stripping the colors out entirely. </quote>