15,801 questions
-2
votes
0
answers
26
views
WordPress Conditional Menus [closed]
My Wordpress site has two different nav-bars, one when a user is logged out, and another when a user is logged in (password protected). Here is the logged in menu. And here is the logged out menu. ...
-2
votes
1
answer
65
views
WordPress menu: Can’t save Display Location or Manage Locations (Polylang plugin) [closed]
In WordPress, while trying to edit Appearance: Menus, I was unable to set the “Display Location” for a menu, nor assign a menu through “Manage Locations”. Every time I’d try to save it would revert to ...
1
vote
1
answer
112
views
Jetpack Compose:DropdownMenu ignores anchor and shows at bottom of screen in Compose Dialog
I am trying to implement a custom Jetpack Compose Dialog that contains two elements with their own anchored DropdownMenu:
A Header Row with a downward icon that should trigger a menu when clicked.
...
3
votes
1
answer
81
views
How to make a L Shape view menu with animation? (Custom Menu idea/ SwiftUI)
Apple menu and Sport App is cool, but I want my own idea more cooler than other. I am try to make new!
Here full code:
import SwiftUI
struct ContentView: View {
@State private var isExpanded ...
0
votes
1
answer
148
views
SwiftUI IOS 26 - Menu button floats outside its container during selection animation
Don't even know how to explain this...
On IOS 26, in a scrollable view that contains a Menu, if I start scrolling the view before the menu selection animation finishes (roughly within ~1 second after ...
0
votes
1
answer
92
views
macOS menu bar action
I have seen a lot of tutorials how to customize the menubar, but none of them I found explain how to implement an action, they used leave it as an "exercise for the reader".
For instance:
@...
Advice
0
votes
1
replies
111
views
an old old qt4 program - been asked to add menus -
EAGH
the "Quit" option I have been seeing on the menu is the Ubuntu "quit application" menu. NOT MINE.
So the question becomes - why do I not see a menu in my application?
The ...
9
votes
1
answer
1k
views
iOS 26 broken view hierarchy on Menu
I am getting the message:
Adding '_UIReparentingView' as a subview of UIHostingController.view is not supported and may result in a broken view hierarchy. Add your view above UIHostingController.view ...
3
votes
3
answers
668
views
How to fix new menu behavior in iOS 26 with SwiftUi
In my SwiftUI app, I use a button menu.
When moving to Xcode 26, I automatically "benefit" from new iOS Style, which is annoying because actual selection disappears when the menu opens, and ...
0
votes
2
answers
144
views
Add another javascript dropdown submenu
I have a dropdown menu on my Wordpress website that adds submenu items and it's categories into a dropdown menu. This works for one menu-item, with the help of that #id class. Now i can't get it ...
1
vote
0
answers
60
views
How can I set the height and font of a MenuBarItems in the content page?
I have a maui app and it has a menu bar in the front page that looks like this:
What I'm looking to do is some how resize the height of the menu and change the font size and (if possible) the font ...
1
vote
1
answer
109
views
How to create a SwiftUI Menu with multiple Pickers without extra dividers?
I'm trying to create a SwiftUI Menu containing two Picker to control content and sort. However, I cannot replicate menu appearance shown in my reference screenshot.
No matter which approach I try, I ...
1
vote
1
answer
92
views
Javascript works on one menu item, but not the others
I have a simple Javascript-enabled Wordpress menu plugin that I've built myself.
It has a top level menu that works fine and a sub-menu dropdown that doesn't. For some reason, only the first (top) ...
0
votes
1
answer
52
views
Create a Single Window App but keep the File menu
I want to make a very simple Single Window App that can open/close some external resources in order to process them.
Using code from this solution How to limit the number of windows in a WindowGroup? ...
5
votes
1
answer
163
views
Controlling color of menus in ncurses
I am working on a program to create menus with colors using ncurses on Linux:
#include <stdio.h>
#include <stdlib.h>
#include <ncurses.h>
#include <ncurses/menu.h>
int main() {...