bauerhaus 0 Report post Posted April 21, 2012 My client just added a third tier into the menu Navigation and it is not showing up on the http://wishuponastarwithus.com/. Specifically, I am missing three pages under "Resorts." I double checked the admin and took this http://wishuponastarwithus.com/wp-content/uploads/2012/04/Screen-shot-2012-04-21-at-6.42.07-AM.png. Everything looks set up correctly, but on the site, the three pages under "resorts" are not showing. Is this a Pagelines setting or issue that is stopping the three pages from showing up? Share this post Link to post Share on other sites
WebWerx 0 Report post Posted April 21, 2012 @bauerhaus: I see the 3 Disney options as being the 4th NAV level. Share this post Link to post Share on other sites
catrina 103 Report post Posted April 21, 2012 I see what you're seeing, @bauerhaus. I think that it could be a navigation depth issue where it's set at 2 when it should be set at 3 or higher in order to display the 3rd tier/great grandchild pages. Try adding this filter to your functions.php file (in the PageLines Customize plugin or the base theme) and change the depth number to 3: [code]function my_dropdown_defaults($menu){ // Change settings here $menu['depth'] = 2; return $menu; // return the variable array back } add_filter( 'dropdown_menu_defaults', 'my_dropdown_defaults' );[/code] Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
bauerhaus 0 Report post Posted April 21, 2012 @Webwrx what browser are you in? @catrina - thanks for that suggestion. I tried adding that code to the Functions.php file in the Pagelines Customize plugin, but it didn't work. I also tried bumping it up to a depth number of 5, but still no luck. Any other ideas? Share this post Link to post Share on other sites
catrina 103 Report post Posted April 21, 2012 Hm, I think that code will only work for the dropdown menu widget. I'm trying to search for another solution by looking for anything pertaining to WordPress menu depth. If you activate the Twenty Eleven or any other theme, does the problem persist? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
bauerhaus 0 Report post Posted April 21, 2012 Thanks @catrina - I don't want to activate the Twenty Eleven theme, as we are live right now. Just went live about 3 days ago. I guess I could copy the site onto another subdomain, but I have a feeling that will take forever. Any other work arounds I could try? Share this post Link to post Share on other sites
catrina 103 Report post Posted April 21, 2012 If you're live, you can install and activate the Ultimate Coming Soon plugin (http://wordpress.org/extend/plugins/ultimate-coming-soon-page/) to enable an "under maintenance" page your visitors will see so that you can activate Twenty Eleven and quickly check your site's menus to see how they're behaving. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
bauerhaus 0 Report post Posted April 21, 2012 @catrina If I activate another theme, and then come back to Framework, am I going to lose any of the customizations and settings I have currently? Share this post Link to post Share on other sites
catrina 103 Report post Posted April 21, 2012 You wouldn't, because you wouldn't be deleting the theme and re-installing it. It's just being deactivated for the time being. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
bauerhaus 0 Report post Posted April 21, 2012 Also, digging around I found this in the forums. Would you suggest trying something similar? http://www.pagelines.com/forum/discussion/1284/4th-level-navigation-from-drop-down-menus/p1 Share this post Link to post Share on other sites
catrina 103 Report post Posted April 21, 2012 Maybe something like it would work, but _nav.php doesn't exist in PageLines Framework. You'd need to change the line arpowers pointed out in the library.templates.php file. In order to do that, you'll need to install the base theme (its purpose and usage is explained here: http://www.pagelines.com/wiki/How_to_Use_the_Base_Theme), make a copy of the file, and put it in the base theme folder then make the code change in there. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
bauerhaus 0 Report post Posted April 21, 2012 I will try the above tomorrow. I also just found this, but it is for Platform. I realize Framework names files differently, but could something similar would work? http://wordpress.org/support/topic/drop-down-menus-multiple-levels Share this post Link to post Share on other sites
Rob 547 Report post Posted April 21, 2012 Hi. Wordpress, by default, limits the menu to Parent > Child > Grandchild. Your client seeks to have Greatgrandchild menu items and that requires extreme customization of WordPress AND PageLines (whether Framework or Platform). I searched a number of sources including: http://wordpress.org/support/topic/menu-with-3-levels and all the links you've provided. None have the right code to increase the level of the menus by one (though obviously many would love to). For this issue, I'm afraid the only possible options are: provide an alternate means of navigation for the greatgrandchild level or; hire a pro developer from our authorized Professionals and see if they can come up with a solution. http://www.pagelines.com/pros 1 Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites