Closed bobsawyer closed 9 years ago
Hi Bob, thanks for the heads up. I'll take a look at this and see what I can do. Unfortunately, I can't commit on a timeframe for a fix, but appreciate you filing a bug report!
No worries, thanks Chris!
On Mon, Sep 29, 2014 at 3:58 PM, Chris Ferdinandi notifications@github.com wrote:
Hi Bob, thanks for the heads up. I'll take a look at this and see what I can do. Unfortunately, I can't commit on a timeframe for a fix, but appreciate you filing a bug report!
— Reply to this email directly or view it on GitHub https://github.com/cferdinandi/web-app-starter-kit/issues/33#issuecomment-57219333 .
Ah, head's up -- it appears that it might have been the theme I was using. I tried a different theme and the feature is available on that one, whereas it wasn't on the other. My apologies!
Oh how strange. Mind me asking which themes? I'd like to make this more fault tolerant if I can.
Sure - the themes I tried (not necessarily using either permanently...) are:
Working: CyberGames (found in WP themes installer) Not Working: Chelonian (also from WP themes installer)
Hope that helps!
Thanks Bob... I'll give this a look...
Finally got around to looking into this. Chelonian does not use the register_nav_menus()
hook in it's functions.php
. With no registered menus, WP for Web Apps has nothing to hook into to load alternate versions of.
WP 4.0 appears to have slightly changed the way the navigation/menus are set up. As such, there are no options available for setting logged-in/logged-out variations of a single menu (i.e., main menu, footer menu, etc.)
Attached screen shot is my Menus settings post-WASK install.