Cannot add Search Engines to Firefox

I am trying to add custom search engines to Firefox. I have tried the steps given in the forum thread https://support.mozilla.org/en-US/questions/1212596. However when … (lire la suite)

I am trying to add custom search engines to Firefox. I have tried the steps given in the forum thread https://support.mozilla.org/en-US/questions/1212596.

However when I try to go and add the search engine as per the article given above I do not get the option. Please see the attached screen shot for more details. I do not want to add an extension or a plugin, but just manually have the option of adding search engines.

Demandé par ixian il y a 30 minutes

Dernière réponse par ixian il y a 12 minutes

Firefox extremely slow to load pages or connect to Web sites after startup - Follow-Up

I see my original question is now archived at https://support.mozilla.org/en-US/questions/1380948#question-reply I never closed it because I didn't know if my last proc… (lire la suite)

I see my original question is now archived at https://support.mozilla.org/en-US/questions/1380948#question-reply I never closed it because I didn't know if my last process could really fix the issue. It didn't, not always. Over the years, there have been times when the issue would still pop up, but not as often as before (2022 and earlier).

I have a feeling that during an issue, FF is having difficulty setting up shop after starting up. Consequently, it is spending more time before it could become prepared to connect to the Net. I've come up with another "solution," which is deleting (or moving out) xulstore.json in the profile folder after exiting or before starting FF. You can create a batch command or script to execute the process.

So far, FF is connecting immediately after startup.

Demandé par mobilesuit il y a 2 semaines

Dernière réponse par mobilesuit il y a 16 minutes

User Name keeps changing. The fix I read does not work for me in 2024. Please, please help.

""Description: COX Server Name: smtp.mail.yahoo.com Port: 465 Connection Security: SSL/TLS Authentication method: OAuth2 User Name: your user name, duh - Mine keeps chang… (lire la suite)

""Description: COX Server Name: smtp.mail.yahoo.com Port: 465 Connection Security: SSL/TLS Authentication method: OAuth2 User Name: your user name, duh - Mine keeps changing the user name to the last name I put into any of my 6 accounts. The only way it will send mail is if the correct user name is in the correct account (obviously). Why is it changing constantly? click OK""

I've read the "fixes" from 2023 and they do not work for me. I tried changing the DESCRIPTION to blank, didn't work. Changed them to the corresponding e-mail for the account. Didn't work. Changed it to "SMTP" with the corresponding e-mail. Didn't work.

It keeps changing the last one I edit to the one I edited before it. It's driving me crazy. Won't send mail unless the User Name is correct (obv.)

Whole mess started when forced to switch from Cox to Yahoo recently. Seems to be working other than TB changing the name as soon as I type in the next one in the next email address and then it not working until I change the User Name back to the proper e-mail address of the 6 accounts.

Demandé par ceeveekay il y a 3 jours

Dernière réponse par ceeveekay il y a 1 heure

Email Account Sorting under v125.0

I have many email accounts I pickup with Thunderbird and I used to be able to sort them in order of importance but not so with v125.0. The add-in is disabled and I tried… (lire la suite)

I have many email accounts I pickup with Thunderbird and I used to be able to sort them in order of importance but not so with v125.0.

The add-in is disabled and I tried sorting the accounts in account setting but the minute you leave account settings the sort is gone.

Demandé par jziggy il y a 1 heure

webmail directly and send messages from there. I tried resetting my Thunderbird password, but that didn't help.

bold text My Thunderbird 'send' function suddenly stopped working. I have 'webmail' through Spectrum. I can still access webmail directly and send messages from there. I… (lire la suite)

bold text My Thunderbird 'send' function suddenly stopped working. I have 'webmail' through Spectrum. I can still access webmail directly and send messages from there. I tried resetting my Thunderbird password, but that didn't help.

Demandé par dcbruce il y a 1 heure

Bulk Folder?

I just migrated my email from cox to yahoo servers. The cox.net domain is retained. I had never seen a "bulk" folder with my other domains and was having problems with e… (lire la suite)

I just migrated my email from cox to yahoo servers. The cox.net domain is retained.

I had never seen a "bulk" folder with my other domains and was having problems with emails being sent there.

I deleted the bulk folder and it moved to trash but cannot actually be deleted. I also re created a bulk folder. see pic.

Now emails are still going to the bulk folder that is in trash.

Is there any way to fix this?

Thanks

Demandé par thessick il y a 1 heure

Rearrange email domains in the left tool box?

In my left tool bar I have: xxxx@cox.net pop server followed by about 40 folders. This was the Cox email that is no longer in use. xxxx@gmail.com followed by folders … (lire la suite)

In my left tool bar I have:

xxxx@cox.net pop server followed by about 40 folders. This was the Cox email that is no longer in use.

xxxx@gmail.com followed by folders

xxxx@cox.net this is the new imap cox.net using yahoo.

Is it possible to move the bottom cox.net to the top, followed by gmail, followed by the no longer in use pop cox.net?

Thanks

Demandé par thessick il y a 1 heure

Double icons on Stop & Reload buttons when using custom icons

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my St… (lire la suite)

When reloading a page, or navigating to a new page, the default Stop icon momentarily appears over my own Reload icon, and the default Reload icon also appears over my Stop icon.

Please see attached image and animation.

Any idea if this is a minor bug?

Below is my code to split the Reload button into Reload & Stop buttons, then to add text to the navigation buttons, and finally to add icons to the navigation buttons.

This anomaly happens whether or not I split the Reload & Stop buttons. With just a single Reload button, I'm also seeing the default Reload icon appear over my own.

Thank you.

/* ---------- SPLIT RELOAD BUTTON INTO RELOAD & STOP ------------- */
#reload-button, #stop-button {
   display: inherit !important; 
} 
#reload-button > .toolbarbutton-icon {
  -moz-appearance: none !important; 
}


/* ------------ ADD TEXT LABELS TO NAVIGATION TOOLBAR BUTTONS --------------- */
/* Shows both icon and label for toolbarbuttons */
toolbar .toolbarbutton-1[label]{
  flex-direction: column;
  align-items: center !important;
}
toolbar .toolbarbutton-1[label]:not([disabled]):hover{ background-color: var(--toolbarbutton-hover-background) !important; }
toolbar .toolbarbutton-1[label] > .toolbarbutton-icon,
toolbar .toolbarbutton-1[label] > .toolbarbutton-badge-stack{
  padding: var(--toolbarbutton-inner-padding) !important;
  padding-bottom: 0px !important;
  height: calc(var(--toolbarbutton-inner-padding) + 16px) !important;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text {
  display: flex !important;
  min-height: 16px !important;
  padding-top: 3px !important;
  padding-bottom: 6px !important;
  background-color: transparent !important;
  overflow: hidden;
  width: 9ch; /* changes space between buttons */
}
toolbar .toolbarbutton-1[label] > .toolbarbutton-text::before{
  margin-inline: auto;
 }
:root:not([uidensity="compact"]) toolbar .toolbarbutton-1[label] > .toolbarbutton-text{ padding: 2px !important; }


/* ------------ ADD CUSTOM ICONS TO NAVIGATION TOOLBAR BUTTONS ----------- */
#back-button {
   list-style-image: url("image/back.png") !important;
   padding-top: 8px !important;
}
#back-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#forward-button {
   list-style-image: url("image/forward.png") !important;
   padding-top: 8px !important;
}
#forward-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#reload-button {
   list-style-image: url("image/reload.png") !important;
   padding-top: 8px !important;
}
#reload-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#stop-button {
   list-style-image: url("image/stop.png") !important;
   padding-top: 8px !important;
}
#stop-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#print-button {
   list-style-image: url("image/print.png") !important;
   padding-top: 8px !important;
}
#print-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}
#home-button {
   list-style-image: url("image/home.png") !important;
   padding-top: 8px !important;
}
#home-button image{
   max-height: 16px !important; 
   max-width: 16px !important;
   padding: 0px !important;
   margin-bottom: 3px !important;
}

Demandé par Slouch il y a 2 heures

I am unable to sync my Meta Quest 2 FireFox bookmarks and data with my PC Firefox browser

I am unable to sync my Meta Quest 2 FireFox bookmarks and data with my PC Firefox browser I press "sync" on VR but nothing happens. I am signed in under the same account … (lire la suite)

I am unable to sync my Meta Quest 2 FireFox bookmarks and data with my PC Firefox browser I press "sync" on VR but nothing happens. I am signed in under the same account for both devices

Demandé par XX77 il y a 2 heures

New tabe opens to blank page not my home page

New tab opens to blank page and not my home page, which is Google. I have been to setting and went to the drop down box for tab settings but it only gives me an option to… (lire la suite)

New tab opens to blank page and not my home page, which is Google. I have been to setting and went to the drop down box for tab settings but it only gives me an option to make firefox my home page or a blank page. I want Google to be what appears in my new tab when I click on the little + isgn.

Demandé par Matt C il y a 2 heures

Pop Up ads

Hey guys apparently I have opened a web site that instantly installed adware on my Samsung Galaxy S21 ultra 5G phone. I have installed AVG virus protection. I also have i… (lire la suite)

Hey guys apparently I have opened a web site that instantly installed adware on my Samsung Galaxy S21 ultra 5G phone. I have installed AVG virus protection. I also have installed adblock app, and a Malware block app. Nothing works. I've tried the web fixes for Chrome. And Samsung Internet. Still nothing works. Anyone know how to fix this without resetting the phone back to factory.

Demandé par Keith Fonville il y a 7 heures

Dernière réponse par Keith Fonville il y a 3 heures

I have found a work around when trying to send emails in Thunderbird. I don't know how to send without it.

I have three different computers that I can use Thunderbird to access my hotmail account. All three computers can have the exact same server settings. One computer refuse… (lire la suite)

I have three different computers that I can use Thunderbird to access my hotmail account. All three computers can have the exact same server settings. One computer refuses to send emails unless I cancel the send and immediately resend.. Thunderbird ver 115.10.1 (64-bit) Windows 10 Home Ver 22H2 IMAP Mail Server outlook.office365.com Port 993 Connection Security SSL/TLS Authentication 0Auth2 Outgoing SMTP Server smtp.office365.com Port 587 Connection Security STARTTLS 0Auth2 Take Note All three machines can have identical settings listed above or various changes like Normal Password instead of 0Auth2 and/or an Outgoing server can be smtp-mail.outlook.com with normal password or 0Auth2... One computer must be cancelled will sending and when resent, it goes... no problem...immediately. If I don't cancel and wait, for it to send on the 1st attempt, it will eventually timeout on the outgoing server. Then I might have to reenter a password. Very annoying. I have been doing this for years. It is my workaround....

Demandé par je_lowe il y a 1 jour

Dernière réponse par je_lowe il y a 3 heures

Credit card autofill stopped working.

Recently firefox stopped filling in my credit card information. 1. On a website asking for a credit card click on the credit card number box. 2. Choose the car from the… (lire la suite)

Recently firefox stopped filling in my credit card information. 1. On a website asking for a credit card click on the credit card number box. 2. Choose the car from the popup. 3. Popup disappears but nothing is filled in on the website form. 4. Use Google Pay or PayPal to purchase.

This used to work.

Firefox version 125.0b9 (64-bit) Ubuntu 22.04 Firefox installed from the Mozilla PPA - ppa:mozillateam/firefox-next

Demandé par michael.sez il y a 5 heures

Samsung Internet keeps becoming the default browser

I'm using Samsung Galaxy S24 Ultra. Is there a way to prevent Samsung Internet from changing my default browser from Firefox? This problem has recently cropped up. Some a… (lire la suite)

I'm using Samsung Galaxy S24 Ultra. Is there a way to prevent Samsung Internet from changing my default browser from Firefox? This problem has recently cropped up. Some apps may have a link to a website in their menu. Even though I set Firefox to be the default, if I select one of those links, up pops the welcome screen for Samsung Internet. The default setting is now Samsung Internet again. It's quite annoying. I've posted to the Samsung community but haven't had a reply that works. I've tried everything that an experienced Android user would know, but nothing has worked. Thanks for any assistance!

Demandé par Mike J il y a 6 heures

Transitioning to Yahoo

My internet provider in Phoenix, Cox, has now handed its email services over to Yahoo. Prior to this, I accessed my Cox email (@cox.net) using Thunderbird. I am a techno… (lire la suite)

My internet provider in Phoenix, Cox, has now handed its email services over to Yahoo. Prior to this, I accessed my Cox email (@cox.net) using Thunderbird. I am a technological dinosaur and am trying to figure out how to migrate my new Yahoo email to Thunderbird. I had a friend set up my Cox mail in Thunderbird but he is not available now. I am clueless how migrate my Yahoo mail to Thunderbird. I appreciate any help that the community can give me.

Demandé par Maggie McConnell il y a 7 heures

weird email

when i open the message Todd sent i get this and i do not know why see attachment how do i stop this from happening I do not understand what is going on with my thun… (lire la suite)

when i open the message Todd sent i get this and i do not know why see attachment how do i stop this from happening I do not understand what is going on with my thunderbord

Demandé par Mary il y a 14 heures

Dernière réponse par Mary il y a 7 heures

View/Folders menu will not allow any selection but Recent

When TB starts up, the only folders I can see are Recent. I can go to View/Folders and click ALL, and as soon as I move the mouse away from that menu item, it switches b… (lire la suite)

When TB starts up, the only folders I can see are Recent. I can go to View/Folders and click ALL, and as soon as I move the mouse away from that menu item, it switches back to Recent. This started on version 115.09, but persists after I've "upgraded" to 115.10.1.

It has now (5/3/24 17:25 CDT) been 2-1/2 days since I submitted this problem, and no one has responded that it has even been noticed, much less solved. One of my two email accounts is a POP3, and the other is IMAP. The IMAP account Inbox doesn't even show up on the TB home screen. (If that info is of any help).

PLEASE ADVISE. My emails are an integral part of my business, and I cannot get to almost any them.

Thanks, rehawkpe

Demandé par rehawkpe il y a 2 jours