-
Notifications
You must be signed in to change notification settings - Fork 580
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
Theme - No navigation #729
Comments
The Cerulean theme source code is available here: https://github.com/oqtane/oqtane.theme.cerulean. For a theme without navigation you could copy Default.razor to create a new component ( ie. NoNav.razor ). Remove the < Menu Orientation="Horizontal" / > from the markup. |
And by making it a new component that would make it toggle from the page ui when you select it I guess. Still going thru everything. |
I build a theme with custom navigation here: https://github.com/DarkMatterOregon/oqtane.theme.newco |
Im looking for 1 theme, where when you make a page you can say this page doesnt have navigation. So Im trying to figure out what needs to be done to make that toggle. Im not sure how the Default is being inherited down and where the other pages are placing their code. |
I think your repo is private. |
it's public now! |
@sbwalker I tried installing the cerilium theme, doesnt install, restart the project it now wont start and tells me that that theme is missing assets.json. Also when using the oqtane multi pane view, any page saved with this doesnt seem to do anything, I press edit again the theme is blanked out/reset I dont see any way to make a module go to the Left/Right/Top/Center/Bottom. Is there a demo environment. Im assuming all is configured correctly. |
It appears that there is a bug in the theme installer logic. I will investigate further. |
I confirmed there is a bug in the theme installer/uninstaller. In addition, there is a bug related to Layouts in the Router. I am testing fixes for both right now. |
Thanks, things didnt seem right to me, glad I wasnt just confused :P |
Fixed in #748 |
Is there a theme example with no navigation? Use case would be a landing page, or maybe hidden from navigation form pages.
I deployed to azure, setup, I see the cerulean theme. Press download, then install and it doesnt error loading spinner spins and then just comes back to same page to say install the theme again.
The text was updated successfully, but these errors were encountered: