Hide Navigation on specific pages
I cannot seem to find a functioning method of hiding the navigation bar on specific pages. In this cause I am wanting the user to create a business and if they don't have one created they will be redirected to the business creation page. Which just contains a form and extends Page.
Solution:Jump to solution
So I had been trying that and it was throwing a variety of different errors at me. Funny enough I figured it out a few minutes after reading your message.
Easiest solution is going into the pages class and adding this into the mount:
```php...
2 Replies
Hey, have you tried extending
SimplePage
instead of Page
?
It seems like your case involves a tenant model tooSolution
So I had been trying that and it was throwing a variety of different errors at me. Funny enough I figured it out a few minutes after reading your message.
Easiest solution is going into the pages class and adding this into the mount: