Ilya-V Posted March 23, 2022 Share Posted March 23, 2022 Sorry for the offtopic, but I can't find a better place to post it. Anyone seeing this oddity too with Firefox? I've started seeing this in the past month or so. I don't know who the administrators is so I don't know who to tag about this issue. Quote Link to comment Share on other sites More sharing options...
PierM Posted March 23, 2022 Share Posted March 23, 2022 It's like that on every browser and device on earth. But good news; they don't care. :) 1 1 Quote Link to comment Share on other sites More sharing options...
datacommando Posted March 23, 2022 Share Posted March 23, 2022 On 3/23/2022 at 11:03 AM, Ilya-V said: Anyone seeing this oddity too with Firefox? It looks the same on everything that can access the forum - and it’s hideous. As I understand it, this is one of the styles available in the forum software supplied by “Invision Community” and if you check their website https://invisioncommunity.com/features/forums/ it would appear there are three view options, Traditional, Grid and Fluid. I guess what we have here is a variant of Fluid, although whatever fluid they are drinking must have screwed up something really bad! 2 Quote Link to comment Share on other sites More sharing options...
cruisinon2 Posted March 23, 2022 Share Posted March 23, 2022 I especially like the new "feature", that requires me to switch to "desktop view" in order to access the login button, which (for me at least) is now absent on every mobile device and browser I've tried. Nothing like extra grunt work to brighten your day, lol... 2 Quote Link to comment Share on other sites More sharing options...
brue58ski Posted March 23, 2022 Share Posted March 23, 2022 On 3/23/2022 at 6:06 AM, cruisinon2 said: I especially like the new "feature", that requires me to switch to "desktop view" in order to access the login button, which (for me at least) is now absent on every mobile device and browser I've tried. Nothing like extra grunt work to brighten your day, lol... The best part about logging in is the Fire Hazard warning that pops up everytime you do. It's only been there for around two years now. 1 Quote Link to comment Share on other sites More sharing options...
cruisinon2 Posted March 23, 2022 Share Posted March 23, 2022 On 3/23/2022 at 12:06 PM, brue58ski said: The best part about logging in is the Fire Hazard warning that pops up everytime you do. It's only been there for around two years now. Oh that's never going away. Thank a lawyer...;) 3 Quote Link to comment Share on other sites More sharing options...
brue58ski Posted March 23, 2022 Share Posted March 23, 2022 On 3/23/2022 at 10:23 AM, cruisinon2 said: Oh that's never going away. Thank a lawyer...;) Yeah, I figured as much. It still irritates me. Which I guess, is kind of silly in itself. I mean what are we talking about? 3 seconds more at the most? Quote Link to comment Share on other sites More sharing options...
HonestOpinion Posted March 23, 2022 Share Posted March 23, 2022 On 3/23/2022 at 1:23 PM, cruisinon2 said: Oh that's never going away. Thank a lawyer...;) Yep, my guess would be their lawyer told them to retain login stats so when/if some litigious user decides to sue Line 6 for their house burning down, L6 can pull up the database and say, "nope", that user pulled up that warning 68 times since last January and decided to ignore it. 1 Quote Link to comment Share on other sites More sharing options...
lou-kash Posted March 24, 2022 Share Posted March 24, 2022 To fix it for the time being before the line6.com webadmin does (don't hold your breath, haha): Install add0n.com/stylus.html Create a new style (Actions > Write new style) Paste the following code: .cAuthorPane_mobile, .ipsResponsive_showPhone { display: none !important; } Applies to > URL on the domain > line6.com Save Voilà. In other words, the CSS code for responsive layout is broken, and thus the browser displays both the desktop as well as the mobile user badge. 2 Quote Link to comment Share on other sites More sharing options...
PierM Posted March 25, 2022 Share Posted March 25, 2022 On 3/24/2022 at 10:56 PM, lou-kash said: To fix it for the time being before the line6.com webadmin does (don't hold your breath, haha): Install add0n.com/stylus.html Create a new style (Actions > Write new style) Paste the following code: .cAuthorPane_mobile, .ipsResponsive_showPhone { display: none !important; } Applies to > URL on the domain > line6.com Save Voilà. In other words, the CSS code for responsive layout is broken, and thus the browser displays both the desktop as well as the mobile user badge. It works, thanks! Quote Link to comment Share on other sites More sharing options...
datacommando Posted March 25, 2022 Share Posted March 25, 2022 On 3/24/2022 at 9:56 PM, lou-kash said: To fix it for the time being before the line6.com webadmin does (don't hold your breath, haha): Nice fix - well spotted. Shame this doesn’t work for the standard Safari browser on Apple Mac. Works for Chrome, Opera and Firefox browsers though. Not holding my breath - gasp! Quote Link to comment Share on other sites More sharing options...
lou-kash Posted March 25, 2022 Share Posted March 25, 2022 On 3/25/2022 at 11:52 AM, datacommando said: doesn’t work for the standard Safari browser on Apple Mac. One of the reasons I've given up on Safari years ago. Just a few weeks ago I've switched from Firefox to Brave because there are no security updates for the El Capitan compatible Firefox anymore. 1 Quote Link to comment Share on other sites More sharing options...
lou-kash Posted March 25, 2022 Share Posted March 25, 2022 On 3/24/2022 at 10:56 PM, lou-kash said: Paste the following code: Correction: Perhaps it's not a good idea to block the ".ipsResponsive_showPhone" class as well. So this code should suffice: .cAuthorPane_mobile { display: none !important; } 1 2 Quote Link to comment Share on other sites More sharing options...
codamedia Posted March 25, 2022 Share Posted March 25, 2022 @lou-kash... Thanks for the solution... it works great. Quote Link to comment Share on other sites More sharing options...
lou-kash Posted March 27, 2022 Share Posted March 27, 2022 On 3/23/2022 at 5:06 PM, brue58ski said: The best part about logging in is the Fire Hazard warning that pops up everytime you do. It's only been there for around two years now. Speaking of which, this code kills it: .ui-dialog.ui-widget-content.modal_g10_notification-container { display: none !important; } Quote Link to comment Share on other sites More sharing options...
Ilya-V Posted April 5, 2022 Author Share Posted April 5, 2022 They fixed it, yay ! 1 Quote Link to comment Share on other sites More sharing options...
brue58ski Posted April 5, 2022 Share Posted April 5, 2022 On 3/27/2022 at 9:10 AM, lou-kash said: Speaking of which, this code kills it: .ui-dialog.ui-widget-content.modal_g10_notification-container { display: none !important; } Oooooo. Where exactly do I put that code? Quote Link to comment Share on other sites More sharing options...
PierM Posted April 5, 2022 Share Posted April 5, 2022 Yep. Seems fixed now. Quote Link to comment Share on other sites More sharing options...
lou-kash Posted April 5, 2022 Share Posted April 5, 2022 On 4/5/2022 at 1:37 PM, Ilya-V said: They fixed it, yay ! Yeah! So the "cAuthorPane_mobile" snippet is now redundant, and anyone who's applied it should delete because it could potentially break other parts of the site and at the end of the day result in a major earthquake or an unexpected asteroid impact. You've been warned. On 4/5/2022 at 1:53 PM, brue58ski said: Where exactly do I put that code? Have you installed add0n.com/stylus.html? If so, click the Manage button > Write New Style button > paste the code > Applies to URL on domain: line6.com > Save button > Enable the style Quote Link to comment Share on other sites More sharing options...
ricstudioc Posted April 5, 2022 Share Posted April 5, 2022 On 4/5/2022 at 6:46 AM, lou-kash said: it could potentially break other parts of the site...and result in...an unexpected asteroid impact. You say that like it's a bad thing... I'm seeing some possible upside, there. Quote Link to comment Share on other sites More sharing options...
lou-kash Posted April 5, 2022 Share Posted April 5, 2022 On 4/5/2022 at 10:58 PM, ricstudioc said: I'm seeing some possible upside, there. The dinos may disagree! Quote Link to comment Share on other sites More sharing options...
Hey_Joe Posted April 10, 2022 Share Posted April 10, 2022 On 4/5/2022 at 4:37 AM, Ilya-V said: They fixed it, yay ! Except...I may be blind, but can't see a way to edit a post now. Is there a way? Quote Link to comment Share on other sites More sharing options...
PerS Posted April 10, 2022 Share Posted April 10, 2022 Click on the three gry dots beside your username, one option is edit /Per 1 Quote Link to comment Share on other sites More sharing options...
Hey_Joe Posted April 10, 2022 Share Posted April 10, 2022 Ah ha. Thanks Per. That wasn't obvious to me. Quote Link to comment Share on other sites More sharing options...
PerS Posted April 10, 2022 Share Posted April 10, 2022 Not for me either. First I thought I had forgot to log in. Tok a while before I understod that the fancy gry dots was not just design... ;-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.