[EXT] Menu Wizard

Announce and Discuss the Latest Theme and Extension Releases.
Post Reply
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

"Menu Editor" or "Menu Wizard"? it is two different add-ons...
kltpzyxmrm
Posts: 129
Joined: June 16th, 2015, 10:59 am

Re: [EXT] Menu Wizard

Post by kltpzyxmrm »

pag77 wrote:"Menu Editor" or "Menu Wizard"? it is two different add-ons...
Hmmm, how did that happen? #-o

Its Menu Wizard that causing the problem.
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

ok. Menu Wizard breaks your Bookmark Manager context menu... please video about your problem
kltpzyxmrm
Posts: 129
Joined: June 16th, 2015, 10:59 am

Re: [EXT] Menu Wizard

Post by kltpzyxmrm »

It was a corrupt s3menuwizard folder
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

kltpzyxmrm wrote:It was a corrupt s3menuwizard folder
I'm sorry, I did not understand you
Game-R
Posts: 23
Joined: October 6th, 2004, 7:21 pm

Re: [EXT] Menu Wizard

Post by Game-R »

Hi there,
Is there any way we can disable the shortcut key functionality in this extension?
It is interfering with KeyConfig and Dorando Keyconfig extensions which some of us use to set our own custom coded shortcut keys. http://forums.mozillazine.org/viewtopic ... #p14725088
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

just do not use change the shortcut key combinations via MenuWizard
Amsuke
Posts: 60
Joined: April 3rd, 2010, 8:23 am

Re: [EXT] Menu Wizard

Post by Amsuke »

I just switched from using Dorando's MenuManipulator to Menu Wizard, and I'm having a big problem with lag.

With MenuManipulator, if I opened a new browser window, changes I had made (such as the Access Keys of the pulldown menus) were immediately and instantly available.

However, with Menu Wizard, it takes a second or two for the changes to take effect - every time I open a new window (which I do frequently).

If this can't be fixed, I'm going to have to uninstall Menu Wizard and find another solution. Is there a fix for this?
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

Amsuke wrote:Is there a fix for this?
about:config
extensions.s3menuwizard.init_start_timer , in sec, default 2 sec
Amsuke
Posts: 60
Joined: April 3rd, 2010, 8:23 am

Re: [EXT] Menu Wizard

Post by Amsuke »

pag77 wrote:
about:config
extensions.s3menuwizard.init_start_timer , in sec, default 2 sec

Thanks! Changing that to zero did the trick.

Unless there's some other reason I don't know about, it should default to "0" so that it's instant.
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

Some add-ons create their menus too late after the start of the browser.
so I made delay 2 seconds for general cases
schwine3
Posts: 19
Joined: April 3rd, 2015, 8:23 am

Re: [EXT] Menu Wizard

Post by schwine3 »

Anyone know how I can hide the " Recent Tags" option in the Bookmarks drop-down menu in Firefox 50.0.1?
I have been looking for this option in the Bookmarks section of the Menu Wizard but I haven't found it.

Thanks in advance.
makondo
Posts: 1961
Joined: October 18th, 2007, 5:26 pm
Location: Rocky Mountains

Re: [EXT] Menu Wizard

Post by makondo »

Put this in your userChrome.css or Stylish style:

Code: Select all

#BMB_bookmarksShowAllTop + menuseparator,
    #bookmarksToolbarSeparator,
    menuitem[label="Recently Bookmarked"] {
      display: none !important;
    }

    menuitem[label="Recently Bookmarked"] + menuitem,
    menuitem[label="Recently Bookmarked"] + menuitem + menuitem,
    menuitem[label="Recently Bookmarked"] + menuitem + menuitem + menuitem,
    menuitem[label="Recently Bookmarked"] + menuitem + menuitem + menuitem + menuitem,
    menuitem[label="Recently Bookmarked"] + menuitem + menuitem + menuitem + menuitem + menuitem {
      display: none !important;
    }
pag77
Posts: 1642
Joined: December 26th, 2013, 10:46 pm

Re: [EXT] Menu Wizard

Post by pag77 »

Menu - Bookmarks - after displaying the list of bookmarks - Right Click Mouse on bookmark list - search in context menu "Hide Recently Bookmarked" / "Show Recently Bookmarked"
bschurch
Posts: 1
Joined: January 5th, 2017, 4:16 am

Re: [EXT] Menu Wizard

Post by bschurch »

I'm unable to type alt, nothing happens. So I cannot change the shortcut.
Post Reply