2,236 questions
-1
votes
1
answer
92
views
UIKit sidebar button on iPadOS 26 [closed]
I'm adopting Liquid Glass through my apps. I can't seem to get the Liquid Glass effect on the navigation bar buttons on my sidebar view. The show/hide button doesn't appear to have the Liquid Glass ...
4
votes
1
answer
112
views
Can I use theia sticky sidebar without jquery?
Theia Sticky Sidebar not working without jQuery — CDN serves raw JS (v2) but my code expects jQuery v1 — how to migrate or fix?
I'm trying to use Theia Sticky Sidebar on a site where I replaced jQuery ...
0
votes
1
answer
86
views
Open custom wordpress sidebar as default
How can I open a custom sidebar in WordPress when I'm in the Gutenberg editor and click on a block?
Instead of showing the block settings, I would like my custom sidebar to open. How can I do that?
I ...
2
votes
1
answer
135
views
Why does NavigationLink break my NavigationSplitView
Below I have created a simple NavigationSplitView for MacOS using Swift. Both the sidebar and the detail page rely on an Observable value. When I switch that observable value both sidebar and detail ...
0
votes
0
answers
119
views
Bootstrap sidebar dropdown menus hidden behind main content (z-index/layout issue)
Update
I simplified the demo to focus only on the dropdown and sidebar layout issue. The original version included some extra markup for context, but I trimmed it down to make the problem clearer. ...
0
votes
1
answer
75
views
How to left justify content displayed next to a sidebar
I am attempting to use code from a Bootstrap 5.2 sidebar example I really like, but there's a small issue with it.
When the sidebar is minimized, it displays a list of FontAwesome icons for each item ...
0
votes
0
answers
61
views
Problem with showing .ps-submenu-content in React Pro Sidebar
Here is the simple example:
https://codesandbox.io/p/sandbox/sharp-chaum-nqqyn8
The problem is: when in collapsed sidebar state, submenus content doesn't show up on the first click, but works fine on ...
0
votes
0
answers
156
views
is there any way to remove tooltip from toggle button in flowbite-react sidebar component?
When the sidebar is closed and you hover over any item of sidebar, it shows a tooltip.
I don't want that tooltip on toggle button because there it does not make sense.
Is there any way that I can hide ...
2
votes
2
answers
3k
views
Top navigation bar overlapping sidebar
Tools:
next.js
Tailwind
Shadcn
I'm building a nav that has sticky top bar (shadcn navigation-menu) and sidebar (shadcn sidebar) that should extend to the bottom of the top nav bar. No matter how ...
-4
votes
2
answers
680
views
i want to design a design a sidebar with concave rounded corners on the top and bottom edges for the right side using HTML, CSS, and Tailwind CSS?
I am designing a sidebar where the active item should have concave curves on the top-right and bottom-right corners. I'm using Tailwind CSS for styling, and I initially tried setting ...
0
votes
1
answer
103
views
How to hide sidebar menu in SharePoint?
This menu
Hello,
I need to hide this menu in SharePoint, is there any way to do it?
The reason for this is to make the presentation 'childproof' and to limit user access as much as possible. I want to ...
0
votes
0
answers
61
views
How to Locate and Edit Sidebar Code in JobCareer Theme to Rename Fields?
I'm using the JobCareer theme in WordPress, and I'm trying to customize the sidebar by renaming certain fields. However, I'm having trouble finding the specific file that controls the sidebar's ...
3
votes
1
answer
244
views
How to reserve space for Sidebar to fix CLS (cumulative shift layout) Issue?
Live Preview for better analysis: https://premiumerblogger.blogspot.com/2024/07/vegas-pro-plugins-that-you-need-to-know.html
Hello there,
I've been trying to fix this CLS (Cumulative Layout Shift) ...
0
votes
1
answer
77
views
Direct input elements in shinydashboard sidebar
I was wondering if I could modify the following shiny app and put the sliderInput into the sidebar section :
library(shinydashboard)
ui <- dashboardPage(
dashboardHeader(title = &...
0
votes
1
answer
125
views
Getting sidebar to work on github pages with jupyter book
I've built a github repository for a jupyter book. Currently I'm focusing on getting all the structure in place before I start writing.
When I view the html pages from my local repository (in the ...
1
vote
1
answer
84
views
How to display a shorter title if the sidebar is collapsed?
I have a bs4Dash dashboard. In this I have a long title: 'ABC - Controll System'.
This title is also displayed correctly:
Now I want to display the short title "ABC" when I collapse the ...
0
votes
1
answer
442
views
Sphinx sidebar table of contents: include section headers
I'm using the Alabaster theme in Sphinx. The sidebar is set to show a local table of contents and a few other things. From conf.py:
html_sidebars = {
'**': [
'localtoc.html',
'...
0
votes
0
answers
28
views
Sidebar is being pushed under my content?
I'm encountering a perplexing issue with the layout of my website – the sidebar, instead of staying neatly alongside the main content, is inexplicably slipping underneath it. Here's the snippet of CSS ...
1
vote
0
answers
22
views
In my app with flutter my sidebar stops working once the user logs in and redirects to home
class _MyAppState extends State<MyApp> {
late bool isLoggedIn = false;
@override
initState() {
super.initState();
_checkLoginStatus();
}
User? _user;
void _checkLoginStatus()...
0
votes
0
answers
53
views
Materialize-CSS burger menu doesn't trigger sidenav in Angular project
I'm trying to implement a burger menu triggering a side bar when on mobile in my Angular project. However, despite being displayed the menu icon doesn't trigger the side bar when I click on it. The ...
1
vote
0
answers
77
views
In go_route, and flutter web, how to handle back and forward button in the browser
My project is using statefulShellRoute.indexdStack, and using bloc to manage state for the sidebar (using for turn true on the current sellected menuItem of sidebar). When I tap or press f5(refresh ...
1
vote
1
answer
553
views
Struggling with a simple Turbostream update for sidebar navigation
The turbo trigger link is just refreshing the page for my user show view.
I tried turbo_stream.replace & turbo_stream.update also pointed to the frame rightmaincontent but all that's happening is ...
1
vote
1
answer
336
views
PrimeNG sidebar clears primeng messages. Why?
In my app.component.html I have
<div class="main">
<button type="button" (click)="onShowNotificationSideBar()" label="Show"></button>
...
0
votes
1
answer
251
views
CSS: Sidebar Tooltip Struggle
I am working on a project where I have a sidebar and when it is collapsed, a tool tip appears on hover. However, when .sidebar-item-container’s position is set to relative and .sidebar-item-name’s ...
0
votes
2
answers
993
views
Javascript - Sidebar that expands/collapses on mouseover, storing state when routing between pages
I am working on a multi-page web app in HTML/CSS/JS + jQuery. I am trying to build a sidebar component that expands and collapses on mouseover / mouseout. The sidebar has links to other pages on the ...