Questions tagged [adminlte]

Use this tag if your question involves the use of the AdminLTE Control Panel Bootstrap Template.

AdminLTE Control Panel Template is an open source admin dashboard & control panel theme. Built on top of Bootstrap 3, provides a range of responsive, reusable, and commonly used components.

443 questions
6
votes
1 answer

Align header elements in shiny dashboard

I'm working with shinydashboard to jazz up a shiny app a bit and I'm having trouble positioning some elements (eg logo) on the page. I found this answer which was immensely useful in increasing the height of the header, but I can't quite manage the…
JasonD
  • 142
  • 2
  • 10
5
votes
3 answers

I integrate an adminLTE template in Angular 8. the first time when I launch the server the program works correctly after it gives this error

ERROR in src/assets/plugins/filterizr/FilterContainer.d.ts:1:10 - error TS2305: Module '"D:/angular_workspace/templateAngular/src/assets/plugins/filterizr/FilterizrOptions/defaultOptions "' has no exported member 'RawOptionsCallbacks'. 1 import {…
AFJA
  • 49
  • 1
  • 3
5
votes
2 answers

Sidebar menu not working in Laravel+vue+adminlte

I have installed AminLte v3 using npm in my Laravel + vue project ad evrything is working great but when i click on the Side navbar main menu which is tagged as
5
votes
1 answer

R shinydashboardplus flipbox - how to remove images

I'd like to have no images for the flipbox, how can I do it? Tried this (and also setting to NULL): flipBox( id = 1, main_img = "", header_img = "", ... but instead it gives me this strange image.
Vlad
  • 3,058
  • 4
  • 25
  • 53
5
votes
2 answers

AdminLTE content-wrapper min-height issue

It seems that Admin LTE sets the min-height value for ` and also the side bar. For some reason, in my case, this value is getting calculated to be way higher than it should, which causes the side bar to be unnecessarily long. See the screenshot…
gtilflm
  • 1,389
  • 1
  • 21
  • 51
5
votes
3 answers

OpenLayers: How can I redraw a map after a sidebar is collapsed?

I am using OpenLayers to display a map, and AdminLte for the interface. My problem : When collapsing the main left sidebar on a given page, all the boxes and what it contains changes size (I don't really know how) so the maps gets bigger as well.…
Raphaël
  • 113
  • 1
  • 9
5
votes
11 answers

Showing active menu on a drop down side menu on Bootstrap (AdminLTE)

I want to highlight the active page on the side bar menu. I am using Bootstrap (AdminLTE). I have tried a number of javascript ways to no avail. Kindly anyone help out. Below is the side bar menu.
5
votes
6 answers

Laravel dynamic breadcrumbs with links

I am trying to implement dynamic breadcrumbs in laravel with links. I successfully render the breadcrumbs but without links by following code.
Wasif Iqbal
  • 474
  • 1
  • 4
  • 17
4
votes
4 answers

AdminLTE Sidebar Active menu doesn't change dynamically

Bug | Help The jquery just doesn't fire up correctly when I try to change the class on nav-link. Maybe this has been blocked by other js? I am creating my index.php file which includes once header.php, sidebard.php, and footer.php Some page is…
4
votes
2 answers

How to get value of multi select in Laravel 5.4

I am using multi select of adminlte. I wan't to get value of multi select, How can I get it Output of dd($request) VIEW