Giter Site home page Giter Site logo

Missing items? about simplemenuwizard HOT 7 CLOSED

stonecrusher avatar stonecrusher commented on May 29, 2024
Missing items?

from simplemenuwizard.

Comments (7)

Candlemass avatar Candlemass commented on May 29, 2024 1

No problem. just figured I would report back with the solution. Not everyone likes the dishovelled appearance of toolbars :)

Your update also worked.

Cheers.

from simplemenuwizard.

Candlemass avatar Candlemass commented on May 29, 2024

Also was wondering if you knew how to remove just the "Ctrl+Shift+A" part of the Add-ons entry while keeping the actual "Add-ons" button in the main hamburger menu:

https://i.postimg.cc/xCzQTVtK/Addons.jpg

Thanks again.

from simplemenuwizard.

stonecrusher avatar stonecrusher commented on May 29, 2024

Hi,
thanks for your report.

In the bookmarks dropdown menu

Hm, can you help me where that is? Where do I have to click to see that menu? Btw simpleMenuWizard usually is adjusted to the latest stable release which is 68.0.1 at the moment.

how to remove just the "Ctrl+Shift+A" part of the Add-ons entry

Try this in userChrome.css:

#appMenu-addons-button.subviewbutton[shortcut]::after {
  content: '' !important;
}

from simplemenuwizard.

Candlemass avatar Candlemass commented on May 29, 2024

Hi,
thanks for your report.

In the bookmarks dropdown menu

Hm, can you help me where that is? Where do I have to click to see that menu? Btw simpleMenuWizard usually is adjusted to the latest stable release which is 68.0.1 at the moment.

how to remove just the "Ctrl+Shift+A" part of the Add-ons entry

Try this in userChrome.css:

#appMenu-addons-button.subviewbutton[shortcut]::after {
  content: ''
}

I believe it's on the right side of the url bar by default, otherwise you should be able to click the "customize" button and drag the icon there from the options available.

I have managed to remove all of the text with the following:

#BMB_viewBookmarksSidebar,
#BMB_bookmarksShowAllTop,
#BMB_bookmarksShowAllTop + menuseparator,
#BMB_bookmarksToolbar,
#BMB_unsortedBookmarks,
#BMB_bookmarksShowAll .menu-accel-container {display:none!important;} <--- leaves the "Show all bookmarks" button at the bottom of the list for access to that useful menu but removes the unsightly "Ctrl+Shift+B" text from beside it.

However there are still two separator lines that I'm not able to figure out how to remove that were above and below the "Mozilla Firefox" button that you can remove by simply right clicking and hitting "delete".

https://i.postimg.cc/KYTX6kxm/Bookmarks-Menu.jpg

Regarding the hamburger menu, I also tried your provided code in my userChrome.css file but it had no effect.

from simplemenuwizard.

Candlemass avatar Candlemass commented on May 29, 2024

The botton line ended up being a hidden mobile item but I did finally get it removed.

Final stack looks as follows to remove everything:

#BMB_viewBookmarksSidebar,
#BMB_bookmarksShowAllTop,
#BMB_bookmarksShowAllTop + menuseparator,
#BMB_bookmarksToolbar,
#BMB_unsortedBookmarks,
#BMB_bookmarksShowAll .menu-accel-container,
#BMB_mobileBookmarks + menuseparator {display:none!important;}

You can use this if you choose to update your project for others that may be interested in modifying their bookmarks dropdown menu if they would rather save the screen realestate and utilize this feature rather then the toolbar.

I'm still trying to figure out the "Ctrl+Shift+A" issue in the hamburger menu while still keeping the useful "Add-ons" button though.

from simplemenuwizard.

stonecrusher avatar stonecrusher commented on May 29, 2024

I'm still trying to figure out the "Ctrl+Shift+A" issue in the hamburger menu while still keeping the useful "Add-ons" button though.

add an !important to my suggestion and it works (made the edit on the original post)

from simplemenuwizard.

stonecrusher avatar stonecrusher commented on May 29, 2024

you should be able to click the "customize" button and drag the icon there from the options available.

Ah now I see. Unfortunately all that stuff from the addons-bar is out of scope at the moment. I would need to include all the other possible default "addons" items which is like a whole new chapter.

You can use this if you choose to update your project for others that may be interested in modifying their bookmarks dropdown menu if they would rather save the screen realestate and utilize this feature rather then the toolbar.

Thank you! I'm not including it now but definitely relate to that if someone asks.

from simplemenuwizard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.