disable embed navigation system.
Permalink
Hello.
Im using a custom them so I dont have a theme settings page. theres a way the disable the embed navigation system on the code?
I tried deleting that section on the header.php but changes the whole layout.
any ideas?
Im using a custom them so I dont have a theme settings page. theres a way the disable the embed navigation system on the code?
I tried deleting that section on the header.php but changes the whole layout.
any ideas?
I think you're on the right track, but it needs to be done in such a way that the remaining areas are sensibly laid out (assuming that a grid system is being used).
Its working now, but that breaks my sidenav and I didnt touch the code of the sidenav.php
I guess is because the sidenav is $navSide = BlockType::getByHandle('autonav'); and I dont have an autonav anymore
It seems to me that if removing the nav breaks your layout, your layout is faulty. Do you have a live URL? Did you run your code thru the w3c code checker?
I checked, Its working now, but that breaks my sidenav and I didnt touch the code of the sidenav.php
I guess is because the sidenav is $navSide = BlockType::getByHandle('autonav'); and I dont have an autonav anymore