You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
I have a navigation that has Parent links and then Children anchor tags. The nav is working on desktop, and switching correctly to mobile. However, when I click the parent on mobile the nav does not respond.
I have tried switching it back to the left side of the page and the children then work as they are supposed too. Hopefully, I'm just missing some right selector.
So, in other words the Child Navigation is not sliding in when the Off Canvas Nav is being set to the right
I have a navigation that has Parent links and then Children anchor tags. The nav is working on desktop, and switching correctly to mobile. However, when I click the parent on mobile the nav does not respond.
I have tried switching it back to the left side of the page and the children then work as they are supposed too. Hopefully, I'm just missing some
right
selector.So, in other words the Child Navigation is not sliding in when the Off Canvas Nav is being set to the right
header.php
off-canvas-menu.php
top-bar.php
*Edit: I now realize I need to edit the Nav Ul class to
right-submenu
. Trying to figure out where that class gets added in the WP loop.*Edit 2:
also switch from
left-submenu
toright-submenu
within the offcanvas-walker.phpThe text was updated successfully, but these errors were encountered: