-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WPML language switcher not showing up in menu #18
Labels
enhancement
New feature or request
Comments
Any idea what the item is returning as if it isn't a |
Yes, it's returning a WPML_LS_Menu_Item as object |
oof that's a little frusterating. okay, let me think on it. |
Log1x
added
bug
Something isn't working
enhancement
New feature or request
and removed
bug
Something isn't working
question
Further information is requested
labels
Jul 21, 2020
Log1x
added a commit
that referenced
this issue
Feb 14, 2021
Log1x
added a commit
that referenced
this issue
Feb 14, 2021
* chore(docs): Update license * chore(docs): Update README * chore(docs): Update README links * enhance(docs): Add instructions for installing as a plugin * enhance(docs): Add usage example for vanilla themes * enhance(docs): Improve documentation custom field examples (Supersedes #27) * enhance(docs): Move theme usage into `examples/` folder * feat(ci): Add GitHub action to package Navi as a plugin * feat(ci): Switch to GitHub actions * feat(navi): Add support for WPML (Fixes #18) * feat(navi): Allow Navi to be used as a plugin * feat(navi): Lower minimum PHP version to 7.0 * feat(navi): Remove dependency on Roots Sage * feat(navi): Remove Illuminate dependencies (Supersedes #20)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm using WPML to make my website multilingual, but the language switcher is not showing with Navi. The switcher is present when using wp_get_nav_menu_items().
When changing:
navi/src/Builder.php
Lines 81 to 83 in 5e1e3dd
To:
Are there possible side effects of removing: instanceof \WP_Post ?
The text was updated successfully, but these errors were encountered: