question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

The skin key in /config/adminlte.php doesn’t work when set to black

See original GitHub issue

Environment:

  • AdminLTE Version: v1.24.2
  • Operating System: Mac OS
  • Browser (Version): Chrome (Latest)

I can’t change the skin key to ‘skin’ => ‘black’ or ‘skin’ => ‘black-light’ . It does work with ‘skin’ => ‘blue’ or ‘skin’ => ‘yellow’ but no color with ‘skin’ => ‘black’.

I have also hardcoded the link in views/vendor/adminlte/page.blade.php <link rel="stylesheet" href="{{ asset('vendor/adminlte/dist/css/skins/skin-black-light.min.css')}} ">

The css debugger is showing correctly the skin-black-light in the body header => https://ibb.co/Msd0tZN

I have cleared the cache and config but as I say all skin work except the black or black-light

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ronlinetcommented, Jan 11, 2019

Thx for you feedback. I am closing this, yet the naming should be reviewed.

1reaction
heemzacommented, Jan 11, 2019

If you familiar with less that should be easiest way to crate a new skin (real-black)

by copy file skin-yellow.less (or skin-yellow-light.less) to a new file (eg. skin-real-black.less) and edit @yellow to @black (or which color you want) and edit .skin-yellow (or .skin-yellow-light ) to your skin name (eg. .skin-real-black)

(I did this step to do my above screen shot)

Read more comments on GitHub >

github_iconTop Results From Across the Web

Laravel - adminlte.php doesn't recognize Auth::id()
I tried adding use Illuminate\Support\Facades\Auth; to both adminlte. php and controller but still doesn't work. adminlte. php:
Read more >
AdminLTE 2 | Documentation
It is a responsive HTML template that is based on the CSS framework Bootstrap 3. It utilizes all of the Bootstrap components in...
Read more >
@extend doesn't work in one page - Laracasts
I have a master that works in all pages than needs to run in it except one page which is edit.blade.php. I removed...
Read more >
Change Log | Blessing Skin Manual
Fixed that message for private textures doesn't match with HTTP status code ... Plugin system: config.blade.php as default config file name.
Read more >
40 Free Bootstrap Admin Dashboard Templates 2022 - Colorlib
This template collection will find HTML/CSS coded admin templates and ... AdminLTE is by far the most popular admin dashboard template ever ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found