Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search
17 replies = new reply since forum marked as read
Highlight: NoneDon't highlight anything 5 newestHighlight 5 most recent replies

cayugafalls

(5,639 posts)
3. is this on a pc? or mobile device?
Sun Aug 16, 2020, 09:51 PM
Aug 2020

Tell me more and I'll try to get it to do it for me and work out a solution.

cayugafalls

(5,639 posts)
9. It doesn't matter what I do, I can't mimic that behaviour.
Sun Aug 16, 2020, 10:08 PM
Aug 2020

If I minimize the screen, the grovelbot stickies simply go away and just leaves a link.

Disabling ad blockers had no effect.

Not sure why you are having trouble, have you got the latest version of Firefox? 79.0?

abqtommy

(14,118 posts)
10. Sure I'm running ad blockers. No difference shutting them off. Firefox is up to date.
Sun Aug 16, 2020, 10:18 PM
Aug 2020

If I reduce the font then the sticky bit is clear of the normal headings but the font is too small for comfort.

hlthe2b

(102,119 posts)
4. The only way I can get it not to overlay other aspects of the "latest" page is to decrease the font
Sun Aug 16, 2020, 09:59 PM
Aug 2020

way down. Otherwise the formatting causes all kinds of problems. I have trouble reading it clearly at that small a font, but at least the headings are back to normal.

Make7

(8,543 posts)
12. You could use the 'Stylus' add-on to hide the html element.
Sun Aug 16, 2020, 11:04 PM
Aug 2020
https://addons.mozilla.org/en-US/firefox/addon/styl-us/

You can override a website's stylesheet with your own modifications. For example, to hide GrovelBot's Big Board:

.stickies-container {
   display: none !important;
}


(The same thing can be done with a userContent.css file placed in your FireFox profile folder, but it takes a few more steps - the add-on is comparatively more user friendly.)

This issue seems to stem from text size zooming messing up the html element placement (as far as I can tell). I think if the admins add an overflow: hidden rule to that div element, it would stop the contents from spilling over the rest of the page if people have the text zoomed in on their browsers.

abqtommy

(14,118 posts)
13. I installed Stylus, don't know what to do with it. As far as it goes, I can live with what I'm
Sun Aug 16, 2020, 11:18 PM
Aug 2020

seeing now. Thanks.

Make7

(8,543 posts)
14. When you are on a DU page click on the Stylus icon in the address/tool bar...
Sun Aug 16, 2020, 11:42 PM
Aug 2020

... then in its popup window, mouse over the Write style for link(s) to show domain("democraticunderground.com") in the mouse-over text that appears, then left-click the link you are on. That should open a new tab to let you edit your own CSS for the site. Copy...

.stickies-container {
   display:none !important;
}

... or...

.stickies-container {
   overflow: hidden !important;
}

... into the code editing area (where the cursor should by default appear), then click on the Save button on the left side of the window. At the bottom of the window where it says Applies to, the dropdown should read URLs on the domain and the adjacent text box should have democraticunderground.com in it.

That first rule will hide the GrovelBot Stickies banner, the second should prevent its contents from obscuring other parts of the page (hopefully) while still allowing you to see the contents even when zooming text in or out. Just use one or the other - not both. (I'm not 100% sure the second one will work as I intend.)

You should be able see the results right away by selecting and viewing the DU tab that was open. If it looks okay, you can close the Stylus editing tab. If not, go back to the tab and double-check and/or change things and hit Save again. View the DU tab to see if it worked.

abqtommy

(14,118 posts)
15. Thanks! That comes out perfect. No stickies left, just a link to donate!
Sun Aug 16, 2020, 11:48 PM
Aug 2020

Last edited Mon Aug 17, 2020, 08:00 AM - Edit history (1)

Latest Discussions»Help & Search»DU Community Help»How do I get rid of Grove...