Not Seeing Subpages
Permalink
I am a newbie, so please forgive the obvious question.
I am using the Rigid Light theme. I have added 3 levels of pages using the Full Sitemap in the Dashpoard. The site is redeemerweb.org
I can see the top level on my header and then the second level, but the 3rd level does not fly out when I scroll down the second level list where I added the third level page.
Here is the code from the header.php (if it helps)
$bt_main = BlockType::getByHandle('autonav');
$bt_main->controller->displayPages = 'top';
$bt_main->controller->orderBy = 'display_asc';
$bt_main->controller->displaySubPages = 'all';
$bt_main->controller->displaySubPageLevels = 'custom';
$bt_main->controller->displaySubPageLevelsNum = '1';
$bt_main->render('templates/dropdown');
When I add a auto-nav block it shows up below the banner, I am trying to work with the navigation that is built in to the header.
Any help would be greatly appreciated.
Thanks, Dave
I am using the Rigid Light theme. I have added 3 levels of pages using the Full Sitemap in the Dashpoard. The site is redeemerweb.org
I can see the top level on my header and then the second level, but the 3rd level does not fly out when I scroll down the second level list where I added the third level page.
Here is the code from the header.php (if it helps)
$bt_main = BlockType::getByHandle('autonav');
$bt_main->controller->displayPages = 'top';
$bt_main->controller->orderBy = 'display_asc';
$bt_main->controller->displaySubPages = 'all';
$bt_main->controller->displaySubPageLevels = 'custom';
$bt_main->controller->displaySubPageLevelsNum = '1';
$bt_main->render('templates/dropdown');
When I add a auto-nav block it shows up below the banner, I am trying to work with the navigation that is built in to the header.
Any help would be greatly appreciated.
Thanks, Dave
Hey growthcurve, I gave that a try and it shows both of them (2nd & 3rd levels)at the same time. I am shooting for the 3rd level to fly out when I scroll down to the correct 2nd level page.
Thanks for helping me get started in the right direction.
Thanks for helping me get started in the right direction.
FYI, I just learned that this theme only supports 2 levels of navigation at this time.
Hope that helps?