Thanks matey, you are my beta tester, very much appreciated
Thank you for providing this fix to us PhutureProof! It works like a charm!
I am slightly nervous that I have affected other tooltips!
Ah well⌠if so, we simply remove the community folder - - no biggy.
I can tell you when I connected Linda to test, I still got those pop-up notificationsâŚ
Linda? I donât know what this is forgive me. I guess if itâs still working thatâs a good thing?
Thanks PhutureProof! Now, would you want to take your talents and look into modifying the Gamer Tag layout? Too big and IMO the display of relative distance is more important than the aircraftâs altitude.
I can add it to my list of annoying things I may or may not be able to fix
Linda is a program that works with FSUIPC to enable peripherals such as a Saitek Switch Panel. When you start it up a message appears indicating itâs starting, or re-starting. to me that means any message like that should still work.
Brilliant thanks for the info pal, I have also just tried it with onAir and the notifications still work!
Perahps here: Packages\fs-base-ui\html_ui\Templates\gamerTag\gamerTag.css
Just dropped it into the community folder. Works great. Now back to taking a swag on richness in the 152 . Love it. Thanks.
Itâs unpleasant that we were ignored for six months because of such a trifle.
Not very friendly attitude(((
I wasnât lucky enough to get into the Alpha though it should have been called release candidate 99.9999999. About 4 subs on youtube so im not worthy haha!
Someone else has already tackled this & it works a treat. See this post : Smaller and colored nameplates for traffic
Instead of deleting them I just made them more transparent, without border and smaller.
If anyone is not ready to let them go entirely
notification-tooltip {
display: block;
color: white;
font-size: calc(var(--fontSizeDefault) * 0.5); /* mod */
opacity: 0.5; /* mod */
overflow-wrap: break-word; }
notification-tooltip .background {
background-color: rgba(0, 0, 0, 0.9);
padding: calc(0.5 * var(--halfMargin)); /* mod */
position: relative;
line-height: 1.1;
left: -50%;
border: 0; /* var(--minimalBorderWidth) solid var(--color-white) */; }
No problems, I donât need any assistance and rubbish on my screen, I fly since FS 3.0 in 90-s
Thatâs what I did too. I donât want to lose the tooltips entirely because they can be helpful when setting steam gauges.
notification-tooltip {
display: block;
color: white;
font-size: 0.4em; /*var(--fontSizeDefault); */
overflow-wrap: break-word; }
notification-tooltip .background {
background-color: rgba(0, 0, 0, 0);
padding: var(--halfMargin);
position: relative;
line-height: 1.1;
left: -50%;
border: none; /* var(--minimalBorderWidth) solid var(--color-white); */
}
Which file do you edit those settings in for making the tool tip transparent?
The file name is Notification_Tips.css
Download the community package provided by @PhutureProof in the first post above. The file will be inside the package:
âŚ\PHP-NoTooltips-Fix\html_ui\Pages\Notifications\Notification_Tips.css