2012-02-03, 14:24:59
mvlcek Wrote:Dominic Wrote:Is there a way to make the child menu plug in not change when going to one of its next level child pages?
I was to mention it, but you seemed to only have 2 levels.
I18N plugin, if you need more than 2 levels.
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.
Example.. on this page both "Drawing" and "Pen & Ink" should be in their current state. "Drawing is not."
http://www.newenglanddrawings.com/drawin...-casco-bay
The code in my main top menu currently reads:
Code:
<?php get_i18n_navigation(get_parent(0,1)==''?return_page_slug():get_parent(0)); ?>
The code in my sub menu is:
Code:
<?php get_i18n_navigation(return_page_slug(),1,1); ?>
Thanks again, I appreciate the help and i'm loving GetSimple!