Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionSecond level of my navigation menu (drop-down) doesn't seem to be working.
Things to note:
I have spent 3 hours looking for a solution. Any idea to what the issue is would be greatly appriciated!
Closed. This question is off-topic. It is not currently accepting answers.
Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionSecond level of my navigation menu (drop-down) doesn't seem to be working.
Things to note:
I have spent 3 hours looking for a solution. Any idea to what the issue is would be greatly appriciated!
Try to display the menu with the function wp_nav_menu() anywhere on you site , also check the depth attribute .
The issue was that I had 'depth' => 1,
instead of 'depth' => 3
. I didn't allow my nav to have more than 1 in depth essentially.
wp_nav_menu()
. – Max Yudin Commented Jan 30, 2019 at 8:08