Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
92 views

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 ...
Phantom59's user avatar
  • 1,127
4 votes
1 answer
112 views

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 ...
Asma Binta Younus's user avatar
0 votes
1 answer
86 views

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 ...
Studio Wai's user avatar
2 votes
1 answer
135 views

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 ...
Alan's user avatar
  • 33
0 votes
0 answers
119 views

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. ...
Franklin's user avatar
  • 133
0 votes
1 answer
75 views

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 ...
TampaSportsLover's user avatar
0 votes
0 answers
61 views

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 ...
Grebenschikov Maxim's user avatar
0 votes
0 answers
156 views

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 ...
Hamza Baig's user avatar
2 votes
2 answers
3k views

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 ...
SootyFlyer's user avatar
-4 votes
2 answers
680 views

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 ...
Laxman's user avatar
  • 27
0 votes
1 answer
103 views

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 ...
Nikola Jevtic's user avatar
0 votes
0 answers
61 views

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 ...
Abdssamad Aithda's user avatar
3 votes
1 answer
244 views

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) ...
Shinesfox's user avatar
0 votes
1 answer
77 views

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 = &...
Haribo's user avatar
  • 2,236
0 votes
1 answer
125 views

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 ...
Joel's user avatar
  • 24k
1 vote
1 answer
84 views

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 ...
TobKel's user avatar
  • 1,463
0 votes
1 answer
442 views

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', '...
Tom Grundy's user avatar
0 votes
0 answers
28 views

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 ...
Modified Rides's user avatar
1 vote
0 answers
22 views

class _MyAppState extends State<MyApp> { late bool isLoggedIn = false; @override initState() { super.initState(); _checkLoginStatus(); } User? _user; void _checkLoginStatus()...
Armando Sánchez's user avatar
0 votes
0 answers
53 views

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 ...
Tristan Lacombe's user avatar
1 vote
0 answers
77 views

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 ...
Huy Loc Vu's user avatar
1 vote
1 answer
553 views

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 ...
Ogarocious's user avatar
1 vote
1 answer
336 views

In my app.component.html I have <div class="main"> <button type="button" (click)="onShowNotificationSideBar()" label="Show"></button> ...
ILIA BROUDNO's user avatar
  • 1,943
0 votes
1 answer
251 views

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 ...
Draco1876's user avatar
0 votes
2 answers
993 views

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 ...
Mickey Vershbow's user avatar

1
2 3 4 5
45