Showing questions tagged: Show all questions
  • Solved
  • Archived

White text on white background

Dear Community, after one of recent Firefox updates I experience an issue with text display on certain pages. Some text is not visible because it is white on white backgr… (read more)

Dear Community, after one of recent Firefox updates I experience an issue with text display on certain pages. Some text is not visible because it is white on white background. The text is there, I can highlight it. I am using latest Firefox release as suggested by auto update. This white on white issue is regardless of selected Theme, even in dark theme it is white on white. Please have a look at the attached screenshots.

Asked by waldektroc 1 year ago

Answered by waldektroc 1 year ago

  • Solved
  • Archived

Best fonts for different sizes

I am an older Firefox user and I often find myself enlarging and decreasing size of fonts on different websites to make them readable. Lately I notice I am having trouble… (read more)

I am an older Firefox user and I often find myself enlarging and decreasing size of fonts on different websites to make them readable. Lately I notice I am having trouble with the fonts I am using so I need advice. What are the good fonts to use for Firefox? Also, what is the setting to adjust the fonts Firefox uses in the toolbars and address bar?

I am currently using as follows: Default: MIcrosoft Sans Serif (I like the clean lines of a sans serif, but I'm not wedded to any particular one. ) Size: 10 Proportional: Sans Serif Serif: Newsreader Sans Serif: MIcrosoft Sans Serif Monospace: Lucida Sans Font size: 10 Minimum size: 9

The problem I am having is that text in the address bar is often unreadable due to artifacts that look like a digital font, you know, the blocks? If I highlight the URL inside, the artifacts clear up. I reinstalled Firefox but that problem didn't go away. I need to know which font Firefox uses for that area before I can even begin to try to fix it. Any font suggestions are also welcome. I particularly would like fonts that are readable in many sizes and free of flourishes.

By the way, I chose the image of Google News because I also have trouble with alt text showing, I can't figure out how to get rid of that so any ideas are welcome. It's just Google.

Asked by tlshell 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Opening new tabs to Google search

Running Windows 10 64 bit with the latest updates on Firefox of 89.0.2. I cannot open a new tab to the google search bar by just opening a new tab. It defaults to showing… (read more)

Running Windows 10 64 bit with the latest updates on Firefox of 89.0.2. I cannot open a new tab to the google search bar by just opening a new tab. It defaults to showing a google search bar, but Firefox will not allow me to type into it. I am constantly redirected to the address bar to write my google searches or to a separate "search" in the same address bar, depending on which option I selected in settings.

I only have two options in Settings: 1) Use the address bar for search and navigation or 2) Add search bar in toolbar. I have Google set as my search engine.

Your previous version of Firefox did allow me to do exactly what I wanted. Now I cannot.

Under "New Tab" you only allow for 2 selections; Firefox home or a blank page, the latter of which does not show the personalized "rows". If you allowed a Google option there, it might resolve my problem.

I attached a picture of my new tab; it shows the search bar for Google, but it now says "Firefox" where it use to have the ever changing "Google" Logo. I do not mind the Firefox logo, but I seriously am upset that I am forced to type searches in the address bar. Who does that?

Furthermore, by forcing me to type in the address bar, its much harder to see what I am typing and allow for me to make corrections. Once I hit enter, it sends me to a typical Google search page, where I can then make changes, but this seems like an annoying step.

Am I missing something, some setting someplace where I can type in the search bar I indicated on my attachment?

On a side note: Thank you for adding a "Personalize" button on a new tab. It now allows me to add rows for shortcuts. Before I had to:

1. Load about:config?filter=browser.newtabpage.activity-stream.topSitesRows in the Firefox address bar. 2. Double-click on the preference browser.newtabpage.activity-stream.topSitesRows and change its value to the desired number of rows and click ok. 3. Check the New Tab Page to see the change right away and modify the number of rows accordingly if needed.

Which I technically have yet to change, because I prefer more than the 4 row limit you set. You will see those shortcuts in the attachment for the new tab.

Thank you for your time. Be safe and have a good day. :)

Asked by Deseada 1 year ago

Answered by Terry 1 year ago

  • Solved
  • Archived

Auto Dark Mode feature on websites does not work

Somehow, the prefers-color-scheme: dark media query does not seem to behave correctly in my browser. I am using Firefox 89.0.2 on Windows 10 21H1 and even though I have s… (read more)

Somehow, the prefers-color-scheme: dark media query does not seem to behave correctly in my browser. I am using Firefox 89.0.2 on Windows 10 21H1 and even though I have set the system theme to dark (which Firefox's System Theme adapts to, the browser UI is dark), websites which usually adapt to it (like YouTube when set to follow the device theme) do not do so and are using the light theme regardless. This issue persists even in troubleshooting mode, so it does not seem to be related to any add-on I have installed.

Testing the same websites on Firefox Nightly (91.0a1) and Developer Edition (90.0b12), they behave as expected, adapting to my system's dark theme. The same had been the case when I had been using Firefox 88 (where it did not work as expected), while websites on Nightly and Developer Edition (versions 90 and 89, respectively) did behave as expected.

Is there some fix for this issue, some setting that is supposed to be tweaked, or can a fix be expected in an upcoming release?

Asked by Bonzai Incorporated 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Page won't load in Firefox, but works fine in any other browser.

I recently updated DSM to v7 on my Synology NAS. It also runs Plex. All worked before the upgrade, but stopped after. The page just pretends to be loading. but nothing… (read more)

I recently updated DSM to v7 on my Synology NAS. It also runs Plex. All worked before the upgrade, but stopped after. The page just pretends to be loading. but nothing happens. Works ok with Chrome, Edge. Plex web interface sits on internal IP. I refreshed FF, recreated new profile, deleted cache, cookies, played with dns prefetch and ipv6 settings, no help. There is nothing blocking the connection, other apps on same server work ok. Any ideas what else to try?

Asked by Peter 1 year ago

Answered by Peter 1 year ago

  • Solved
  • Archived

Can the box shadow be removed from bookmarks menu in Proton?

I'm trying to remove the shadows that appear below and to the right of the bookmarks menu in Proton (i.e. the menu that pops up when you click the Bookmarks button on the… (read more)

I'm trying to remove the shadows that appear below and to the right of the bookmarks menu in Proton (i.e. the menu that pops up when you click the Bookmarks button on the toolbar).

I've managed to remove the shadow from the main bookmarks menu using this CSS:

 box.panel-arrowcontent {
   box-shadow: none !important;
 }

However, that doesn't remove the shadow from the submenus that pop up for each folder within the bookmarks menu (see the 1st screenshot).

I'm trying this using the following CSS:

 hbox[part=innerbox] {
   box-shadow: none !important;
 }

What's puzzling is that according to the inspector window, this CSS appears to be correct. In the 2nd screenshot, notice that my rule is shown as being in effect, and overriding the original rule in panelUI.css.

However, despite what the inspector shows – the shadow is still very much there!

Has anyone succeeded in removing this shadow?

Asked by pg_78 1 year ago

Answered by pg_78 1 year ago

  • Solved
  • Archived

Anti virus advert from PC App Store is an annoying virus itself.

Is there any way I can stop this annoying pop up? It started about 4 days ago. The anti virus it pushes varies and has pushed McAfee, Avast and a couple of others. … (read more)

Is there any way I can stop this annoying pop up? It started about 4 days ago. The anti virus it pushes varies and has pushed McAfee, Avast and a couple of others.

Asked by rclloyd 1 year ago

Answered by FredMcD 1 year ago

  • Solved
  • Archived

Mozilla firefox gets disconnected intermittently

Hello My firefox is getting disconnected that lasts for a couple of minutes and then the connection gets restored. It is frequent and has been taking place since a few d… (read more)

Hello

My firefox is getting disconnected that lasts for a couple of minutes and then the connection gets restored. It is frequent and has been taking place since a few days ago. The problem is only in Mozilla Firefox and all the other software tools are well connected to the internet. I tried to fix the problem by refreshing the firefox and then uninstalled it and re-installed it but the issue remains.

I would appreciate any help.

Cordially

Houman

Asked by hoomangurbani 1 year ago

Answered by hoomangurbani 1 year ago

  • Solved
  • Archived

failed to connect to facebbok

Hi, When trying to open www.facebook.com got a "SSL_ERROR_DC_EXPIRED", however, facebook's site works just fine in Chromium. Firefox is up to date, version is 89.0.2. … (read more)

Hi,

When trying to open www.facebook.com got a "SSL_ERROR_DC_EXPIRED", however, facebook's site works just fine in Chromium. Firefox is up to date, version is 89.0.2. This also happens in Firefox Beta as well, which is up to date too. OS: Debian Bullseye/Testing. DE: KDE Plasma 5.21.5

Asked by Moltke 1 year ago

Answered by jscher2000 - Support Volunteer 1 year ago

  • Solved
  • Archived

Web page displays graphics intead of text

I have encountered one web site that has several pages that display as graphics instead of text. I have visited this site before several months ago and the display was a… (read more)

I have encountered one web site that has several pages that display as graphics instead of text. I have visited this site before several months ago and the display was accurate then. The first image is how it looks now. The second image is how it looked several months ago. I am running Ubuntu 20.04.2 and Firefox 89.0.2. It's very strange that this is the only page that displays this way. I checked the page in Chromium and it displays correctly in that browser. Is this Firefox or quirky html?

Asked by ska.adley 1 year ago

Answered by ska.adley 1 year ago

  • Solved
  • Archived

WIN 10 BOOKMARKS TOOLBAR AND COLUMN VIEW

JUST SWITCHED FROM WIN 7 TO WIN 10. I SELECTED ALWAYS SHOW BOOKMARKS TOOLBAR, BUT ONLY A FOLDER WITH THAT NAME APPEARS IN THE TOOLBAR INSTEAD OF ALL THE BOOKMARKS IN THAT… (read more)

JUST SWITCHED FROM WIN 7 TO WIN 10. I SELECTED ALWAYS SHOW BOOKMARKS TOOLBAR, BUT ONLY A FOLDER WITH THAT NAME APPEARS IN THE TOOLBAR INSTEAD OF ALL THE BOOKMARKS IN THAT FOLDER SPREAD OUT ACROSS THE TOOLBAR, WHICH IS WHAT I WANT. HOW DO I GET THAT TOOLBAR TO STAY OPEN AND VIEWABLE HORIZONTALLY?

WIN 7 FIREFOX HAD A "VIEW" BUTTON IN A TOOLBAR AT THE TOP. I USED THAT BUTTON TO SELECT VIEWING ALL MY BOOKMARKS IN FOLDERS IN A COLUMN AT THE LEFT SIDE OF THE SCREEN. THIS IS CRITICAL FOR MY WORK BUT I HAVEN'T FOUND ANY WAY TO DO IT, NOR COULD I FIND AN ARTICLE DEALING WITH EITHER OF THESE BOOKMARKS ISSUES.

(Sorry for all the caps. Vision issues make it easier for me to type that way.)

Asked by bernie20 1 year ago

Answered by cor-el 1 year ago

  • Solved
  • Archived

Cannot see Amazon Affiliate Adverts

Hi Guys, Recently, I found that my Amazon affiliate adverts don't show up on the PC screen when using Firefox browser. There is no problem with Chrome, Safari or Firefox… (read more)

Hi Guys,

Recently, I found that my Amazon affiliate adverts don't show up on the PC screen when using Firefox browser. There is no problem with Chrome, Safari or Firefox browsers on iPhone or iPad and no problems with Chrome browser on PC. Only Firefox browser on PC screen does not show the adverts. You can check it at https://drepeternews.com/support.php with different browsers on your PC. Also do check the source code page and you will see the advert links are there. Please let me know whether you can see the adverts on your PC Firefox as that may indicate whether it is an Amazon or a Firefox or my PC issue.

This issue is with links to images and with <iframes> and only occurs on my laptops running Windows 8.10 and Windows 10.00. I have enable 3rd party cookies

Any idea how to fix this. All help is very welcome.

Thanks, Peter

Asked by peterachutha 1 year ago

Answered by peterachutha 1 year ago

  • Solved
  • Archived

Very small popup windows for "Downloads", "Add bookmark" and "Add extension"

As can be seen in screenshots, the popup windows for some of the browser functions is very small and characters are illegible. "Bookmarks" and "History" popups are fine (… (read more)

As can be seen in screenshots, the popup windows for some of the browser functions is very small and characters are illegible. "Bookmarks" and "History" popups are fine (normal sized), so not all windows are affected.

Problem started when I updated to latest version of Firefox.

The screenshots are from "troubleshooting mode", so yeah... it did not help. I know refresh is my last option, but are there any other ideas to fix the issue? I have quite a few extensions, and re-configuring them will be a pain.

Asked by Arjit Dixit 1 year ago

Answered by Arjit Dixit 1 year ago

  • Solved
  • Archived

Firefox 89.0.2 refuses to use web search field

The fact that this new version always puts focus in the URL field is bad enough, but it now refuses to use the web search field for any searches. My Search settings are … (read more)

The fact that this new version always puts focus in the URL field is bad enough, but it now refuses to use the web search field for any searches. My Search settings are set to "Add search bar in toolbar" and Home settings are set to show the "Web Search" field. In about:config, keyword.enabled is set to false.

Everything typed into the Web Search field goes directly to the URL, but since using the URL for searching is turned off, a search there will always fail.

This is a new "feature" that arrived with the latest update.

Any ideas how to fix this would be much appreciated. I want to search from the Web Search field and do not want the URL to be used for anything but resolving actual URLs.

Thanks in advance.

Asked by dejadingo 1 year ago

Answered by TyDraniu 1 year ago

  • Solved
  • Archived

Can't Delete Firefox History of 6 Months or Older

Hello, I'm having trouble deleting my History because whenever I right click the history. I tried doing clear recent history and deleting everything with Cookies, Browsin… (read more)

Hello, I'm having trouble deleting my History because whenever I right click the history. I tried doing clear recent history and deleting everything with Cookies, Browsing & Download History, Cache, Form & Search History Ticked, but a portion of the History remains undeleted. Additionally, recently visited sites don't show up in my History at all and has since stopped listing website visits for like a month ago.

Asked by Karsten 1 year ago

Answered by FredMcD 1 year ago

  • Archived

Cleaning up Firefox

My firefox is slow but not real slow but enough to notice a little bit. It does take a minute to first load. It has crashed but only when I have clicked the close Firefox… (read more)

My firefox is slow but not real slow but enough to notice a little bit. It does take a minute to first load. It has crashed but only when I have clicked the close Firefox " Red X"

It really does a crazy thing.  If I have VLC open playing a file, or I am in Firefox on YouTube If I change to new tab or click a link my sound on the Desktop crackles and it's like everything comes to a halt in VLC and Firefox. Or just in Firefox on YT.   I am not sure if this is a hardware issue with my speakers I have already moved the speakers plug to front and no change it still does it.  The speakers are old I bought them way back in 2005.  Do speakers go bad?  I don't know why it is doing this. 

My other issue is cleaning my computer. You see Firefox has over 8,000 bookmarks I have collected since around 2006-2008 or even earlier. I don't know how to remove the ones I don't need anymore. I guess it has well over 250-300 folders and loose bookmarks My guess around 1500+ not in folders. Some folders will scroll a few minutes. I want to removed some folders I don't need anymore and want to know if there is a way to store others in case I need them later I can load them and keep some on Firefox? Many of these book marks are related to research I have done and I can't just trash my bookmarks and start over.

Windows 10 Firefox 89

Asked by MyPhotoJourneys 1 year ago

Last reply by Dyrelogan 1 year ago

  • Archived

YouTube signs me out every time I close and open Firefox

Every time I close Firefox and open it again, I go to YouTube, and it has me signed out, and I have to sign back in again. Once I have signed in, I can still refresh the … (read more)

Every time I close Firefox and open it again, I go to YouTube, and it has me signed out, and I have to sign back in again. Once I have signed in, I can still refresh the page and still be signed in, or open another tab with YouTube with me signed in, but if I close Firefox and open it again, and go to YouTube, I am signed out. Any help would be appreciated Thanks

Asked by ibbysaleemi 1 year ago

Last reply by FredMcD 1 year ago