google calendar no longer sending email reminders

A while back I noticed that my google calendar no longer sends reminders to my gmail (or rather, I suspect, gmail does not receive them). Yesterday I missed an important … (மேலும் படிக்க)

A while back I noticed that my google calendar no longer sends reminders to my gmail (or rather, I suspect, gmail does not receive them). Yesterday I missed an important meeting because of this, so I want to get to the bottom of it. I verified that the reminders are properly set in my calendar, so I have to assume that they are going out. The pop-up windows do pop, so I assume that it is not on the calendar side. I also noted that calendar.google.com and gmail.google.com have the proper permissions to send pop-ups and notifications to gmail, which indicates to me that this end of the equation is working. (Don't know how to isolate the error further, though.) It seems that the Firefox settings need to be changed somehow. Any ideas?

Thank you!

Asked by Gus Gassmann 1 மணி நேரம் முன்பு

Last reply by jonzn4SUSE 21 நிமிடங்கள் முன்பு

Where is the "More actions" menu in firefox/thunderbird?

What has happened to the "More actions" menu button - the one that normally is in the upper left corner of windows (see the attached image)? I have just installed a new… (மேலும் படிக்க)

What has happened to the "More actions" menu button - the one that normally is in the upper left corner of windows (see the attached image)?

I have just installed a new PC, with Debian 12 and KDE (plasma 5.27.5); the other windows have this menu button, but not Firefox and Thunderbird. Is there a way to get it back, eg by moving the menu bar out of the title bar and back to where it used to be?

Asked by jan267 6 நாட்கள் முன்பு

Last reply by jonzn4SUSE 38 நிமிடங்கள் முன்பு

I can't take Full-page screenshots in Canvas/Instructure. Please help.

I'd like to take a full-page screenshot of my content within my Canvas/Instructure online class, but it only captures what's visible. I've tried opening the frame in its … (மேலும் படிக்க)

I'd like to take a full-page screenshot of my content within my Canvas/Instructure online class, but it only captures what's visible. I've tried opening the frame in its own tab, but it doesn't help.

When I use my phone to capture the entire page, it can work, but it's so narrow! Plus I have to continuously tap the "Scroll Down" button for the capturing process to capture more and more.

Can anyone please help? Thanks.

Asked by Mozilla cheese 18 மணி நேரத்திற்கு முன்பு

Last reply by jonzn4SUSE 52 நிமிடங்கள் முன்பு

Issue with Ultimate Addon Image Gallery Loading in Mozilla Browser

I am encountering an issue with the Ultimate Addon Image Gallery when viewed in the Mozilla browser. On the user's first visit to the page, the image gallery fails to loa… (மேலும் படிக்க)

I am encountering an issue with the Ultimate Addon Image Gallery when viewed in the Mozilla browser. On the user's first visit to the page, the image gallery fails to load promptly, often taking a long time to display. During this delay, a black screen appears instead of the intended images, and the images do not retain their original sizes.

This issue is specific to the Mozilla browser and impacts the user experience. I would greatly appreciate any guidance or troubleshootinghttps://globalstep.com/art-page-revised-v6-33/

Asked by Suryakant Meshram 1 நாள் முன்பு

Last reply by jonzn4SUSE 1 மணி நேரம் முன்பு

cloudflare

With mozilla cant open www.go3.lt from yesterday because do not verify i am a human by cloudflare service. Other browsers like edge or chrome works but my beloved mozilla… (மேலும் படிக்க)

With mozilla cant open www.go3.lt from yesterday because do not verify i am a human by cloudflare service. Other browsers like edge or chrome works but my beloved mozilla not :( pls help. I cleared all history, cookies and cash but do not helped.

Asked by kestas.slanys 3 மணி நேரத்திற்கு முன்பு

Last reply by jonzn4SUSE 1 மணி நேரம் முன்பு

Passwords and logins no appearing

I recently refreshed my computer and moved the old profiles folder to the new firefox profiles folder in roaming Folder in Win10 but my passwords wont apear even though l… (மேலும் படிக்க)

I recently refreshed my computer and moved the old profiles folder to the new firefox profiles folder in roaming Folder in Win10 but my passwords wont apear even though logins and key4 are in the folder

Asked by Kuziwakwashe “KCSwagger” Chikwete 7 மணி நேரத்திற்கு முன்பு

Last reply by TechHorse 4 மணி நேரத்திற்கு முன்பு

xml http request is blocked in webworker when main thread is blocked in firefox

I met the same issue with https://stackoverflow.com/questions/27514404/web-worker-blocked-by-main-thread-in-chrome . It was asked 10 years ago and I learnt that it was f… (மேலும் படிக்க)

I met the same issue with https://stackoverflow.com/questions/27514404/web-worker-blocked-by-main-thread-in-chrome . It was asked 10 years ago and I learnt that it was fixed in chrome via https://issues.chromium.org/issues/40398809 . Is it a bug for firefox? Is there any way to work around? Thanks.

Asked by d8q4852phd 7 மணி நேரத்திற்கு முன்பு

Last reply by TyDraniu 6 மணி நேரத்திற்கு முன்பு

userChrome.css for Title Bar Broken by Latest Update

A friendly hello to whomever is kind enough to read this! Your help is greatly appreciated! The latest update caused an edit I made to my Profile's userChrome.css file t… (மேலும் படிக்க)

A friendly hello to whomever is kind enough to read this! Your help is greatly appreciated!

The latest update caused an edit I made to my Profile's userChrome.css file to be nullified. Now there's huge bar where the tabs toolbar used to be, and apparently it's not the title bar, as when I activate the title bar in "Customize Toolbar," this huge gets replaced by the actual toolbar.

I've attached my css code below for inspection. It used to work perfectly, but after the last update (133.0) it's no longer working. What can I do to fix this and have it like I had it prior to the latest update (133.0)?

userChrome.css File: `#main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar > .toolbar-items {

 opacity: 0;
 pointer-events: none;

}

  1. main-window:not([tabsintitlebar="true"]) #TabsToolbar {
   visibility: collapse !important;

}

  1. main-window[tabsintitlebar="true"]:not([extradragspace="true"]) #TabsToolbar .titlebar-spacer {
       border-inline-end: none;

}

/* Adding empty space for buttons */

  1. nav-bar {

margin-right:140px; }

/* 15px for dragging whole window by mouse*/

  1. titlebar {

appearance: none !important; height: 15px; }

/* Fix for main menu calling by Alt button */

  1. titlebar > #toolbar-menubar {

margin-top: 10px; }

/* Move minimize/restore/close buttons to empty space */

  1. TabsToolbar > .titlebar-buttonbox-container {

display: block; position: absolute; top: 17px; right: 1px; }

  1. sidebar-box {
 min-width: 250px !important;

}`

Asked by SynTriarch 11 மணி நேரத்திற்கு முன்பு

Last reply by markwarner22 10 மணி நேரத்திற்கு முன்பு

Streaming Live Radio

When listening to a live radio stream, how can i find out which URL is playing?

Asked by gepardo 1 நாள் முன்பு

Last reply by jonzn4SUSE 10 மணி நேரத்திற்கு முன்பு

Certain videos within the Firefox web browser refuse to play with sound.

As the title states, certain media elements within Firefox refuse to play with audio, but only with frustrating inconsistency. For example, any videos on Youtube are fine… (மேலும் படிக்க)

As the title states, certain media elements within Firefox refuse to play with audio, but only with frustrating inconsistency. For example, any videos on Youtube are fine. Any videos on Reddit are fine. But many videos, most commonly on boorus and streaming sites I cannot name here, will not play. The volume on the video slider is all the way up, the Firefox application is not muted, the site is not muted, and the tab is not muted. The only thing that makes those videos play audio is if I left click on them to open them in another tab by themselves. While it solves the issue, it's still an extremely inconvenient way to go about my browsing. I know for a fact that this is a Firefox problem because those same videos on those same sites work perfectly fine within other browsers. Please, does anybody know of a solution to this issue?

Asked by Anyelo 2 நாட்கள் முன்பு

Last reply by jonzn4SUSE 11 மணி நேரத்திற்கு முன்பு

prevent autoplay videos on yahoo

I have every about:config and settings option set to recommended to prevent autoplay videos. NONE work with yahoo. The vids will drop to the lower right hand corner but e… (மேலும் படிக்க)

I have every about:config and settings option set to recommended to prevent autoplay videos. NONE work with yahoo. The vids will drop to the lower right hand corner but even if I click on the close window X they still pop open again. And again. And again. Is there a solution to this arrogant, self-centered behaviour by yahoo?

Asked by RealGomer 1 நாள் முன்பு

Last reply by jonzn4SUSE 11 மணி நேரத்திற்கு முன்பு

Secure Connection Failed An error oc The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem.

Secure Connection Failed An error occurred during a connection to www.myutiitsl.com. PR_CONNECT_RESET_ERROR Error code: PR_CONNECT_RESET_ERROR The page you are tryi… (மேலும் படிக்க)

Secure Connection Failed

An error occurred during a connection to www.myutiitsl.com. PR_CONNECT_RESET_ERROR

Error code: PR_CONNECT_RESET_ERROR

   The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
   Please contact the website owners to inform them of this problem.

Asked by saroj 2 மாதங்களுக்கு முன்பு

Last reply by jscher2000 - Support Volunteer 11 மணி நேரத்திற்கு முன்பு

Can't connect on FF with NordVPN

Hi, I'm on OS Windows 11 and the latest version of FF (133). I also use NordVPN; I can access the web via Edge and Chrome with VPN, but for the last month, it doesn't wo… (மேலும் படிக்க)

Hi,

I'm on OS Windows 11 and the latest version of FF (133). I also use NordVPN; I can access the web via Edge and Chrome with VPN, but for the last month, it doesn't work with FF. What could be the problem?

Asked by Bill_Blackman 1 நாள் முன்பு

Last reply by jonzn4SUSE 11 மணி நேரத்திற்கு முன்பு

can't download app to let repair person to see my computer. This started after the last download!!!!!!!

can't download app to let repair person to see my computer. This started after the last download!!!!!!! I'm sorry I have FIREFOX it causes nothing but problems. No way… (மேலும் படிக்க)

can't download app to let repair person to see my computer. This started after the last download!!!!!!!

I'm sorry I have FIREFOX it causes nothing but problems. No way to actually TALK to someone to get help.

Useless, as far as I'm concerned. Any chance someone can really help me??????

Asked by CaliforniaLady 14 மணி நேரத்திற்கு முன்பு

Last reply by jonzn4SUSE 11 மணி நேரத்திற்கு முன்பு

Google search is cut off and adds a second scroll bar exclusively on firefox on one specific account.

Google web search on firefox is being cut off and adding a second scroll bar. This only happens on one account, and my other account doesn't have this problem. I have tri… (மேலும் படிக்க)

Google web search on firefox is being cut off and adding a second scroll bar. This only happens on one account, and my other account doesn't have this problem. I have tried disabling all addons/extensions and it has not helped. If I could get some help with this that would be great because I am at a loss as to what is causing it. It also happens if I sign in on a private window, and does not happen on chrome. So this exclusively happens on this account when on firefox.

Asked by CosmicScarab 15 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 11 மணி நேரத்திற்கு முன்பு

New Tab (+) Button Missing...Restore Defaults does NOT work!

Hello, About a month or so ago, I noticed the New Tab "+" button was missing on the right hand side of the tabs bar. Also missing is the "arrow" for clicking tabs right… (மேலும் படிக்க)

Hello,

About a month or so ago, I noticed the New Tab "+" button was missing on the right hand side of the tabs bar. Also missing is the "arrow" for clicking tabs rightward (the left "arrow" for clicking tabs leftward is still present). After a Firefox update today, I had hoped it would come back but it is still missing. I opened "customize toolbars" and clicked "restore defaults" but the New Tab "+" button is not listed as an option! Is this yet another bug that Mozilla claims is a "feature" that no one asked for (like erroneously moving the tabs bar to the top)?

Thanks.

Asked by jdoll021 13 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 12 மணி நேரத்திற்கு முன்பு

Middle Mouse click on bookmarks

The setting "Open links in tabs instead of new windows" and middlemouse.openNewWindow in about:config will not fix this issue: when using middle mouse on the bookmarks in… (மேலும் படிக்க)

The setting "Open links in tabs instead of new windows" and middlemouse.openNewWindow in about:config will not fix this issue: when using middle mouse on the bookmarks in the bookmarks bar, it will automatically switch the foreground tab to the new opened bookmark which is not great. The combination of the previously 2 mentioned settings will allow hyperlinks and such to work fine, but not on bookmarks. this makes it tedious when I wanna just have something ready in the background.

Asked by Froggy67823 12 மணி நேரத்திற்கு முன்பு

Last reply by jscher2000 - Support Volunteer 12 மணி நேரத்திற்கு முன்பு