2013-08-22, 06:20:43
(2013-08-21, 07:01:42)Thomas Helzle Wrote: Hey,
is it possible that my problem above with the missing classes comes from using a static start slug?
<?php get_i18n_navigation('index', 0, 0, I18N_OUTPUT_MENU | I18N_FILTER_MENU, 'mainmenu') ?>
The first parameter should be the current page - if you set it to a fixed value, the plugin assumes that this (here the index page) is the current page and sets the classes accordingly.