-
Notifications
You must be signed in to change notification settings - Fork 907
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] Custom Theme default.blade.php Not Loading with Custom View Namespace #5697
Comments
Hey @azeddine-hf thanks for the question, there is an issue in the docs. Please create a file change the top line to import your I will ask @jcastroa87 to submit a PR to docs to fix the issue 👍 Let me know if that works for you. Cheers |
@pxpm it show me error 500 |
Hey @azeddine-hf try clearing the caches with
So that you know what files are you missing. I've just tested it out and it's working: Cheers |
@pxpm thank you it works the error was in |
@pxpm where data didn't load after set my custom them and i set fallback_theme core_ui2 styles of datatable also not loaded ?? |
Hey @azeddine-hf most likely your template is missing the Make sure your template include those 👍 |
i have respected the docummentation instrection :
@include(backpack_view('inc.main_header'))
@include(backpack_view('inc.sidebar'))
@include(backpack_view('inc.bottom')) @include(backpack_view('inc.theme_scripts')) ` |
@pxpm after i set this scripts it still refresh without loading the data : |
Check Browser developer tools for possible errors in console/network, I hope you know that just saying "this doesn't work" with an image does not help me much to help you. Always try to provide any errors that are relevant for the reported bug. 👍 |
this ui config :
this default blade path :
When accessing the admin panel, it should use my custom theme's
default.blade.php
as the main layout file.it take my sidebar and main_hearder but default no ?
The text was updated successfully, but these errors were encountered: