2012-02-03, 17:07:58
Dominic Wrote:I have rebuilt my template using the i18N plugin and it's working better, the sub page menu is behaving perfectly. But I still haven't figure out how to make the main parent menu link stay current when on it's grandchild page.
The code in my main top menu must read:
Code:
<?php get_i18n_navigation(return_page_slug()); ?>
Code:
#navMenu li.current, #navMenu li.currentpath { ... }