Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1379359
    Peter Fae
    Participant

    Hey. I installed the WPML plugin, which has a drop-down option on the menu for changing languages. Yet the theme doesn’t seem to support this. Help?

    #1379457
    Paul R
    Moderator

    Hi,

    To add it to your menu, you can add this in your child theme’s functions.php file.

    
    function add_wpml_menu_item($items, $args) {
      $items .= '<li>'.do_action('icl_language_selector').'</li>';
      return $items;
    }
    add_filter('wp_nav_menu_items', 'add_wpml_menu_item', 10, 2);
    

    Hope that helps.

    #1380505
    Peter Fae
    Participant

    is not work right.

    #1380531
    Nico
    Moderator

    Hi There,

    In this case,

    Please share us your admin credentails and FTP so we could check your setup closer.

    Don’t forget to set it as private reply.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1379359 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>