Please ensure Javascript is enabled for purposes of website accessibility Jump to content

The forum looks corrupt on Firefox


Ilya-V
 Share

Recommended Posts

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.

 

firefox.thumb.png.b5e7c0e91cb9aeca606d33d6d96384c4.png

Link to comment
Share on other sites

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!

 

 

  • Haha 2
Link to comment
Share on other sites

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...

  • Upvote 2
Link to comment
Share on other sites

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.

 

warning.thumb.jpg.4c7f4ab12fbd5c6c116914bc33a251f7.jpg

  • Upvote 1
Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

  • Upvote 1
Link to comment
Share on other sites

To fix it for the time being before the line6.com webadmin does (don't hold your breath, haha):

 

  1. Install add0n.com/stylus.html
  2. Create a new style (Actions > Write new style)
  3. Paste the following code:
    .cAuthorPane_mobile, .ipsResponsive_showPhone {
        display: none !important;
    }
  4. Applies to > URL on the domain > line6.com
  5. 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.

  • Thanks 2
Link to comment
Share on other sites

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):

 

  1. Install add0n.com/stylus.html
  2. Create a new style (Actions > Write new style)
  3. Paste the following code:
    .cAuthorPane_mobile, .ipsResponsive_showPhone {
        display: none !important;
    }
  4. Applies to > URL on the domain > line6.com
  5. 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!

 

YAYL6.jpg

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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.

  • Upvote 1
Link to comment
Share on other sites

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;
}

 

  • Like 1
  • Upvote 2
Link to comment
Share on other sites

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;
}

 

Link to comment
Share on other sites

  • 2 weeks later...
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

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...