Kukhonjiswa imibuzo ethegiwe: Veza yonke imibuzo
  • Kusonjululiwe

How do I see my bookmarks toolbar on IOS

I'm tryin to swap over to firefox from chrome vbut I can't see my bookmarks. It seems that the desktop version supports a bookmarks toolbar but the IOS version doesn't. t… (funda kabanzi)

I'm tryin to swap over to firefox from chrome vbut I can't see my bookmarks. It seems that the desktop version supports a bookmarks toolbar but the IOS version doesn't. t wouldn't be so bad if I could see ALL my bookmarks on IOS but I can't. I can't find any way of accessing them.

I don't need a bookmarks toolbar on IOS, I just want access to those I bookmark on desktop into the bookmarks toolbar.

Any ideas?

Asked by Darren Parr 2 ezinsukwini ezidlule

Answered by Darren Parr 2 ezinsukwini ezidlule

  • Kusonjululiwe

How to get "Favorites" or "Bookmarks" spelled out on top of page rather than Star icon

I just got a new computer and had my info transferred. It is probably the latest version of Firefox on the new computer now. On the previous version it seems like Favor… (funda kabanzi)

I just got a new computer and had my info transferred. It is probably the latest version of Firefox on the new computer now. On the previous version it seems like Favorites was spelled out toward the top of the page on the left hand side. I see now it is just a star icon. Is there any way to get it the way it used to be? I'm sure I will get used to it the new way, but I still liked it the other way. Thanks

Asked by Larry/Nancy Jones 2 emasontweni adlule

Answered by zeroknight 2 emasontweni adlule

  • Kusonjululiwe

Lost bookmarks

A couple of months ago, I suddenly lost all my saved bookmarks, plus the ones on my toolbar. Strange thing is, all the folders and sub-folders I created are still there, … (funda kabanzi)

A couple of months ago, I suddenly lost all my saved bookmarks, plus the ones on my toolbar. Strange thing is, all the folders and sub-folders I created are still there, they're just all empty.

Can I get them back somehow? I've been collecting them for years so can't replace them all!

Firefox 125.2 iMac OS x10.15

Asked by amanda52 3 ezinsukwini ezidlule

Answered by jscher2000 - Support Volunteer 2 ezinsukwini ezidlule

  • Kusonjululiwe
  • Ikhiyiwe

Address bar suggestions suddenly wrong

As of an hour ago suddenly all of the usual suggestions and autofill with bookmarks in my address bar are wrong and out of order. I didn't close out of or update Firefox,… (funda kabanzi)

As of an hour ago suddenly all of the usual suggestions and autofill with bookmarks in my address bar are wrong and out of order. I didn't close out of or update Firefox, I was just browsing online. I didn't change anything in my settings or have opened that up in days at the minimum. I cannot figure out how to either revert back or tell Firefox to not show me these choices so I can get my old ones.

I'll give an example: When I typed in "ma" it would show me mangadex.com, which I often go to. Now when I do it not only is 5th on the list it shows up and fills in "https://www.manticgames.com/", which I don't have that specific page bookmarked. I have "https://www.manticgames.com/games/kings-of-war/" bookmarked, but not that homepage. But now all of a sudden it is showing me the homepage of that site when I begin to type in "ma".

This is incredibly irritating and I have no idea why it's doing this at me out of nowhere. I don't want about anything showing up besides my bookmarks and specifically only the pages I bookmarked.

Asked by konahrik20 2 emasontweni adlule

Answered by zeroknight 2 emasontweni adlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Deleting All Bookmarks At Once

I have followed these instructions for deleting all bookmarks at once but Firefox isn't responding to these commands so I have to delete each bookmark individually. To de… (funda kabanzi)

I have followed these instructions for deleting all bookmarks at once but Firefox isn't responding to these commands so I have to delete each bookmark individually. To delete a lot of bookmarks at once, use the Library dialog. Either: * Ctrl+Shift+b * Bookmarks > Show All Bookmarks In the left panel, click Bookmarks Menu. In the right panel, click the top item you want to remove, then press Shift+End to select all the way to the bottom, then right-click > Delete.

Asked by wdhughes2462 1 unyaka odlule

Answered by TechHorse 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to import and export bookmarks on Firefox on Android?

I'm seeking assistance with managing my bookmarks on Firefox for Android. I've been a Firefox user for some time, and I've accumulated a significant collection of bookmar… (funda kabanzi)

I'm seeking assistance with managing my bookmarks on Firefox for Android. I've been a Firefox user for some time, and I've accumulated a significant collection of bookmarks that I really wouldn't want to lose. However, I'm a bit unsure about the process of importing and exporting bookmarks on the mobile version of the browser. I've looked around, but I can't seem to find the feature. Am I overlooking something? Any help would be greatly appreciated.

Asked by Steeve Manson 8 izinyanga ezidlule

Answered by cor-el 8 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Get multirow bookmarks toolbar working again with Firefox 109 and Windows 11

Hi @all, I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (tha… (funda kabanzi)

Hi @all,

I reinstalled my computer from scratch with Windows 11, before this reinstallation I had Windows 10. Now I noticed that with the newest Firefox version 109 (that I also had before with Windows 10) and Windows 11 my multirow bookmarks toolbar doesn´t work anymore. Before the reinstallation it worked with the following code:


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

/* Makes bookmarks toolbar span multiple rows */

#PersonalToolbar{
  --multirow-bmb-n-rows: 3; /* Control how many rows are shown before scrolling */
  --multirow-bmb-row-margin: 2px; /* Control how much spacing is between rows */
  max-height: none !important;
}

#PlacesToolbar > hbox{ 
  display: block;
  width: 100vw;
}

#PlacesToolbarItems{
  display: flex;
  flex-wrap: wrap;
  /* --uc-bm-padding is defined in autohide_bookmarks_toolbar.css */
  max-height: calc(var(--multirow-bmb-n-rows) * (5px + 1em + (2 * (var(--multirow-bmb-row-margin) + var(--uc-bm-padding,2px))))) !important;
  overflow-y:auto;
  scrollbar-color: var(--lwt-accent-color) var(--toolbar-bgcolor) ;
  scrollbar-width: thin;
}

/* Hide the all-bookmarks button */
#PlacesChevron{ display: none }

/* Add some spacing between rows */
#PlacesToolbarItems > .bookmark-item{ margin: var(--multirow-bmb-row-margin) 3px !important;  }


I already tried some other codes that I found in the internet but none of them worked. I have this code in the file userChrome.css, this file is in a chrome folder and this folder is in my profile folder. Can anybody tell me what I have to do to make the multirow bookmarks toolbar working again?

Best regards heusmich

Asked by heusmich 1 unyaka odlule

Answered by heusmich 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

ManagedBookmarks [JSON]

Hello, Firefox 102.6.0esr (x64) Firefox 108.2.0 (x64) after implementing the bookmarks (JSON) setting by GPO policy, it turns out that an entry for Bookmarks is created… (funda kabanzi)

Hello,

Firefox 102.6.0esr (x64) Firefox 108.2.0 (x64)

after implementing the bookmarks (JSON) setting by GPO policy, it turns out that an entry for Bookmarks is created in the registry and not ManagedBookmarks, which causes bookmarks not to appear in the bookmarks bar. When I manually rename a registry entry from Bookmarks to ManagedBookmarks, the bookmarks appear properly. Please let me know if I'm doing something wrong or if there really is a problem reported by me.

Yours sincerely Bart

Asked by bartekbrzozka 1 unyaka odlule

Answered by Mike Kaply 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Importing Bookmarks

1) I Followed the instructions and exported my Firefox bookmarks in HTMLformat from a Windows 10 laptop and saved the file on a thumb drive. 2) I had installed Firefo… (funda kabanzi)

  1. 1) I Followed the instructions and exported my Firefox bookmarks in HTMLformat from a Windows 10 laptop and saved the file on a thumb drive.
  2. 2) I had installed Firefox on a new Windows 11 laptop.
  3. 3) I followed the instructions and tried to imported the HTML file from the thumb drive into the newly installed Firefox on the new Windows 11 laptop.
  4. 4) I got the message "file is empty" when I pressed open so the import did not work as advertised. I looked at the HTML file on the thumb drive and all my bookmarks were there, so the file was not empty.
  5. 5) What do I do to get the newly installed Firefox on my Windows 11 laptop to read/recognized the HTML file I created and to successfully import my bookmarks?????

Thank You for any help you can give. JKH

Asked by janice-hite 1 unyaka odlule

Answered by MarkRH 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Other Bookmarks in the Firefox Toolbar is missing

I had an arrow on the right side of my FF Toolbar for "Other Bookmarks". Recently it went missing. I have many bookmarks under that heading, and can get to them through… (funda kabanzi)

I had an arrow on the right side of my FF Toolbar for "Other Bookmarks". Recently it went missing. I have many bookmarks under that heading, and can get to them through the Bookmarks Manager, but no arrow on the Toolbar. How can I get it back?

Asked by Barry_Merchant 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How do I lock bookmarks on the bookmark tool bar?

I'm a gamer and alt+tab considerably often. Most of the time I end up on FireFox because I need to look at a map or browse reddit while I'm in queue. However, whenever I … (funda kabanzi)

I'm a gamer and alt+tab considerably often. Most of the time I end up on FireFox because I need to look at a map or browse reddit while I'm in queue. However, whenever I alt+tab frequently a bookmark will get selected as if I am clicking and dragging. The bookmarks on the bookmark tool bar always end up in different places. Is there a way to lock these links in place so I can't move them or do I have to resign myself to fixing it every day?

Asked by Vileynye 1 unyaka odlule

Answered by Vileynye 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Moving bookmarks

Firefox - Android I don't seem to have an option to move a bookmark into a new bookmark folder.There is supposed to be an option in the menu (after you click and hold th… (funda kabanzi)

Firefox - Android I don't seem to have an option to move a bookmark into a new bookmark folder.There is supposed to be an option in the menu (after you click and hold the selected bookmark) but the menu only has 3 options - 'open in new tab  :. open in private tab. :. Delete. '. -. Am I missing something ? Can anyone help

Asked by mikeburnell 1 unyaka odlule

Answered by mikeburnell 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Cannot see all Bookmarks when importing HTML file from old computer into Firefox

Hello, I exported the old bookmarks from an old computer into a new computer with the firefox HTML file option Once I imported them into the new version of Firefox, I c… (funda kabanzi)

Hello,

I exported the old bookmarks from an old computer into a new computer with the firefox HTML file option

Once I imported them into the new version of Firefox, I could only see the "recent" bookmarks in the bookmark menu view.

I checked the settings but could not find anything to modify this.

I can see all of the bookmarks if I go into Manage Bookmarks but I can't see anything but the recent ones in the bookmark menu

I tried this on two different computers so perhaps I am missing a setting somewhere?

Thanks!

Matt

Asked by matthew.dunn1 1 unyaka odlule

Answered by jscher2000 - Support Volunteer 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Mozilla Firefox - Manage Bookmarks - Default Folder

Using Firefox version 99.0 (64bit). When I click "Bookmarks / Manage Bookmarks, the listing defaults to the "Other Bookmarks" folder. I would like it to default to the … (funda kabanzi)

Using Firefox version 99.0 (64bit). When I click "Bookmarks / Manage Bookmarks, the listing defaults to the "Other Bookmarks" folder. I would like it to default to the "Bookmarks Menu" folder. How do I make it do that?

Asked by gtadamsesq 2 iminyaka edlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Transferring bookmarks from old hard drive to new pc

Hello, My old PC crashed and I want to transfer my bookmarks from the old hard drive to my new PC running windows 11. I have unlocked hidden files, but when I ran drive:… (funda kabanzi)

Hello,

My old PC crashed and I want to transfer my bookmarks from the old hard drive to my new PC running windows 11. I have unlocked hidden files, but when I ran drive:\Users\username\AppData\roaming\Mozilla\Firefox\Profiles nothing came up. I then ran places.sqlite and a list of places.sqlite appeared with some files having -wal &-shm after them?

I believe from reading here this is where my bookmarks are?

If so, how do I transfer them to my existing PC hard drive to use please? Many thanks Chris

Asked by CM 11 izinyanga ezidlule

Answered by jscher2000 - Support Volunteer 11 izinyanga ezidlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How do I search only specific folders when using the bookmarks searchbar?

Whenever I use the searchbar in the bookmarks manager, it always searches all of my bookmarks, but sometimes I might only want to search for that query within a specific … (funda kabanzi)

Whenever I use the searchbar in the bookmarks manager, it always searches all of my bookmarks, but sometimes I might only want to search for that query within a specific folder. Is there any way to limit a bookmarks search to only a specific folder rather than the entirety of my bookmarks?

Asked by tfaholic09 2 iminyaka edlule

Answered by cor-el 2 iminyaka edlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

How to set the home page to show 'my' pins only, not automatically adding recent visits

Newbie question: today I started out using Firefox, so bear with me. I am trying to set the Firefox Home page to display a limited number of 'pins'. Did manage to get th… (funda kabanzi)

Newbie question: today I started out using Firefox, so bear with me.

I am trying to set the Firefox Home page to display a limited number of 'pins'. Did manage to get them there, but some other pins are automatically added (based on recent visits I suppose?) So I have 8 pins, 3 I don't want. When dismissing, I get other links instead.

Maybe this is by design and can not be changed.

Vainly search for a way to have only the few pins, that I want, show there, nothing else.

Thanks!

Asked by ffw62 1 unyaka odlule

Answered by cor-el 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

places.sqlite always corrupting when opening Firefox

Prior to today, occasionally I would need to restore from a Time Machine backup the files "places.sqlite", "places.sqlite-shm", and "places.sqlite-wal" into my default pr… (funda kabanzi)

Prior to today, occasionally I would need to restore from a Time Machine backup the files "places.sqlite", "places.sqlite-shm", and "places.sqlite-wal" into my default profile, because I would lose my bookmarks & history.

However, beginning this morning, that procedure did not work. Every time I open up Firefox, the "places.sqlite" file would corrupt immediately and no attempt at restoring (from any backup date/time) would fix the issue.

I am running Mac OS 11.7.2 (Big Sur) and Firefox 111.0.

This is VERY frustrating, because I rely heavily on my bookmarks and passwords.

PLEASE HELP!!!!!!

Asked by rscott1 1 unyaka odlule

Answered by exclusive01 1 unyaka odlule

  • Kusonjululiwe
  • Okugcinwe kunqolobane

Bookmarks won't save to specified folders anymore

I have lots of bookmarks, which I organise into folders and subfolders. In the last month or so, Firefox will no longer save them to the folder I specify from the pull-do… (funda kabanzi)

I have lots of bookmarks, which I organise into folders and subfolders. In the last month or so, Firefox will no longer save them to the folder I specify from the pull-down menu when saving but just adds them to the general bookmarks menu. To sort my bookmarks, I have to go into Manage Bookmarks and move them manually. What's happened?

Asked by sei_shonagon 9 izinyanga ezidlule

Answered by cor-el 9 izinyanga ezidlule