Εμφάνιση ερωτήσεων με ετικέτες: Εμφάνιση όλων των ερωτήσεων
  • Αρχειοθετήθηκε

i must get into my bank of america on line banking using yahoo.com & you are blocking it

bold text i must get into my online bank account with bank of america using my yahoo.com sonce you are blocking it. & i cannot change it … (διαβάστε περισσότερα)

bold text i must get into my online bank account with bank of america using my yahoo.com sonce you are blocking it. & i cannot change it

Ερώτηση από arline.bucherer 11 μήνες πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 11 μήνες πριν

  • Αρχειοθετήθηκε

Frys owned by Kroger use to print so well on their coupons not now

Frys grocery owned by Kroger coupons cut off when printed with 9 font use to print out with 12 font now terrible. Kathryn Sampson [email]@cox.net

Ερώτηση από Kathryn Sampson 11 μήνες πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 11 μήνες πριν

  • Αρχειοθετήθηκε

When I attempt to go to this site on my iMac ( https://www.bible.com/ )-- I get this: "Application error: a client-side exception has occurred (see the browser console for more information)."

How do I fix this? When I attempt to go to this site on my iMac using DuckDuckGo VPN on Mozilla FireFox, ( https://www.bible.com/ )-- I get this: "Application error: a… (διαβάστε περισσότερα)

How do I fix this? When I attempt to go to this site on my iMac using DuckDuckGo VPN on Mozilla FireFox, ( https://www.bible.com/ )-- I get this: "Application error: a client-side exception has occurred (see the browser console for more information)."

Ερώτηση από wbmcfadden 11 μήνες πριν

Τελευταία απάντηση από cor-el 11 μήνες πριν

  • Αρχειοθετήθηκε

113 Update Tab Height and Vertical Bar

Greetings, After updating to 113.0 the height of my tabs has doubled, with the text size remaining the same. When visiting certain sites, such as Facebook, a horizontal b… (διαβάστε περισσότερα)

Greetings, After updating to 113.0 the height of my tabs has doubled, with the text size remaining the same. When visiting certain sites, such as Facebook, a horizontal black line appears when the tab is selected, dividing the tab and the text within in half. I have spent a few hours Googling and I haven't found any solutions to fix this. I've tried several different settings in about:config, I've enabled compact mode, just about everything I could find short of modifying code which I would rather not do. It's useful space for me and I'm hoping for a fix. Thanks for Your Time, Thomas

Ερώτηση από Thomas 11 μήνες πριν

Τελευταία απάντηση από cor-el 11 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Error Code F7701-1003

I get error code F7701-1003 when I try to play video from Netflix. A message says to upgrade to latest version which I already have.. Can you help with this?

Ερώτηση από oneandrew9 11 μήνες πριν

Απάντηση από cor-el 11 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Tabs on Bottom broke again

Hi Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got. Any idea how to move them back down to th… (διαβάστε περισσότερα)

Hi

Well Firefox did it again. I had tabs on the bottom where I wanted them and they broke this again in the update I just got.

Any idea how to move them back down to the bottom? This is the userchrome.css coding I was using that worked fine before the update

@import url(userChrome-color_bookmark_folders_Proton89.css);


/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Modify to change window drag space width */ /* Use tabs_on_bottom_menubar_on_top_patch.css if you have menubar permanently enabled and want it on top

  • /

/* IMPORTANT */ /* Get window_control_placeholder_support.css Window controls will be all wrong without it. Additionally on Linux, you may need to get: linux_gtk_window_control_patch.css

  • /
root{ --uc-titlebar-padding: 0px; }

@media (-moz-os-version: windows-win10){

root[sizemode="maximized"][tabsintitlebar]{ --uc-titlebar-padding: 8px }

}

  1. toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
  2. TabsToolbar > .titlebar-buttonbox-container{

position: fixed; display: block; top: var(--uc-titlebar-padding,0px); right:0; height: 35px; } /* Mac specific. You should set that font-smoothing pref to true if you are on any platform where window controls are on left */ @supports -moz-bool-pref("layout.css.osx-font-smoothing.enabled"){

root{ --uc-titlebar-padding: 0px !important }

.titlebar-buttonbox-container{ left:0; right: unset !important; } }

root[uidensity="compact"] #TabsToolbar > .titlebar-buttonbox-container{ height: 30px }
  1. toolbar-menubar[inactive] > .titlebar-buttonbox-container{ opacity: 0 }
  1. navigator-toolbox{ padding-top: var(--uc-titlebar-padding,0px) !important; }

.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }

  1. titlebar{

-moz-box-ordinal-group: 2; -moz-appearance: none !important; --tabs-navbar-shadow-size: 0px; }

.titlebar-placeholder,

  1. TabsToolbar .titlebar-spacer{ display: none; }

/* Also hide the toolbox bottom border which isn't at bottom with this setup */

  1. navigator-toolbox::after{ display: none !important; }

@media (-moz-gtk-csd-close-button){ .titlebar-button{ -moz-box-orient: vertical } }

/* These exist only for compatibility with autohide-tabstoolbar.css */ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }

  1. navigator-toolbox:hover #TabsToolbar{ animation: slidein ease-out 48ms 1 }

/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/tabs_on_bottom_menubar_on_top_patch.css made available under Mozilla Public License v. 2.0 See the above repository for updates as well as full license text. */

/* Menubar on top patch - use with tabs_on_bottom.css */ /* Only really useful if menubar is ALWAYS visible */

root{ --uc-window-control-width: 0px !important }
  1. navigator-toolbox{ padding-top: calc(29px + var(--uc-titlebar-padding,0px)) !important }
  1. toolbar-menubar{

position: fixed; display: flex; top: var(--uc-titlebar-padding,0px); height: 25px; width: 100%; overflow: hidden; }

  1. toolbar-menubar > .titlebar-buttonbox-container{ height: 29px; order: 100; }
  1. toolbar-menubar > [flex]{ flex-grow: 100; }
  2. toolbar-menubar > spacer[flex]{

order: 99; flex-grow: 1; min-width: var(--uc-window-drag-space-width,20px); }

  1. toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
  1. toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }

/* TABS: height */*|*:root { --tab-toolbar-navbar-overlap: 0px !important; --tab-min-height: 20px !important; --tab-min-width: 80px !important;

  1. tabbrowser-tabs {

width: 100vw !important; }

  1. main-window:not([chromehidden*="toolbar"]) #navigator-toolbox {padding-bottom: var(--tab-min-height) !important;}

.tab-background { border-radius: 8px 8px 0px 0px !important; border-image: none !important; } .tab-line { display: none; }

.tab-close-button { color: red!important; }

Ερώτηση από scottish2 11 μήνες πριν

Απάντηση από jscher2000 - Support Volunteer 11 μήνες πριν

  • Αρχειοθετήθηκε

Firefox can't load

Hi, Firefox can't load is already a subject that I know, is answered here : https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can But … (διαβάστε περισσότερα)

Hi,

Firefox can't load is already a subject that I know, is answered here : https://support.mozilla.org/en-US/kb/firefox-cant-load-websites-other-browsers-can

But I need help, because I've tried everything inside, and my firefox is still buggy. I am on a point that I consider turning my back on Firefox because It's been months since I try and try again to solve it and I don't see a light of hope.

Problems I have are especially on youtube, and google searchs.

Here what I've tried : - Reinstalling firefox - Refreshing firefox - No color theme in firefox - Deleting all plugins, extensions - Desactivate proxy setting (I don't use a proxy) - network.dns.disableIPv6 is set to true - network.dns.disablePrefetch is set to true - I wiped my history and cache - Internet firewall states firefox is on white list

I have no problem of performance on others browsers - google chrome for example.

Please, could you help me ? Thanks.

Ερώτηση από Lyssandre 11 μήνες πριν

Τελευταία απάντηση από cor-el 11 μήνες πριν

  • Αρχειοθετήθηκε

Cannot change primary email address

I have a secondary email address but it does not appear on my account. I need to change my primary email address. I try to type in the secondary address and it is rejecte… (διαβάστε περισσότερα)

I have a secondary email address but it does not appear on my account. I need to change my primary email address. I try to type in the secondary address and it is rejected as"already exists". So I cannot proceed . Help!

Ερώτηση από NHD 11 μήνες πριν

Τελευταία απάντηση από Terry 11 μήνες πριν

  • Αρχειοθετήθηκε

Bookmarks toolbar disappeared after the latest update

I used to have my Bookmarks toolbar visible. It worked fine until the latest update today. Now it's gone. I've set it to show Bookmarks toolbar. Tried turning it on and o… (διαβάστε περισσότερα)

I used to have my Bookmarks toolbar visible. It worked fine until the latest update today. Now it's gone. I've set it to show Bookmarks toolbar. Tried turning it on and off. Doesn't work. Here's a snapshot of it. Just below that last line is a list of my bookmarks on the toolbar. The bookmarks are still there. It's the toolbar that has disappeared.

Ερώτηση από Karen Khoo 11 μήνες πριν

Τελευταία απάντηση από cor-el 11 μήνες πριν

  • Αρχειοθετήθηκε

WTF Happened!

OK....I wake up and start my computer and up comes the new and enhanced version of Firefox that I ignore. Then I go to my bookmarks and they are gone. Where did they go?… (διαβάστε περισσότερα)

OK....I wake up and start my computer and up comes the new and enhanced version of Firefox that I ignore. Then I go to my bookmarks and they are gone. Where did they go? Is this a home invasion by Firefox? All my usual quick links are now gone replaced by BS lilke Twitter.

Is there some type of restore to get back what I want and really do use. I hate to go through the process of getting 30 links bookmarked again.

Rick McNair

Ερώτηση από ojdidit1994 11 μήνες πριν

Τελευταία απάντηση από ojdidit1994 11 μήνες πριν

  • Αρχειοθετήθηκε

session recovery

Hi, about 40 minutes ago my laptop decided to turn off and upon restart firefox openned a session from 2 months ago. ive tryed following everything i could find but still… (διαβάστε περισσότερα)

Hi, about 40 minutes ago my laptop decided to turn off and upon restart firefox openned a session from 2 months ago. ive tryed following everything i could find but still cant recover this session. I have a upgrade.jsonlz4 from the time backed up but it wont open that session. Any way to recover it?

Ερώτηση από nickiclauslb 11 μήνες πριν

Τελευταία απάντηση από jscher2000 - Support Volunteer 11 μήνες πριν

  • Αρχειοθετήθηκε

Deleting username attempts

Using a Mac, how do I clear the list of attempted usernames on a log in page? I erroneously entered my password first and now it is visible whenever I attempt to log in.… (διαβάστε περισσότερα)

Using a Mac, how do I clear the list of attempted usernames on a log in page? I erroneously entered my password first and now it is visible whenever I attempt to log in.

Ερώτηση από dczernia 11 μήνες πριν

Τελευταία απάντηση από dczernia 11 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Strange border around mozilla while fullscreen

Hello. Wanna report that i noticed strange border while in fullscreen mode while watching a video. The same things happens even if you go fullscreen mode on browser (not … (διαβάστε περισσότερα)

Hello. Wanna report that i noticed strange border while in fullscreen mode while watching a video. The same things happens even if you go fullscreen mode on browser (not a video). Yesterday was fine. System 7, 64bit, Mozilla update 113.0

Ερώτηση από mariogda1990 11 μήνες πριν

Απάντηση από TyDraniu 11 μήνες πριν

  • Αρχειοθετήθηκε

Dashlane 14 day Login

My Dashlane 14 day login stopped working a few days ago even though I check the box to stay logged in for 14 days every time I login. I looked at a previous solution post… (διαβάστε περισσότερα)

My Dashlane 14 day login stopped working a few days ago even though I check the box to stay logged in for 14 days every time I login. I looked at a previous solution posted 2 years ago by Mozilla but my settings do not have the delete cookies or clear history checked when closing Firefox. Any suggestions??

Ερώτηση από dlswennes 11 μήνες πριν

Τελευταία απάντηση από Dropa 11 μήνες πριν

  • Αρχειοθετήθηκε

Video Players Show Border Around Screen When Playing Full Screen, New Issue Since 113.0 Update

Since Firefox installed the most recent update May 9th, update 113.0 (20230504192738), whenever I play a video full screen from any websites including YouTube, news sites… (διαβάστε περισσότερα)

Since Firefox installed the most recent update May 9th, update 113.0 (20230504192738), whenever I play a video full screen from any websites including YouTube, news sites, basically anything streaming a video, the video itself is not 100% full screen as it was prior to the update yesterday. The video expands to the top of the screen, but the two side and lower borders do not expand fully and the website underneath can be seen on these sides. I attached a random YouTube video screenshot and a news channel video with dark borders to show what is happening. Again this is on all websites with video and full-screen options, not just YouTube, and this was not happening prior to the recent update 113.0 being installed last night on my computer. I've tried the previous fixes like clearing the cache, etc., and it seems to be a bug in the recent update since this did not happen prior to last night's update installation. I played the same videos in the Chrome browser and the issues are NOT present, and the videos expand to cover the entire screen as normal. Does anyone have a fix or can a fix be requested? Thank you.

Ερώτηση από MCG123 11 μήνες πριν

Τελευταία απάντηση από TyDraniu 11 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Fullscreen mode

Hello, Today, when I first open Mozilla I noticed that I have problems with fullscreen mode. When I use fullscreen (f.g. on YouTube, but it's with all clips in other page… (διαβάστε περισσότερα)

Hello, Today, when I first open Mozilla I noticed that I have problems with fullscreen mode. When I use fullscreen (f.g. on YouTube, but it's with all clips in other pages too) I can see white borders (on the left, right and at the bottom). I checked on other browser (Chroma) and I don't have this problem there. Can this problem be connected with new update? Or something just broke and I should re-install?

Ερώτηση από infernofor3ver 11 μήνες πριν

Απάντηση από TyDraniu 11 μήνες πριν

  • Επιλύθηκε
  • Αρχειοθετήθηκε

Full screen video player

Full screen video player does not cover the entire screen on all popular players there are bars on the right and left, also at the bottom

Ερώτηση από gorkys72 11 μήνες πριν

Απάντηση από TyDraniu 11 μήνες πριν

  • Αρχειοθετήθηκε

Help me in config firefox

Hi, I disabled several options in about:config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and automatically n… (διαβάστε περισσότερα)

Hi, I disabled several options in about:config, and a feature previously disappeared. When I pressed the scroll button in the diamond, it opened a tag and automatically navigated to it. Also, when there was a previously open page, and I open any bookmark (tags), the selected page opens in a new window, I want it. Please help me.

Ερώτηση από x2 11 μήνες πριν

Τελευταία απάντηση από x2 11 μήνες πριν