Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chouby

    (@chouby)

    Does it work with a default theme such as twent twelve?

    Thread Starter alliegraywords

    (@alliegraywords)

    Could the problem be in this piece of code?

    <?php $defaults = array(
    ‘theme_location’ => ‘csc-theme-menu-main’,
    ‘menu’ => ”,
    ‘container’ => ‘nav’,
    ‘container_class’ => ‘row’,
    ‘container_id’ => ‘menu-top’,
    ‘menu_class’ => ‘menu span12’,
    ‘menu_id’ => ‘mainmenu’,
    ‘echo’ => true,
    ‘fallback_cb’ => ‘csc_nav_fallback’,
    ‘before’ => ”,
    ‘after’ => ”,
    ‘link_before’ => ”,
    ‘link_after’ => ”,
    ‘items_wrap’ => ‘<ul id=”%1$s” class=”%2$s”>%3$s’,
    ‘depth’ => 0,
    ‘walker’ => new Color_Menu_Walker
    ); ?>

    <?php wp_nav_menu( $defaults ); ?>

    Thread Starter alliegraywords

    (@alliegraywords)

    I’m sorry, I didn’t see your reply! I’ll try and I’ll let you know 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu translation doesn't work’ is closed to new replies.