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
In qtranslate_frontend.php, menu items with an empty title are removed from the menu. Any sub-items of the item that is removed are not removed from the menu. This will cause Wordpress to display them as top-level menu items.
For example, create a menu like this:
- Test
- (Empty title)
- Sub item 1
- Sub item 2
- Test 2
It will be displayed like this:
- Test
- Sub item 1
- Sub item 2
- Test 2
If a menu item is removed, the sub-items should be removed too.
The text was updated successfully, but these errors were encountered:
Comment by ouiliam Sunday Aug 13, 2017 at 04:39 GMT
this is still a problem on release 3.4.6.8 WP 4.8.1
add an empty custom menu item with # as URL (to be used as a submenu group title), and the order is messed up and changes to EN menu items are no longer properly mirrored in other languages.
when custom links are used, the custom link URL gets modified by qtranslate.
Issue by cdauth
Friday Sep 11, 2015 at 13:25 GMT
Originally opened as qTranslate-Team/qtranslate-x#255
In qtranslate_frontend.php, menu items with an empty title are removed from the menu. Any sub-items of the item that is removed are not removed from the menu. This will cause Wordpress to display them as top-level menu items.
For example, create a menu like this:
It will be displayed like this:
If a menu item is removed, the sub-items should be removed too.
The text was updated successfully, but these errors were encountered: