Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Search.....

One of your recent updates has all searches forced to the address bar..... I use the Google search box on my homepage and from the first letter its moved to the address … (funda kabanzi)

One of your recent updates has all searches forced to the address bar..... I use the Google search box on my homepage and from the first letter its moved to the address bar... Go back to the Google box on the homepage.... You've made it useless....

Asked by koyotee 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

HERE is the answer to put "TABS BELOW" which will work with Firefox V90 using the - userChrome.css - file

HERE IS THE ANSWER Here is the answer to get TABS BELOW with Firefox V90 . . copy all of this code below the broken line into your - userChrome.css - file and save it. Yo… (funda kabanzi)

HERE IS THE ANSWER Here is the answer to get TABS BELOW with Firefox V90 . . copy all of this code below the broken line into your - userChrome.css - file and save it. You can modify the 45px in this line if you wish to get an appropriate height . . just experiment with different numbers till you get it right --menubar-height: 45px; /*30px|41px=11px; caption buttons on menubar*/

Also to make the tabs wider or narrower, modify the line which is coded width: 50vw !important;

Finally you must enable - css - in Firefox, by typing about:config into your address bar, and search for toolkit. When all the toolkit options appear change the one which says toolkit.legacyUserProfileCustomizations.stylesheets to TRUE by click the icon in the right hand column. Than close Firefox and reopen, and check how it looks This will enable your - css - file to be read, and interpreted and accepted by the Firefox browser.

-------------------------------------------------------------------
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/* TABS: bottom - Firefox 65 and later - updated for 89+ */
/* https://searchfox.org/mozilla-release/source/browser/themes/shared/tabs.inc.css */
/* https://raw.githubusercontent.com/Aris-t2/CustomCSSforFx/master/classic/css/tabs/tabs_below_navigation_toolbar_fx89.css */
/* https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox */

/* ROOT - VARS */
/* you can adjust the CSS variables until it looks correct */
/* you can use the Browser Toolbox to get the toolbar heights */

*|*:root {
  --tab-toolbar-navbar-overlap: 0px !important;

  --tab-min-height: 40px !important;
  --tab-min-width:  60px !important;

  --tab-adjust:  0px; /* adjust tab bar - only for 68-73 */
  --tab-caption: 5px; /* caption buttons on tab bar */
}

/* TAB BAR - below nav-bar */
#navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10 !important;}
#TabsToolbar {-moz-box-ordinal-group:1000 !important;}

#TabsToolbar {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  width: 50vw !important;
}

#tabbrowser-tabs {
  width: 100vw !important;
}

/* navigator-toolbox - PADDING */
*|*:root:not([chromehidden*="toolbar"]) #navigator-toolbox {
  position: relative !important; /*89+*/
  padding-bottom: calc(var(--tab-min-height) + 1px) !important; /*ADJUST*/
  background-color: var(--toolbar-bgcolor) !important;
}

/* TabsToolbar with menubar and titlebar hidden - rules for Firefox 65-73 */
*|*:root[tabsintitlebar]:not([inFullscreen="true"]):not([sizemode="maximized"]) #toolbar-menubar[autohide="true"] ~
 #TabsToolbar{
  bottom: var(--tab-adjust); /*ADJUST*/
}

/* TABS: height */
#tabbrowser-tabs,
#tabbrowser-tabs > .tabbrowser-arrowscrollbox,
.tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] {
  min-height: var(--tab-min-height) !important;
  max-height: var(--tab-min-height) !important;
}

#TabsToolbar {
  height: var(--tab-min-height) !important;
  margin-bottom: 1px !important;
  box-shadow: ThreeDShadow 0 -1px inset, -moz-dialog 0 1px !important; /*OPTIONAL*/
  background-color: var(--toolbar-bgcolor) !important;
  color:            var(--toolbar-color) !important;
/*  z-index: 1 !important; */
}

/* indicators *//*
*|*:root[privatebrowsingmode=temporary] .private-browsing-indicator {
  position: absolute !important;
  display: block !important;
  right: 0px !important;
  bottom: 0px !important;
  width: 14px !important;
  pointer-events: none !important;
}
*/
.private-browsing-indicator {display: none !important;}
.accessibility-indicator    {display: none !important;}

/* Indicators - HIDE *//*
*|*:root:not([accessibilitymode])             .accessibility-indicator    {display: none !important}
*|*:root:not([privatebrowsingmode=temporary]) .private-browsing-indicator {display: none !important}
*/

/* Drag Space */
.titlebar-spacer[type="pre-tabs"],
.titlebar-spacer[type="post-tabs"] {
  width: 20px !important;
}

/* Override vertical shifts when moving a tab */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
  padding-bottom: unset !important;
}

#navigator-toolbox[movingtab] #tabbrowser-tabs {
  padding-bottom: unset !important;
  margin-bottom: unset !important;
}

#navigator-toolbox[movingtab] > #nav-bar {
  margin-top: unset !important;
}

/* Hide window-controls and caption buttons on Tab Bar */
#TabsToolbar #window-controls {display: none !important;}
#TabsToolbar .titlebar-buttonbox-container {display: none !important;}

Asked by Trevor George, Bristol, UK 1 unyaka odlule

Answered by Trevor George, Bristol, UK 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Firefox "Print Preview" has disappeared from the File menu in 84.0.2

Firefox "Print Preview" has disappeared from the File menu in 84.0.2; all I have now is "Print", which brings up a Microsoft Edge style print dialog. Is this an upgradin… (funda kabanzi)

Firefox "Print Preview" has disappeared from the File menu in 84.0.2; all I have now is "Print", which brings up a Microsoft Edge style print dialog. Is this an upgrading error, or is it just the way Firefox will be now?

Asked by firefox1202 2 iminyaka edlule

Answered by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Bookmarks double spaced

Not sure why the bookmarks was changed to double spaced, but I do not like it at all. Please post a work around to make the bookmarks single spaced. I was able to chang… (funda kabanzi)

Not sure why the bookmarks was changed to double spaced, but I do not like it at all. Please post a work around to make the bookmarks single spaced. I was able to change how they are spaced in the bookmarks bar, but not the rest of the bookmarks that are at the top of the page under the favorites icon.

Asked by chzuck 1 unyaka odlule

Last reply by Chris Ilias 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Double spacing in Menus is back :'-(

A few months ago Firefox decided to double space all the items in menus. Reading through the forums many people didn't like this because of the amount of space that the m… (funda kabanzi)

A few months ago Firefox decided to double space all the items in menus. Reading through the forums many people didn't like this because of the amount of space that the menus now take up. Fortunately there was a work around, by setting 'browser.proton.contextmenus.enabled to false they returned to normal

This morning Firefox my got upgraded and the double spacing problem is back again. However there appears to be a bug with the setting and the menus won't return to normal. I'm now stuck with stupidly large menus that won't fit on the screen and lots of painful scrolling.

Does anybody have an alternative workaround until this is fixed?

Asked by stormcloud 1 unyaka odlule

Last reply by chrisjsevans 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Unable to type a "space"

When typing comments on a web blog, after the spacebar is used, the first letter of the next word eliminates the previously typed space. So what I end up with is all word… (funda kabanzi)

When typing comments on a web blog, after the spacebar is used, the first letter of the next word eliminates the previously typed space. So what I end up with is all words in a sentence running together. Tried other browsers and they work fine. Changed keyboard as well no joy. Typing is normal in applications like adobe, word, etc..... Only happens during Firefox use......... Uninstalled and reinstalled Firefox, also no help..... How do I fix ?

Asked by doej79779 6 izinyanga ezidlule

Last reply by cor-el 6 izinyanga ezidlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

All of a sudden my bookmarks are double spaced, what happened ?

All of a sudden, my bookmarks ( and other bookmarks) are double spaced. This just happened today and I didn't make any changes. How do I get rid of the double spacing&nb… (funda kabanzi)

All of a sudden, my bookmarks ( and other bookmarks) are double spaced. This just happened today and I didn't make any changes. How do I get rid of the double spacing ? Thank you.

Asked by Nodpete 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Tabs on Bottom

Hi Running Firefox 71.0 (64 bit) Well seems Firefox has been messing this up again. Anyone have the new work around solution to get my tabs back on the bottom again. T… (funda kabanzi)

Hi

Running Firefox 71.0 (64 bit)

Well seems Firefox has been messing this up again.

Anyone have the new work around solution to get my tabs back on the bottom again. They were fine this morning then shut down and went out to lunch and when I came back they were back on the top again after months of being where I wanted them below my bookmark bar.

Thoughts on this?

Thanks Dave

Asked by scottish2 3 iminyaka edlule

Answered by cor-el 3 iminyaka edlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

89.0 update changed theme

Update 89.0 changed the browser theme to something I don't like, too pale and pastel. Options to change back to what I had aren't available. The options presented are now… (funda kabanzi)

Update 89.0 changed the browser theme to something I don't like, too pale and pastel. Options to change back to what I had aren't available. The options presented are now uglier than this sick looking theme.

How do I undo 89.0 update? Pretty much looks like (from release notes on another post) 89.0 has nothing at all to do with security and it's just someone at Firefox wanting to change things just for the sake of changing things.

I hope Firefox isn't going to start doing silly things like moving the first floor to the second floor and the second floor to the first floor just because some administrator feels like it.

Asked by lee37 1 unyaka odlule

Last reply by Chris Ilias 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

Do Not Remove Proton Preferences

The update to FF 89 caused a big problem. Large spaces in between the bookmarked web sites when the window unfolds. So now, many bookmarks don't fit in the window, and … (funda kabanzi)

The update to FF 89 caused a big problem. Large spaces in between the bookmarked web sites when the window unfolds. So now, many bookmarks don't fit in the window, and to get to the bottom - the ones I can't see - I have to click the arrow at the bottom. But making it worse, is that if I do go to the bottom, the next time I open the bookmark tab, the list will open at the bottom (it doesn't revert to the top). So I'd have to scroll up to get to the ones at the top - AND the "Other Bookmarks" tab, where I also store bookmarked sites.

I list my bookmarks in the order they're in so I can get to the ones I go to most often as fast as possible. So they're at the top - I don't have to scroll far to get to them. And the "Other Bookmarks" is hidden when the window opens at the bottom. So I'd have to scroll up to get to that as well.

Also, this update changed the size of the command windows - like the copy/paste window, or the window to get the correct spelling of the word. They're so big, they run from the top of the screen to bottom, instead of a small square. So you'll have to scroll way up to get to the command or word you want.

I did find a way to get it back to what it was:

1. Open a tab and enter about:config, click OK after the warning 2. Search proton, a few will come up, change all the ones that are true to false. One was already false so I kept it, and the last one had a 3, which I kept. 3. Exit and open FF.

This will also revert the right-click command boxes back to small squares.

I posted this on this message board but this was added:

==WARNING: There are plans to remove this preference in the next two months The preference setting was created as a toggle for developers when building the new design. Now that the new interface has shipped, the preference will be removed.

If you have any issues with the new design, please let us know what it is you don't like, and we can try provide more permanent solutions depending on the issue.==

No! Do NOT remove this preference! Either that or just get it back to what it was by default. I do not want longer bookmark menus and larger command windows. It was perfect the way it was.

Asked by Steve09 1 unyaka odlule

Last reply by Chris Ilias 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

going back to Firefox version 88 (and throw new version 89 in the trash!!!)???

I've used Firefox for years, and this is, by far, the worst update to date...... the newly upgraded version of Firefox 89 is horrendous!!! How did you manage to get it a… (funda kabanzi)

I've used Firefox for years, and this is, by far, the worst update to date......

the newly upgraded version of Firefox 89 is horrendous!!! How did you manage to get it approved for "universal design" to make it "disability friendly"? I find it visually unfriendly, it does not allow for the level of adaptation some of us might need to make it more visually friendly and easier to navigate

please provide instructions for those of us who prefer to go back to version 88! or make additional changes to correct version 89 to make it more user-friendly like version 88 was......please!!!!

(and lesson learned, I will stop doing "upgrade/update available" if it's going to result in the horrifically unfriendly version I'm having to deal with right now )(or else you all are really trying to push people to Chrome and/or Edge, which I assure you, is not my preference)

please fix asap!!!

Asked by bassets4cat 1 unyaka odlule

Last reply by Chris Ilias 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Latest version adds extra space bookmarks and adds weather to task bar

The latest version adds space between bookmarks making my Bookmark Toolbar overflow down the right side way too large. Is there someway to make Bookmarks space like befor… (funda kabanzi)

The latest version adds space between bookmarks making my Bookmark Toolbar overflow down the right side way too large. Is there someway to make Bookmarks space like before?

I now have a weather report on my often overcrowded task bar. How do i make it go away?

Jay

Asked by blondnblue54 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Ikhiyiwe
  • Okugcinwe kunqolobane

this happens whn ever i clean history or cache in Firefox

every time i clear cache and history this is what i see in words with frind not it has not always done that seems ince the nest Firefox update it does it I hav … (funda kabanzi)

every time i clear cache and history this is what i see in words with frind not it has not always done that seems ince the nest Firefox update it does it I hav eanother problem when shut dw nte computer and restart Mozlla hangs and will not load could it be my home page I use xfinity

 whay doe it   hang and take forever to  load  at start up

Asked by Mary 9 izinyanga ezidlule

Last reply by adnanfarooq5183 3 izinyanga ezidlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Moving webite tabs below bookmarks

Last time Firefox updated, I managed to find information online about moving the website tabs so they were below the bookmarks instead of at the top of the screen. It was… (funda kabanzi)

Last time Firefox updated, I managed to find information online about moving the website tabs so they were below the bookmarks instead of at the top of the screen. It was a huge pain-in-the-butt to do.

After a recent re-install, the tabs have moved themselves back to the top of the screen and nothing I do seems to be able to move them back below the bookmarks.

Is there a way I can move the tabs that doesn't involve spending hours hunting through posts on the web, changing hidden Firefox settings, and recoding .css files?

If not, why do you not give the option to move the tabs wherever the user wants? Especially when it makes far more sense to have the website tabs directly above the website being viewed, at least in my opinion?

I'm currently using Firefox 85.0.2 (64-bit).

Asked by sparrowfox 2 iminyaka edlule

Answered by jscher2000 - Support Volunteer 2 iminyaka edlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Bookmark Padding in New Firefox Versions

I know I am not the first person to complain about this. The spacing/padding between menu items, in particular the Bookmark menu is just ridiculously large. It got even b… (funda kabanzi)

I know I am not the first person to complain about this. The spacing/padding between menu items, in particular the Bookmark menu is just ridiculously large. It got even bigger in 92.0!

I rely on Bookmarks heavily and use hundreds. I guess this was done for touch screens? The main interface is still currently the mouse for computers.

I see the only current fix is a using a stylesheet and it seems a bit involved. I have to give it a try. I am pleading with the designers, please give us the option to use compact padding once again. I am not sure why this is being forced on us. I really like Firefox, please don't make me look for another option. Thanks!

Asked by Steve Goncalves 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Ikhiyiwe
  • Okugcinwe kunqolobane

Firefox now saves files that I only wanted to open

After today's update to version 98 Firefox keeps saving files to the Downloads folder when I don't want it to, I just want to open them, but not keep them, with this new … (funda kabanzi)

After today's update to version 98 Firefox keeps saving files to the Downloads folder when I don't want it to, I just want to open them, but not keep them, with this new behaviour the Downloads folder keeps filing up with useless clutter.

For example, before the update, when I downloaded a .zip file, a pop-up would show up asking if I wanted to save the file or open it with an application. If I chose to save it it would be saved to the Downloads folder, and if I chose to open it nothing would be saved to the Downloads folder.

After the update, when I download a .zip file, Firefox always saves the file to the Downloads folder, even if I choose to open it.

Can you please tell me if there is a way to make Firefox behave like in the previous version?

Asked by bayus.firestorm 1 unyaka odlule

Answered by bayus.firestorm 1 unyaka odlule