Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: cant use this wonderful plugin along side with other theme plugin #9

Open
chris-john19 opened this issue Jan 31, 2024 · 3 comments
Assignees
Labels
bug Something isn't working needs info Needs extra info from reporter

Comments

@chris-john19
Copy link

What happened?

since this is a custom login background only... Im expecting it to work with the filament themes. Its not compatible. I'm using the https://filamentphp.com/plugins/hasnayeen-themes for the themes after the login page.

How to reproduce the bug

try using this and the aforementioned theme plugin
in the adminpanelprovider

      ->plugin(
            FilamentBackgroundsPlugin::make(),
            ThemesPlugin::make()

        ) 

Package Version

1.1

PHP Version

8.1

Laravel Version

10.10

Which operating systems does with happen with?

macOS, Windows, Linux

Notes

would love to recommend and use this alongside the other theme... or you can include theme customization like the rest and not just the login background as the other theme customization plugins out there doesnt support login background changer

@chris-john19 chris-john19 added the bug Something isn't working label Jan 31, 2024
@JaZo
Copy link
Member

JaZo commented Feb 7, 2024

Thanks for reporting! I have some deadlines now, but will look into it soon!

@JaZo JaZo self-assigned this Feb 7, 2024
@JaZo
Copy link
Member

JaZo commented Feb 9, 2024

Can you be more specific about what's wrong? Why isn't it compatible? Do you have screenshots? Etc. I installed the theme you mentioned and everything seems fine to me.

@JaZo JaZo added the needs info Needs extra info from reporter label Feb 9, 2024
@jackwh
Copy link

jackwh commented Mar 3, 2024

If it helps, I'm using this plugin successfully with the Minimal theme. The only adjustment I had to make was adding this line to my theme CSS:

/* Fix the backdrop blur used by the Filament Backgrounds plugin when combined with the Minimal Theme */
.fi-simple-main {
    @apply p-10 rounded-xl backdrop-brightness-[.33] backdrop-opacity-90 backdrop-blur-sm !important;
}

Besides that, everything else works great 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs info Needs extra info from reporter
Projects
None yet
Development

No branches or pull requests

3 participants